From 1a63c3539599fc083aa26a0b2476e02d9b971702 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 8 Jan 2024 18:59:47 -0800 Subject: Overwrite 8mm, 5x50mm, and 20x66mm ammo. --- json/items/ammo/20x66mm.json | 160 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) (limited to 'json/items/ammo/20x66mm.json') diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json index e5849cd..58f82c3 100644 --- a/json/items/ammo/20x66mm.json +++ b/json/items/ammo/20x66mm.json @@ -1,4 +1,164 @@ [ + { + "abstract": "20x66_shot_abstract", + "type": "AMMO", + "name": { "str": "20x66mm buckshot" }, + "//": "2.5x the Generic Rate of $1/shot", + "description": "A 20x66mm caseless shotgun round, buckshot type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "weight": "56 g", + "volume": "415 ml", + "price": "15 USD", + "price_postapoc": "40 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "steel", "powder" ], + "symbol": "=", + "color": "pink", + "count": 20, + "stack_size": 20, + "ammo_type": "20x66mm", + "range": 12, + "damage": { "damage_type": "bullet", "amount": 100 }, + "recoil": 2500, + "loudness": 160, + "effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES" ] + }, + { + "id": "20x66_shot", + "copy-from": "20x66_shot_abstract", + "type": "AMMO", + "name": { "str": "20x66mm buckshot" }, + "//": "2.5x the Generic Rate of $1/shot", + "description": "A 20x66mm caseless shotgun round, buckshot type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded." + }, + { + "id": "20x66_beanbag", + "copy-from": "20x66_shot", + "type": "AMMO", + "name": { "str": "20x66mm beanbag" }, + "description": "A 20x66mm caseless shotgun round, sublethal beanbag type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "80 USD", + "price_postapoc": "10 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "count": 10, + "damage": { "damage_type": "bash", "amount": 6 }, + "proportional": { "recoil": 0.4, "loudness": 0.6 }, + "extend": { "effects": [ "LARGE_BEANBAG", "NOGIB" ] } + }, + { + "id": "20x66_flechette", + "copy-from": "20x66_shot", + "type": "AMMO", + "name": { "str": "20x66mm flechette" }, + "description": "A 20x66mm caseless shotgun round, flechette type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "40 USD", + "price_postapoc": "40 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "count": 10, + "relative": { "damage": { "damage_type": "bullet", "amount": -18, "armor_penetration": 20 } } + }, + { + "id": "20x66_flechette_reloaded", + "copy-from": "20x66_flechette", + "type": "AMMO", + "name": { "str": "20x66mm flechette, handmade", "str_pl": "20x66mm flechettes, handmade" }, + "description": "Handcrafted bootleg duplicates of of Rivtech 20x66mm flechette caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "20x66_shot_reloaded", + "copy-from": "20x66_shot", + "type": "AMMO", + "name": { "str": "20x66mm buckshot, handmade" }, + "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm buckshot caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "20x66_slug", + "copy-from": "20x66_shot_abstract", + "type": "AMMO", + "name": { "str": "20x66mm slug" }, + "description": "A 20x66mm caseless shotgun round, solid projectile type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "15 USD", + "price_postapoc": "40 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "damage": { "damage_type": "bullet", "amount": 84, "armor_penetration": 8 }, + "relative": { "range": 12 }, + "proportional": { + "dispersion": 1.3, + "recoil": 1.4 + }, + "delete": { "effects": [ "SHOT" ] } + }, + { + "id": "20x66_slug_reloaded", + "copy-from": "20x66_slug", + "type": "AMMO", + "name": { "str": "20x66mm slug, handmade", "str_pl": "20x66mm slugs, handmade" }, + "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm solid projectile caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "20x66_exp", + "copy-from": "20x66_shot_abstract", + "type": "AMMO", + "name": { "str": "20x66mm explosive" }, + "description": "A 20x66mm caseless shotgun round, explosive projectile type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "100 USD", + "price_postapoc": "80 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "range": 12, + "damage": { "damage_type": "bullet", "amount": 16, "armor_penetration": 4 }, + "dispersion": 120, + "effects": [ "COOKOFF", "EXPLOSIVE_TINY", "NEVER_MISFIRES" ] + }, + { + "id": "20x66_flare", + "copy-from": "20x66_shot_abstract", + "type": "AMMO", + "name": { "str": "20x66mm flare" }, + "description": "A 20x66mm caseless shotgun round, signal flare type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "50 USD", + "price_postapoc": "40 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "count": 10, + "range": 24, + "damage": { "damage_type": "heat", "amount": 16 }, + "dispersion": 200, + "recoil": 100, + "drop": "handflare_lit", + "effects": [ "NO_EMBED" ] + }, + { + "id": "20x66_frag", + "copy-from": "20x66_slug", + "type": "AMMO", + "name": { "str": "20x66mm frag" }, + "description": "A 20x66mm caseless shotgun round, explosive fragmentation type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "78 USD", + "price_postapoc": "50 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "count": 5, + "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25, "armor_penetration": 0.25 } }, + "extend": { "effects": [ "FRAG_SMALL" ] } + }, + { + "id": "20x66_inc", + "copy-from": "20x66_shot", + "type": "AMMO", + "name": { "str": "20x66mm incendiary", "str_pl": "20x66mm incendiaries" }, + "description": "A 20x66mm caseless shotgun round, incendiary type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": "105 USD", + "price_postapoc": "50 USD", + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "count": 10, + "extend": { "effects": [ "INCENDIARY" ] } + }, { "id": "20x66_inc_reloaded", "copy-from": "20x66_inc", -- cgit v1.2.1