From fd342302ba8bec5236bf4ba7e00eb0f895026a15 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Thu, 10 Mar 2022 23:54:02 -0500 Subject: [PATCH] [DDotD] Cellphones be bad --- .../classic_zombies/items/redefinitions.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/mods/classic_zombies/items/redefinitions.json diff --git a/data/mods/classic_zombies/items/redefinitions.json b/data/mods/classic_zombies/items/redefinitions.json new file mode 100644 index 0000000000000..cfe26a3d846f6 --- /dev/null +++ b/data/mods/classic_zombies/items/redefinitions.json @@ -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" + } + ] + } +] \ No newline at end of file