summaryrefslogtreecommitdiff
path: root/json/items/ammo/22.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-21 11:20:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-21 11:20:06 -0700
commit8bd5fac00ab7370b934a4d4be35216d08850f7d2 (patch)
tree6719a5c32d7502c63ef6a5a98d3fd46afa0ca85e /json/items/ammo/22.json
parentFix mismatched 22.json (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-8bd5fac00ab7370b934a4d4be35216d08850f7d2.tar.xz
Convert from stab to bullet damage.
Diffstat (limited to 'json/items/ammo/22.json')
-rw-r--r--json/items/ammo/22.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/json/items/ammo/22.json b/json/items/ammo/22.json
index 0622c8e..b667f2c 100644
--- a/json/items/ammo/22.json
+++ b/json/items/ammo/22.json
@@ -17,7 +17,7 @@
"ammo_type": "22",
"casing": "22_casing",
"range": 13,
- "damage": { "damage_type": "stab", "amount": 12 },
+ "damage": { "damage_type": "bullet", "amount": 12 },
"dispersion": 60,
"recoil": 150,
"effects": [ "COOKOFF" ]
@@ -28,7 +28,7 @@
"type": "AMMO",
"name": { "str": ".22 CPHP" },
"description": ".22 Long Rifle ammunition with 30gr copper-plated, hollow-point bullets. Has a higher velocity and slightly more stopping power than lead round-nose ammunition, but armor will have a magnified effect on its already-low penetration.",
- "damage": { "damage_type": "stab", "amount": 15, "armor_penetration": 0 },
+ "damage": { "damage_type": "bullet", "amount": 15, "armor_penetration": 0 },
"relative": { "range": 3 },
"proportional": { "recoil": 1.5 }
},
@@ -38,7 +38,7 @@
"type": "AMMO",
"name": { "str_sp": ".22 FMJ" },
"description": ".22 Long Rifle ammunition with 30gr FMJ bullets. The .22LR round is extremely weak with very low stopping power, short range, and negligible recoil. It is most useful for rifle training, and hunting small animals.",
- "relative": { "damage": { "damage_type": "stab", "amount": -1, "armor_penetration": 2 } }
+ "relative": { "damage": { "damage_type": "bullet", "amount": -1, "armor_penetration": 2 } }
},
{
"id": "22_ratshot",
@@ -49,7 +49,7 @@
"count": 100,
"price_postapoc": 400,
"dispersion": 0,
- "proportional": { "range": 0.6, "damage": { "damage_type": "stab", "amount": 0.5 }, "recoil": 0.5 },
+ "proportional": { "range": 0.6, "damage": { "damage_type": "bullet", "amount": 0.5 }, "recoil": 0.5 },
"extend": { "effects": [ "SHOT", "NOGIB" ] }
},
{
@@ -59,7 +59,7 @@
"name": { "str_sp": ".22 LR FMJ, black powder" },
"proportional": {
"price": 0.3,
- "damage": { "damage_type": "stab", "amount": 0.57, "armor_penetration": 0.5 },
+ "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
"recoil": 0.57,
"dispersion": 1.2
},
@@ -73,7 +73,7 @@
"name": { "str_sp": ".22 LR, black powder" },
"proportional": {
"price": 0.3,
- "damage": { "damage_type": "stab", "amount": 0.57, "armor_penetration": 0.5 },
+ "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
"recoil": 0.57,
"dispersion": 1.2
},
@@ -85,7 +85,7 @@
"copy-from": "22_lr",
"type": "AMMO",
"name": { "str_sp": ".22 LR, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
},
@@ -94,7 +94,7 @@
"copy-from": "22_fmj",
"type": "AMMO",
"name": { "str_sp": ".22 FMJ, reloaded" },
- "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}