Skip to content

Commit

Permalink
[DDotD] Cellphones be bad
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowFerret committed Mar 11, 2022
1 parent b067b9f commit fd34230
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/mods/classic_zombies/items/redefinitions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"id": "cell_phone",
"type": "TOOL",
"name": { "str": "cellphone" },
"description": "A means of mobile communication, powered by removable batteries. With the networks gone, it's only good for parts.",
"weight": "226 g",
"volume": "100 ml",
"price": 9000,
"price_postapoc": 100,
"material": [ "plastic", "aluminum" ],
"symbol": ";",
"color": "light_gray",
"flags": [ "WATER_BREAK" ],
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_plus_battery_cell"
}
]
}
]

0 comments on commit fd34230

Please sign in to comment.