summaryrefslogtreecommitdiff
path: root/json/items/ammo/40x53mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/40x53mm.json')
-rw-r--r--json/items/ammo/40x53mm.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/json/items/ammo/40x53mm.json b/json/items/ammo/40x53mm.json
new file mode 100644
index 0000000..48660d6
--- /dev/null
+++ b/json/items/ammo/40x53mm.json
@@ -0,0 +1,53 @@
+[
+ {
+ "id": "40x53mm_bootleg_m1001",
+ "copy-from": "40x53mm_m1001",
+ "type": "AMMO",
+ "name": { "str": "40x53mm M1001, handmade" },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x53mm_bootleg_m430a1",
+ "copy-from": "40x53mm_m430a1",
+ "type": "AMMO",
+ "name": { "str": "40x53mm M430A1, handmade" },
+ "proportional": {
+ "price": 0.7,
+ "damage": { "damage_type": "bullet", "amount": 0.9 },
+ "dispersion": 1.1
+ },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x53mm_buckshot_m169",
+ "copy-from": "40x53mm_buckshot_m169",
+ "type": "AMMO",
+ "name": { "str": "40x53mm buckshot" },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x53mm_slug_m169",
+ "copy-from": "40x53mm_slug_m169",
+ "type": "AMMO",
+ "name": { "str": "40x53mm slug" },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ },
+ {
+ "id": "40x53mm_flechette_m169",
+ "copy-from": "40x53mm_flechette_m169",
+ "type": "AMMO",
+ "name": { "str": "40x53mm flechette" },
+ "description": "An improvised 40x53mm flechette load somewhat resembling M1001.",
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ] }
+ }
+]