summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:14:03 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:14:03 -0800
commit682958c2c1ef7369f5927a8ec8832c9c42fc33f6 (patch)
treeaa85663ee16ee864e843d7c104332e3c3b1ca378
parentAdd overrides for 50 BMG ammo. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-682958c2c1ef7369f5927a8ec8832c9c42fc33f6.tar.xz
Add 270win
-rw-r--r--json/items/ammo/270win.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/json/items/ammo/270win.json b/json/items/ammo/270win.json
new file mode 100644
index 0000000..bc2f5e8
--- /dev/null
+++ b/json/items/ammo/270win.json
@@ -0,0 +1,39 @@
+[
+ {
+ "id": "270win_jsp",
+ "type": "AMMO",
+ "name": { "str": ".270 Winchester JSP" },
+ "description": ".270 Winchester ammunition with 130gr soft point bullets. The .270 round was not initially successful, but over a few decades it became one of the most popular rifle cartridges for hunting and silhouette shooting. It is a powerful round capable of taking down large targets with ease.",
+ "weight": "20 g",
+ "volume": "250 ml",
+ "price": 170,
+ "price_postapoc": 600,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 20,
+ "stack_size": 20,
+ "ammo_type": "270win",
+ "casing": "270win_casing",
+ "range": 65,
+ "damage": { "damage_type": "bullet", "amount": 64, "armor_penetration": 4 },
+ "dispersion": 10,
+ "recoil": 3800,
+ "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
+ },
+ {
+ "id": "bp_270win_jsp",
+ "copy-from": "270win_jsp",
+ "type": "AMMO",
+ "name": { "str": ".270 Winchester JSP, black powder" },
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "bullet", "amount": 0.7, "armor_penetration": 0.5 },
+ "recoil": 0.7,
+ "dispersion": 1.2
+ },
+ "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]