Skip to content

Commit

Permalink
Rebalance powered exoskeletons (#55868)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arokha authored Mar 12, 2022
1 parent d464d32 commit e987ae2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,7 @@
"charges_per_use": 1,
"use_action": { "type": "transform", "msg": "The %s engages.", "target": "utility_exoskeleton_on", "active": true },
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "SLOWS_MOVEMENT" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"armor": [
{
"encumbrance": 20,
Expand All @@ -3696,11 +3696,12 @@
"name": { "str": "battery powered utility exoskeleton (on)", "str_pl": "battery powered utility exoskeletons (on)" },
"description": "This is a skeletal frame of sturdy metal with attached motors to allow the user to move heavier loads with less strain on the body. It is turned on and continually drawing power. Use it to turn it off.",
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "TRADER_AVOID" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"ammo": "battery",
"power_draw": 972216,
"//": "Battery should last two hours (02:00:07).",
"//": "Battery should last two hours (02:00:07). Weight capacity bonus should include weight of item AND battery, plus 90kg.",
"revert_to": "utility_exoskeleton_off",
"weight_capacity_bonus": "215 kg",
"use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s disengages.", "target": "utility_exoskeleton_off" }
},
{
Expand All @@ -3727,7 +3728,7 @@
"charges_per_use": 1,
"use_action": { "type": "transform", "msg": "The %s engages.", "target": "ice_utility_exoskeleton_on", "active": true },
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "SLOWS_MOVEMENT" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"armor": [
{
"encumbrance": 20,
Expand All @@ -3745,10 +3746,11 @@
"name": { "str": "ICE utility exoskeleton (on)", "str_pl": "ICE utility exoskeletons (on)" },
"description": "This is a skeletal frame of sturdy metal with attached motors to allow the user to move heavier loads with less strain on the body. This model uses a compact internal combustion engine for power. It is turned on and continually draining gasoline. Use it to turn it off.",
"flags": [ "STURDY", "OVERSIZE", "BELTED", "WATER_FRIENDLY", "TRADER_AVOID" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 20 } ] } ] },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ACTIVE", "values": [ { "value": "STRENGTH", "add": 10 } ] } ] },
"turns_per_charge": 1,
"//": "Full tank lasts a bit under three hours (166.66 minutes).",
"//": "Full tank lasts a bit under three hours (166.66 minutes). Has less carry bonus than the battery one since the weight of the fuel will drop over time.",
"revert_to": "ice_utility_exoskeleton_off",
"weight_capacity_bonus": "190 kg",
"use_action": { "type": "transform", "menu_text": "Turn off", "msg": "The %s disengages.", "target": "ice_utility_exoskeleton_off" }
}
]

0 comments on commit e987ae2

Please sign in to comment.