diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-22 12:31:55 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-22 12:31:55 -0800 |
commit | cebe554f84e1bbdd752f5b88b0bfc3c999a89bd5 (patch) | |
tree | eca8a66778e769fef6e4b28428d7beb60cce3cec /json/items/ammo | |
parent | Restore the verbose 4.73mm ammo descriptions (diff) | |
download | cataclysm-bn-mod_hk-loadout-cebe554f84e1bbdd752f5b88b0bfc3c999a89bd5.tar.xz |
Rename bootleg to handmade
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/473.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index 6d0ee92..17c6cf9 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -3,7 +3,7 @@ "id": "bootleg_473x33mm", "copy-from": "473x33mm", "type": "AMMO", - "name": { "str": "4.73x33mm, bootleg" }, + "name": { "str": "4.73x33mm, handmade" }, "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.", "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, |