From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Modification_Files/Items/Weapons/ammo.json | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Items/Weapons/ammo.json (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ammo.json') 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..ac573a8 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json @@ -0,0 +1,110 @@ +[ + { + "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 g", + "volume": "250 ml", + "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 g", + "volume": "250 ml", + "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 g", + "volume": "250 ml", + "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 g", + "volume": "250 ml", + "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 g", + "volume": "250 ml", + "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" ] + } +] -- cgit v1.2.1