summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-30 08:53:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-30 08:53:59 -0800
commit42ee2cddfe03804a23d1f878d8acd0155e0543d8 (patch)
tree40ea38d424854f4b3bb668516fd8bfc5cfd3b269
parentProgress porting to 0.5 (diff)
downloadcataclysm-bn-mod_usable-power-armor-42ee2cddfe03804a23d1f878d8acd0155e0543d8.tar.xz
Weight rebalances.
-rw-r--r--power_armor_heavy.json12
-rw-r--r--power_armor_light.json12
-rw-r--r--power_armor_medium.json12
-rw-r--r--power_armor_salvaged.json4
4 files changed, 20 insertions, 20 deletions
diff --git a/power_armor_heavy.json b/power_armor_heavy.json
index fe82c53..1cf5752 100644
--- a/power_armor_heavy.json
+++ b/power_armor_heavy.json
@@ -5,7 +5,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy combat exoskeleton", "str_pl": "heavy combat exoskeletons" },
- "weight": "75420 g",
+ "weight": "54420 g",
"extend": { "flags": [ "RAINPROOF" ] }
},
{
@@ -14,8 +14,8 @@
"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"
+ "weight": "54420 g",
+ "weight_capacity_bonus": "54420 g"
},
{
"id": "power_armor_helmet_heavy",
@@ -23,7 +23,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "heavy environmental combat helmet", "str_pl": "heavy environmental combat helmet" },
- "weight": "7542 g",
+ "weight": "6046 g",
"extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
"delete": { "flags": [ "PARTIAL_DEAF" ] }
},
@@ -33,8 +33,8 @@
"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",
+ "weight": "6046 g",
+ "weight_capacity_bonus": "6046 g",
"extend": {
"flags": [
"THERMOMETER",
diff --git a/power_armor_light.json b/power_armor_light.json
index aeaed15..c61fde1 100644
--- a/power_armor_light.json
+++ b/power_armor_light.json
@@ -5,7 +5,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "field combat exoskeleton", "str_pl": "field combat exoskeletons" },
- "weight": "25670 g",
+ "weight": "18670 g",
"extend": { "flags": [ "RAINPROOF" ] }
},
{
@@ -14,8 +14,8 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "field combat exoskeleton (on)", "str_pl": "field combat exoskeletons (on)" },
- "weight": "25670 g",
- "weight_capacity_bonus": "25670 g",
+ "weight": "18670 g",
+ "weight_capacity_bonus": "18670 g",
"encumbrance": 1
},
{
@@ -24,7 +24,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "light environmental combat helmet", "str_pl": "light environmental combat helmet" },
- "weight": "2514 g",
+ "weight": "2074 g",
"extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
"delete": { "flags": [ "PARTIAL_DEAF" ] }
},
@@ -34,8 +34,8 @@
"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",
+ "weight": "2074 g",
+ "weight_capacity_bonus": "2074 g",
"encumbrance": 1,
"extend": {
"flags": [
diff --git a/power_armor_medium.json b/power_armor_medium.json
index 51e57fc..0907816 100644
--- a/power_armor_medium.json
+++ b/power_armor_medium.json
@@ -5,7 +5,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton", "str_pl": "combat exoskeletons" },
- "weight": "55280 g",
+ "weight": "36280 g",
"extend": { "flags": [ "RAINPROOF" ] }
},
{
@@ -14,8 +14,8 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "combat exoskeleton (on)", "str_pl": "combat exoskeletons (on)" },
- "weight": "55280 g",
- "weight_capacity_bonus": "55280 g"
+ "weight": "36280 g",
+ "weight_capacity_bonus": "36280 g"
},
{
"id": "power_armor_helmet_basic",
@@ -23,7 +23,7 @@
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "environmental combat helmet", "str_pl": "environmental combat helmet" },
- "weight": "5528 g",
+ "weight": "4031 g",
"extend": { "flags": [ "RAINPROOF", "SWIM_GOGGLES" ] },
"delete": { "flags": [ "PARTIAL_DEAF" ] }
},
@@ -33,8 +33,8 @@
"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",
+ "weight": "4031 g",
+ "weight_capacity_bonus": "4031 g",
"extend": {
"flags": [
"THERMOMETER",
diff --git a/power_armor_salvaged.json b/power_armor_salvaged.json
index 72b1aae..74ffddf 100644
--- a/power_armor_salvaged.json
+++ b/power_armor_salvaged.json
@@ -5,7 +5,7 @@
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged combat exoskeleton" },
- "weight": "12214 g"
+ "weight": "11214 g"
},
{
"id": "depowered_helmet",
@@ -13,7 +13,7 @@
"type": "ARMOR",
"category": "clothing",
"name": { "str": "salvaged environmental combat helmet" },
- "weight": "1216 g",
+ "weight": "1246 g",
"extend": { "flags": [ "SWIM_GOGGLES" ] }
}
]