Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinforced combat exoskeleton reinforced leg armor no longer quite as reinforced #77152

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/json/items/armor/combat_exoskeleton_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
"id": "combat_exoskeleton_armor_leg_medium_reinforced",
"copy-from": "combat_exoskeleton_armor_leg_heavy",
"type": "ARMOR",
"name": { "str": "reinforced medium combat exoskeleton reinforced leg armor" },
"name": { "str": "reinforced medium combat exoskeleton leg armor" },
"description": "This 4mm thick exoskeleton armor will allow you to withstand a lead storm while also giving you the mobility to escape it, if the hail ends up being made of heavier calibers than standard rifle rounds. This armor has been reinforced with chainmail to fill its gaps.",
"proportional": { "price": 1.1, "price_postapoc": 1.1 },
"volume": "8800 ml",
Expand Down Expand Up @@ -971,7 +971,7 @@
"id": "combat_exoskeleton_armor_leg_light_reinforced",
"copy-from": "combat_exoskeleton_armor_leg_heavy",
"type": "ARMOR",
"name": { "str": "reinforced light combat exoskeleton reinforced leg armor" },
"name": { "str": "reinforced light combat exoskeleton leg armor" },
"description": "This 2mm thick exoskeleton armor was designed when the testing of heavier versions concluded that mobility is actually the most important attribute on the battlefield, especially when you can still brush off small caliber rounds. This armor has been reinforced with chainmail to fill its gaps.",
"proportional": { "price": 1.1, "price_postapoc": 1.1 },
"volume": "6600 ml",
Expand Down
Loading