summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Weapons/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/Items/Weapons/ammo.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Items/Weapons/ammo.json')
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/ammo.json105
1 files changed, 105 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ammo.json b/vamp_stuff/Modification Files/Items/Weapons/ammo.json
new file mode 100644
index 0000000..6f19672
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/ammo.json
@@ -0,0 +1,105 @@
+[{
+ "id": "bloodyshaky",
+ "type": "AMMO",
+ "name": "shaken blood",
+ "description": "Blood which has slightly thickened from intense shaking. Almost compatible with vampiric guns if you're desperately need to feed them.",
+ "weight": 5,
+ "volume": 1,
+ "price_postapoc": 200,
+ "price": 1000,
+ "material": ["hflesh"],
+ "symbol": "=",
+ "color": "red",
+ "phase": "liquid",
+ "count": 1,
+ "stack_size": 40,
+ "ammo_type": "ammoblood",
+ "range": 15,
+ "damage": { "damage_type": "stab", "amount": 1, "armor_penetration": 5 },
+ "recoil": 100,
+ "loudness": 5,
+ "effects": ["NO_DROP"]
+ }, {
+ "id": "bloodypressure",
+ "type": "AMMO",
+ "name": "pressurized blood",
+ "description": "Cheap and renewable. This heavily compressed blood ammunition is used specifically with certain vampiric guns.",
+ "weight": 5,
+ "volume": 1,
+ "price_postapoc": 300,
+ "price": 2000,
+ "material": ["hflesh"],
+ "symbol": "=",
+ "color": "red",
+ "phase": "liquid",
+ "count": 5,
+ "stack_size": 20,
+ "ammo_type": "ammoblood",
+ "range": 8,
+ "damage": { "damage_type": "stab", "amount": 5, "armor_penetration": 25 },
+ "recoil": 450,
+ "loudness": 10,
+ "effects": ["NO_DROP"]
+ }, {
+ "id": "bloodyinfect",
+ "type": "AMMO",
+ "name": "traversed blood",
+ "description": "Cheap and easy to collect. A combination of pure and infected blood and much more viscous than others.",
+ "weight": 5,
+ "volume": 1,
+ "price_postapoc": 500,
+ "price": 3000,
+ "material": ["hflesh", "flesh"],
+ "symbol": "=",
+ "color": "green",
+ "phase": "liquid",
+ "count": 10,
+ "stack_size": 20,
+ "ammo_type": "ammoblood",
+ "range": 5,
+ "damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 10 },
+ "recoil": 625,
+ "loudness": 30,
+ "effects": ["NO_DROP"]
+ }, {
+ "id": "bloodshot_00",
+ "type": "AMMO",
+ "name": "00 bloodshot",
+ "description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
+ "weight": 35,
+ "volume": 1,
+ "price_postapoc": 6000,
+ "price": 31500,
+ "material": ["compactblood", "powder"],
+ "symbol": "=",
+ "color": "red",
+ "stack_size": 20,
+ "ammo_type": "bloodshot",
+ "casing": "shot_hull",
+ "range": 4,
+ "damage": { "damage_type": "stab", "amount": 65 },
+ "recoil": 2750,
+ "loudness": 180,
+ "effects": ["COOKOFF", "SHOT"]
+ }, {
+ "id": "reloaded_bloodshot_00",
+ "type": "AMMO",
+ "name": "reloaded 00 bloodshot",
+ "description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
+ "weight": 35,
+ "volume": 1,
+ "price_postapoc": 2200,
+ "price": 20500,
+ "material": ["compactblood", "powder"],
+ "symbol": "=",
+ "color": "red",
+ "stack_size": 20,
+ "ammo_type": "bloodshot",
+ "casing": "shot_hull",
+ "range": 4,
+ "damage": { "damage_type": "stab", "amount": 57 },
+ "recoil": 2650,
+ "loudness": 180,
+ "effects": ["COOKOFF", "SHOT", "RECYCLED"]
+ }
+]