summaryrefslogtreecommitdiff
path: root/json/items/ammo/473.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 12:33:29 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-12 12:33:29 -0800
commit0a67baa2cf832c5177fb6b45553fcb133e7deabd (patch)
tree0ecc9767d88f66025107ae9d746d6e7ee49fce2b /json/items/ammo/473.json
parentFix the 4.6mm uncraft to provide copper. (diff)
downloadcataclysm-dda-mod_hk-loadout-0a67baa2cf832c5177fb6b45553fcb133e7deabd.tar.xz
Fix str to str_sp on ammunition names.
Diffstat (limited to 'json/items/ammo/473.json')
-rw-r--r--json/items/ammo/473.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json
index a52d697..d3ac77b 100644
--- a/json/items/ammo/473.json
+++ b/json/items/ammo/473.json
@@ -3,7 +3,7 @@
"id": "473x33mm",
"type": "AMMO",
"looks_like": "8mm_caseless",
- "name": { "str": "4.73x33mm" },
+ "name": { "str_sp": "4.73x33mm" },
"description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.",
"weight": "5200 mg",
"volume": "250 ml",
@@ -26,7 +26,7 @@
"id": "bootleg_473x33mm",
"copy-from": "473x33mm",
"type": "AMMO",
- "name": { "str": "4.73x33mm, handmade" },
+ "name": { "str_sp": "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": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },