Skip to content

Commit

Permalink
Revoked RECHARGE flag from Aftershock's UPS items/tools (#37331)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyter authored and ZhilkinSerg committed Jan 26, 2020
1 parent 9e48800 commit 1f2d6be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/mods/Aftershock/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,15 @@
"copy-from": "UPS_off",
"name": "UPS",
"name_plural": "UPS's",
"description": "This is a unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power armor and some guns, but drains batteries quickly. It can be worn around to either leg for ease of access, and it's been waterproofed to protect the delicate electronics.",
"description": "This is a unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power armor and some guns, but drains batteries quickly. It can be worn around to either leg for ease of access, and it's been waterproofed to protect the delicate electronics. Has it's own custom battery, with higher capacity and rechargeable, but not removeable",
"coverage": 5,
"ammo": "battery",
"initial_charges": 1000,
"max_charges": 1500,
"encumbrance": 2,
"covers": [ "LEG_EITHER" ],
"flags": [ "RECHARGE", "WAIST", "FRAGILE", "OVERSIZE", "WATERPROOF", "IS_UPS" ]
"flags": [ "RECHARGE", "WAIST", "FRAGILE", "OVERSIZE", "WATERPROOF", "IS_UPS", "NO_RELOAD", "NO_UNLOAD" ],
"magazines": [ ]
},
{
"id": "adv_UPS_off",
Expand Down

0 comments on commit 1f2d6be

Please sign in to comment.