summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-14 19:46:05 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-14 19:46:05 -0800
commit1cb5e95e365ca6da652f9490966a296f6f7b05d6 (patch)
treeb55678054d6aa465f10200d21067b981e66a97df
parentTypos. (diff)
downloadcataclysm-bn-mod_usable-power-armor-1cb5e95e365ca6da652f9490966a296f6f7b05d6.tar.xz
Fix the weight of power armors when turned on.
Fix light suit and helmet encumbrance when turned on.
-rw-r--r--power_armor_heavy.json2
-rw-r--r--power_armor_light.json6
-rw-r--r--power_armor_medium.json2
3 files changed, 9 insertions, 1 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json
index 80323dd..572dd28 100644
--- a/power_armor_heavy.json
+++ b/power_armor_heavy.json
@@ -13,6 +13,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy combat exoskeleton (on)", "str_pl": "heavy combat exoskeletons (on)" },
+ "weight": "75420 g",
"weight_capacity_bonus": "75420 g"
},
{
@@ -38,6 +39,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy environmental combat helmet (on)", "str_pl": "heavy environmental combat helmet (on)" },
+ "weight": "7542 g",
"weight_capacity_bonus": "7542 g",
"flags": [
"USE_UPS",
diff --git a/power_armor_light.json b/power_armor_light.json
index 4c55525..b223fc7 100644
--- a/power_armor_light.json
+++ b/power_armor_light.json
@@ -13,7 +13,9 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (on)" },
- "weight_capacity_bonus": "25670 g"
+ "weight": "25670 g",
+ "weight_capacity_bonus": "25670 g",
+ "encumbrance": 0
},
{
"id": "power_armor_helmet_light",
@@ -38,7 +40,9 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "light environmental combat helmet (on)", "str_pl": "light environmental combat helmet (on)" },
+ "weight": "2514 g",
"weight_capacity_bonus": "2514 g",
+ "encumbrance": 0,
"flags": [
"USE_UPS",
"NAT_UPS",
diff --git a/power_armor_medium.json b/power_armor_medium.json
index 176e4bc..52744e3 100644
--- a/power_armor_medium.json
+++ b/power_armor_medium.json
@@ -13,6 +13,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (on)" },
+ "weight": "55280 g",
"weight_capacity_bonus": "55280 g"
},
{
@@ -38,6 +39,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "environmental combat helmet (on)", "str_pl": "environmental combat helmet (on)" },
+ "weight": "5528 g",
"weight_capacity_bonus": "5528 g",
"flags": [
"USE_UPS",