Skip to content

Commit

Permalink
Update tool_armor.json
Browse files Browse the repository at this point in the history
Moved all thermal electric gear up one battery tier (ultralight/small -> medium, medium -> heavy)
  • Loading branch information
mark-ik authored Dec 29, 2024
1 parent 7e4f01e commit 0171751
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_battery_cell"
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
}
],
"armor": [ { "coverage": 100, "covers": [ "foot_l", "foot_r" ] } ]
Expand Down Expand Up @@ -711,8 +711,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
"flag_restriction": [ "BATTERY_HEAVY" ],
"default_magazine": "heavy_battery_cell"
}
],
"armor": [ { "coverage": 100, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
Expand Down Expand Up @@ -765,8 +765,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_battery_cell"
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
}
],
"armor": [ { "coverage": 100, "covers": [ "hand_l", "hand_r" ] } ]
Expand Down Expand Up @@ -819,8 +819,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_battery_cell"
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
}
],
"armor": [ { "coverage": 100, "covers": [ "head", "mouth" ] } ]
Expand Down Expand Up @@ -2800,8 +2800,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
"flag_restriction": [ "BATTERY_HEAVY" ],
"default_magazine": "heavy_battery_cell"
}
],
"armor": [
Expand Down

0 comments on commit 0171751

Please sign in to comment.