summaryrefslogtreecommitdiff
path: root/json/items/ammo/000shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/000shot.json')
-rw-r--r--json/items/ammo/000shot.json47
1 files changed, 47 insertions, 0 deletions
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
@@ -27,6 +27,15 @@
"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",
"looks_like": "shot_00",
@@ -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" ] }
}
]