summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-08 20:06:02 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-08 20:06:02 -0800
commit25fd4d50c5ee4c10d8d67858013899635f871c40 (patch)
tree06e69c70b165425d47317e34b047d690811d4fd5
parentAdjust naming scheme to use Mk I, Mk II, Mk III. (diff)
downloadcataclysm-bn-mod_usable-power-armor-25fd4d50c5ee4c10d8d67858013899635f871c40.tar.xz
Replace the descriptions on power armor to remove the silly phrasing regarding shields as underwear.HEADmaster
-rw-r--r--power_armor_heavy.json2
-rw-r--r--power_armor_light.json2
-rw-r--r--power_armor_medium.json2
3 files changed, 6 insertions, 0 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json
index a1e8441..49a5235 100644
--- a/power_armor_heavy.json
+++ b/power_armor_heavy.json
@@ -5,6 +5,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton Mk I", "str_pl": "combat exoskeleton Mk Is" },
+ "description": "Colloquially known as a 'tank suit' in the media, these bulky exoskeletons, covered in thick segmented armor plates, were tested in military service a few years back and determined to be too heavy and expensive for regular use. Now that it's in your hands, though, you have a massive suit of power armor capable of resisting almost any small arms fire and most other forms of attack. On the other hand, it doubles your effective weight, and it's almost impossible not to bump into things. An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.",
"weight": "54420 g",
"extend": { "flags": [ "RAINPROOF" ] }
},
@@ -14,6 +15,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton Mk I (on)", "str_pl": "combat exoskeleton Mk Is (on)" },
+ "description": "Colloquially known as a 'tank suit' in the media, these bulky exoskeletons, covered in thick segmented armor plates, were tested in military service a few years back and determined to be too heavy and expensive for regular use. Now that it's in your hands, though, you have a massive suit of power armor capable of resisting almost any small arms fire and most other forms of attack. On the other hand, it doubles your effective weight, and it's almost impossible not to bump into things. An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments. It is currently turned on, activate it to turn it off.",
"weight": "54420 g",
"weight_capacity_bonus": "54420 g"
},
diff --git a/power_armor_light.json b/power_armor_light.json
index 0f92dd0..f4485da 100644
--- a/power_armor_light.json
+++ b/power_armor_light.json
@@ -5,6 +5,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton Mk III", "str_pl": "combat exoskeleton Mk IIIs" },
+ "description": "The final iteration of military power armor before the fall of civilization, this type - a powered exoskeleton with high-tech segmented plating - was designed for actual widespread combat use and was seen on the front lines during the last days of the cataclysm. Like the heavier suits, it is resistant to most modern weaponry, but it is much more light and maneuverable. Unfortunately, the world ended before it could roll out in significant numbers. An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.",
"weight": "18670 g",
"extend": { "flags": [ "RAINPROOF" ] }
},
@@ -14,6 +15,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton Mk III (on)", "str_pl": "combat exoskeleton Mk IIIs (on)" },
+ "description": "The final iteration of military power armor before the fall of civilization, this type - a powered exoskeleton with high-tech segmented plating - was designed for actual widespread combat use and was seen on the front lines during the last days of the cataclysm. Like the heavier suits, it is resistant to most modern weaponry, but it is much more light and maneuverable. Unfortunately, the world ended before it could roll out in significant numbers. An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments. It is currently turned on, activate it to turn it off.",
"weight": "18670 g",
"weight_capacity_bonus": "18670 g"
},
diff --git a/power_armor_medium.json b/power_armor_medium.json
index 151be05..43b6ca7 100644
--- a/power_armor_medium.json
+++ b/power_armor_medium.json
@@ -5,6 +5,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton Mk II", "str_pl": "combat exoskeletons Mk IIs" },
+ "description": "These were the second wave of military combat exoskeleton, and got a lot of media attention, with popular Navy commercials featuring them heavily. It consists of a muscle-boosting exoskeleton frame with overlayed segmented alloy plating. Despite advancements over the original bulky 'tank suits', it's still highly cumbersome when inactive. An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments.",
"weight": "36280 g",
"extend": { "flags": [ "RAINPROOF" ] }
},
@@ -14,6 +15,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton Mk II (on)", "str_pl": "combat exoskeleton Mk IIs (on)" },
+ "description": "These were the second wave of military combat exoskeleton, and got a lot of media attention, with popular Navy commercials featuring them heavily. It consists of a muscle-boosting exoskeleton frame with overlayed segmented alloy plating. Despite advancements over the original bulky 'tank suits', it's still highly cumbersome when inactive. An integrated chemical resistant bodyglove precludes wearing clothing aside from most undergarments. It is currently turned on, activate it to turn it off.",
"weight": "36280 g",
"weight_capacity_bonus": "36280 g"
},