diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 18:44:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 18:44:52 -0800 |
commit | 359913302bfbeb3c9328d3a3d09b604083814247 (patch) | |
tree | a96ce5d0eef894d219b02ca0f15a578f2ffcfcf4 /json/items/ammo/270win.json | |
parent | Add 45-70 ammo. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-359913302bfbeb3c9328d3a3d09b604083814247.tar.xz |
Clean up the descriptions.
Diffstat (limited to 'json/items/ammo/270win.json')
-rw-r--r-- | json/items/ammo/270win.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/json/items/ammo/270win.json b/json/items/ammo/270win.json index d9812da..53f434d 100644 --- a/json/items/ammo/270win.json +++ b/json/items/ammo/270win.json @@ -26,7 +26,8 @@ "id": "bp_270win_jsp", "copy-from": "270win_jsp", "type": "AMMO", - "name": { "str": ".270 Winchester JSP, black powder" }, + "name": { "str_sp": ".270 Winchester JSP, black powder" }, + "description": ".270 Winchester ammunition with a 130gr soft point bullet. It is a powerful round capable of taking down large targets with ease, but someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder. Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.7, "armor_penetration": 0.5 }, @@ -40,7 +41,8 @@ "id": "reloaded_270win_jsp", "copy-from": "270win_jsp", "type": "AMMO", - "name": { "str": ".270 Winchester JSP, reloaded" }, + "name": { "str_sp": ".270 Winchester JSP, reloaded" }, + "description": ".270 Winchester ammunition with a 130gr soft point bullet. It is a powerful round capable of taking down large targets with ease. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } |