summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Weapons/ammo.json
diff options
context:
space:
mode:
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, 0 insertions, 105 deletions
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ammo.json b/vamp_stuff/Modification Files/Items/Weapons/ammo.json
deleted file mode 100644
index 6f19672..0000000
--- a/vamp_stuff/Modification Files/Items/Weapons/ammo.json
+++ /dev/null
@@ -1,105 +0,0 @@
-[{
- "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"]
- }
-]