From 7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Nov 2020 21:14:35 -0800 Subject: Add the G11K2 rifle --- json/items/ammo/473.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 json/items/ammo/473.json (limited to 'json/items/ammo') diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json new file mode 100644 index 0000000..37f9af4 --- /dev/null +++ b/json/items/ammo/473.json @@ -0,0 +1,34 @@ +[ + { + "id": "bootleg_473x33mm", + "copy-from": "473x33mm", + "type": "AMMO", + "name": { "str": "4.73x33mm, bootleg" }, + "description": "Bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.", + "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ] } + }, + { + "id": "473x33mm", + "type": "AMMO", + "name": { "str": "4.73x33mm" }, + "description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.", + "weight": "3 g", + "volume": "250 ml", + "price": 225, + "price_postapoc": 12500, + "material": [ "plastic", "powder" ], + "symbol": "=", + "color": "pink", + "count": 100, + "stack_size": 100, + "ammo_type": "473", + "range": 35, + "damage": 35, + "pierce": 12, + "dispersion": 95, + "recoil": 2500, + "effects": [ "NEVER_MISFIRES" ] + } +] -- cgit v1.2.1