From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Monsters/shot_method_ammo.json | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 vamp_stuff/Modification Files/Monsters/shot_method_ammo.json (limited to 'vamp_stuff/Modification Files/Monsters/shot_method_ammo.json') diff --git a/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json b/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json new file mode 100644 index 0000000..7f0989d --- /dev/null +++ b/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json @@ -0,0 +1,56 @@ +[{ + "id": "leechtooth", + "type": "AMMO", + "name": "leech tooth", + "description": "You cheated, buddy.", + "weight": 1, + "volume": 1, + "price": 0, + "material": ["flesh"], + "symbol": "i", + "color": "white", + "count": 1, + "stack_size": 1, + "ammo_type": "shot", + "range": 15, + "damage": { "damage_type": "stab", "amount": 2 }, + "recoil": 20, + "flags": ["NOGIB"] + }, { + "id": "leechblood", + "type": "AMMO", + "name": "leech blood", + "description": "You cheated, buddy.", + "weight": 1, + "volume": 1, + "price": 0, + "material": ["flesh"], + "symbol": "~", + "color": "white", + "count": 1, + "stack_size": 1, + "ammo_type": "shot", + "range": 5, + "damage": { "damage_type": "stab", "amount": 1 }, + "recoil": 40, + "flags": ["NOGIB"] + }, { + "id": "leechsharptooth", + "type": "AMMO", + "name": "leech sharp tooth", + "description": "You cheated, buddy.", + "weight": 1, + "volume": 1, + "price": 0, + "material": ["flesh"], + "symbol": "l", + "color": "white", + "count": 1, + "stack_size": 1, + "ammo_type": "shot", + "range": 11, + "damage": { "damage_type": "stab", "amount": 5 }, + "recoil": 200, + "flags": ["NOGIB"] + } +] -- cgit v1.2.1