From 6f803032de220719f78bacea5c702dcbe2ba83af Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 31 Jul 2021 05:20:59 -0700 Subject: Initial commit --- json/items/corpses/inactive_bots.json | 68 +++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 json/items/corpses/inactive_bots.json (limited to 'json/items/corpses/inactive_bots.json') diff --git a/json/items/corpses/inactive_bots.json b/json/items/corpses/inactive_bots.json new file mode 100644 index 0000000..2a7732e --- /dev/null +++ b/json/items/corpses/inactive_bots.json @@ -0,0 +1,68 @@ +[ + { + "id": "bot_turret_light", + "type": "TOOL", + "name": { "str": "inactive autonomous M249 CROWS II", "str_pl": "inactive autonomous M249 CROWS II turrets" }, + "description": "This is an inactive turret. Using this item involves loading the unit with the factory-loaded 5.56x45mm rounds in your inventory (if you wish to divide your ammunition, set aside whatever 5.56x45mm rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself. If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M249.", + "weight": "172 kg", + "volume": "30 L", + "price": 500000, + "to_hit": -3, + "price_postapoc": 5000, + "bashing": 8, + "material": [ "steel", "plastic" ], + "symbol": ";", + "color": "green", + "use_action": { + "type": "place_monster", + "monster_id": "mon_turret_light", + "difficulty": 6, + "moves": 100, + "skills": [ "electronics", "computer" ] + } + }, + { + "id": "bot_turret_medium", + "type": "TOOL", + "name": { "str": "inactive autonomous M240 CROWS II", "str_pl": "inactive autonomous M240 CROWS II turrets" }, + "description": "This is an inactive turret. Using this item involves loading the unit with the factory-loaded 7.62x51mm rounds in your inventory (if you wish to divide your ammunition, set aside whatever 7.62x51mm rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself. If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M240.", + "weight": "172 kg", + "volume": "30 L", + "price": 500000, + "price_postapoc": 6000, + "to_hit": -3, + "bashing": 8, + "material": [ "steel", "plastic" ], + "symbol": ";", + "color": "green", + "use_action": { + "type": "place_monster", + "monster_id": "mon_turret_medium", + "difficulty": 6, + "moves": 100, + "skills": [ "electronics", "computer" ] + } + }, + { + "id": "bot_turret_longrange", + "type": "TOOL", + "name": { "str": "inactive M2HB autonomous CROWS II", "str_pl": "inactive M2HB autonomous CROWS II turrets" }, + "description": "This is an inactive turret. Using this item involves loading the unit with the factory-loaded .50 BMG rounds in your inventory (if you wish to divide your ammunition, set aside whatever .50 BMG rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself. If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M2HB.", + "weight": "172 kg", + "volume": "30 L", + "price": 500500, + "price_postapoc": 8000, + "to_hit": -3, + "bashing": 8, + "material": [ "steel", "plastic" ], + "symbol": ";", + "color": "red", + "use_action": { + "type": "place_monster", + "monster_id": "mon_turret_longrange", + "difficulty": 6, + "moves": 100, + "skills": [ "electronics", "computer" ] + } + } +] -- cgit v1.2.1