summaryrefslogtreecommitdiff
path: root/json/items/ammo/270win.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:22:13 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:22:13 -0800
commitc622808913f6bbcbbb96e32005631b6b07430909 (patch)
tree5cd0750fbab2950f068128ca4ca25b15e3474e95 /json/items/ammo/270win.json
parentAdd 300 ammo. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-c622808913f6bbcbbb96e32005631b6b07430909.tar.xz
Add 30-06 ammo.
Also add missing reloaded ammo for 270win and 300.
Diffstat (limited to 'json/items/ammo/270win.json')
-rw-r--r--json/items/ammo/270win.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/ammo/270win.json b/json/items/ammo/270win.json
index bc2f5e8..d9812da 100644
--- a/json/items/ammo/270win.json
+++ b/json/items/ammo/270win.json
@@ -35,5 +35,14 @@
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_270win_jsp",
+ "copy-from": "270win_jsp",
+ "type": "AMMO",
+ "name": { "str": ".270 Winchester JSP, 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" ] }
}
]