From 3a01476d4b2531c7af9eed491b6b48d754826930 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Jun 2021 16:00:32 -0700 Subject: Add 000shot variants - Explosive, Incendiary, Beanbag Add 000shot Reloaded Variant - Incendiary Add drop tables and recipes for the new shot types --- json/items/ammo/000shot.json | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'json/items/ammo') diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index b0a7de8..d2521db 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -26,6 +26,15 @@ "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, + { + "id": "reloaded_shot_000_inc", + "copy-from": "shot_000_inc", + "type": "AMMO", + "name": { "str": "000 incendiary shell, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, { "id": "shot_000", "type": "AMMO", @@ -74,5 +83,43 @@ "relative": { "range": 12, "damage": { "damage_type": "stab", "armor_penetration": 8 }, "dispersion": 100 }, "proportional": { "recoil": 1.4 }, "delete": { "effects": [ "SHOT" ] } + }, + { + "id": "shot_000_beanbag", + "copy-from": "shot_000", + "looks_like": "shot_beanbag", + "type": "AMMO", + "name": { "str": "000 shotgun beanbag" }, + "description": "A beanbag round for shotguns, not deadly but designed to disable.", + "price": 750, + "price_postapoc": 1500, + "proportional": { "damage": { "damage_type": "stab", "amount": 0.1 }, "recoil": 0.4, "loudness": 0.6 }, + "delete": { "effects": [ "SHOT" ] }, + "extend": { "effects": [ "BEANBAG", "NOGIB" ] } + }, + { + "id": "shot_000_inc", + "copy-from": "shot_000", + "looks_like": "shot_dragon", + "type": "AMMO", + "name": { "str": "000 incendiary shell" }, + "description": "A shell filled with a mix of metal and magnesium pellets. Damaging, and may cause flammable material to ignite.", + "price": 1500, + "price_postapoc": 3000, + "extend": { "effects": [ "INCENDIARY" ] } + }, + { + "id": "shot_000_he", + "copy-from": "shot_000", + "looks_like": "shot_he", + "type": "AMMO", + "name": { "str": "000 explosive slug" }, + "description": "A shotgun shell shooting a small explosive. Damaging, but rather inaccurate and short ranged. Banned in several states.", + "price": 6000, + "price_postapoc": 12000, + "count": 5, + "proportional": { "damage": { "damage_type": "stab", "amount": 0.25, "armor_penetration": 0.25 } }, + "delete": { "effects": [ "SHOT" ] }, + "extend": { "effects": [ "FRAG_SMALL" ] } } ] -- cgit v1.2.1