summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json
downloadcataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json')
-rw-r--r--vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json59
1 files changed, 59 insertions, 0 deletions
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..f0b7e3e
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Monsters/shot_method_ammo.json
@@ -0,0 +1,59 @@
+[
+ {
+ "id": "leechtooth",
+ "type": "AMMO",
+ "name": "leech tooth",
+ "description": "You cheated, buddy.",
+ "weight": "1 g",
+ "volume": "250 ml",
+ "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 g",
+ "volume": "250 ml",
+ "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 g",
+ "volume": "250 ml",
+ "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" ]
+ }
+]