summaryrefslogtreecommitdiff
path: root/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
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')
-rw-r--r--json/items/ammo/000shot.json20
-rw-r--r--json/items/ammo/12mm.json2
-rw-r--r--json/items/ammo/46.json18
-rw-r--r--json/items/ammo/473.json4
4 files changed, 22 insertions, 22 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json
index 686e80a..9a6eca5 100644
--- a/json/items/ammo/000shot.json
+++ b/json/items/ammo/000shot.json
@@ -3,7 +3,7 @@
"id": "shot_000",
"type": "AMMO",
"looks_like": "shot_00",
- "name": { "str": "000 shot" },
+ "name": { "str_sp": "000 shot" },
"description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.",
"weight": "32 g",
"volume": "250 ml",
@@ -28,7 +28,7 @@
"copy-from": "shot_000",
"looks_like": "shot_flechette",
"type": "AMMO",
- "name": { "str": "000 flechette shell" },
+ "name": { "str_sp": "000 flechette shell" },
"description": "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease.",
"price": 3000,
"price_postapoc": 1200,
@@ -40,7 +40,7 @@
"copy-from": "shot_000",
"looks_like": "shot_slug",
"type": "AMMO",
- "name": { "str": "000 shotgun slug" },
+ "name": { "str_sp": "000 shotgun slug" },
"description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate.",
"price": 600,
"price_postapoc": 600,
@@ -53,7 +53,7 @@
"copy-from": "shot_000",
"looks_like": "shot_beanbag",
"type": "AMMO",
- "name": { "str": "000 shotgun beanbag" },
+ "name": { "str_sp": "000 shotgun beanbag" },
"description": "A beanbag round for shotguns, not deadly but designed to disable.",
"price": 750,
"price_postapoc": 300,
@@ -67,7 +67,7 @@
"copy-from": "shot_000",
"looks_like": "shot_dragon",
"type": "AMMO",
- "name": { "str": "000 incendiary shell" },
+ "name": { "str_sp": "000 incendiary shell" },
"description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.",
"price": 1500,
"price_postapoc": 2400,
@@ -78,7 +78,7 @@
"copy-from": "shot_000",
"looks_like": "shot_he",
"type": "AMMO",
- "name": { "str": "000 explosive slug" },
+ "name": { "str_sp": "000 explosive slug" },
"description": "A shotgun shell shooting a small explosive. Damaging, but rather inaccurate and short ranged. Banned in several states.",
"price": 4500,
"price_postapoc": 2400,
@@ -91,7 +91,7 @@
"id": "reloaded_shot_000",
"copy-from": "shot_000",
"type": "AMMO",
- "name": { "str": "000 shot, reloaded" },
+ "name": { "str_sp": "000 shot, reloaded" },
"proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
@@ -100,7 +100,7 @@
"id": "reloaded_shot_000_flechette",
"copy-from": "shot_000_flechette",
"type": "AMMO",
- "name": { "str": "000 flechette shell, reloaded" },
+ "name": { "str_sp": "000 flechette shell, reloaded" },
"proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
@@ -109,7 +109,7 @@
"id": "reloaded_shot_000_slug",
"copy-from": "shot_000_slug",
"type": "AMMO",
- "name": { "str": "000 shotgun slug, reloaded" },
+ "name": { "str_sp": "000 shotgun slug, reloaded" },
"proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
@@ -118,7 +118,7 @@
"id": "reloaded_shot_000_inc",
"copy-from": "shot_000_inc",
"type": "AMMO",
- "name": { "str": "000 incendiary shell, reloaded" },
+ "name": { "str_sp": "000 incendiary shell, reloaded" },
"proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json
index 1e2a7f7..e5b74b6 100644
--- a/json/items/ammo/12mm.json
+++ b/json/items/ammo/12mm.json
@@ -4,7 +4,7 @@
"copy-from": "12mm",
"type": "AMMO",
"looks_like": "12mm",
- "name": { "str": "H&K 12mm, handmade" },
+ "name": { "str_sp": "H&K 12mm, handmade" },
"description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.",
"proportional": {
"price": 0.7,
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json
index 5f8aebf..1d82e3e 100644
--- a/json/items/ammo/46.json
+++ b/json/items/ammo/46.json
@@ -2,7 +2,7 @@
{
"id": "46mm",
"type": "AMMO",
- "name": { "str": "4.6x30mm DM11" },
+ "name": { "str_sp": "4.6x30mm DM11" },
"description": "4.6x30mm ammunition with 31gr copper plated steel bullets. The Ultimate Combat DM11 Penetrator round has low recoil and excellent armor penetration.",
"weight": "6500 mg",
"volume": "156 ml",
@@ -26,7 +26,7 @@
"id": "reloaded_46mm",
"copy-from": "46mm",
"type": "AMMO",
- "name": { "str": "4.6x30mm DM11, reloaded" },
+ "name": { "str_sp": "4.6x30mm DM11, reloaded" },
"description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
"proportional": {
"price": 0.7,
@@ -40,7 +40,7 @@
"id": "bp_46mm",
"copy-from": "46mm",
"type": "AMMO",
- "name": { "str": "4.6x30mm DM11, black powder" },
+ "name": { "str_sp": "4.6x30mm DM11, black powder" },
"description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
"proportional": {
"price": 0.3,
@@ -56,7 +56,7 @@
"copy-from": "46mm",
"type": "AMMO",
"looks_like": "46mm",
- "name": { "str": "4.6x30mm FMJ" },
+ "name": { "str_sp": "4.6x30mm FMJ" },
"description": "4.6x30mm ammunition with 42gr copper plated steel jacket and lead-antimony core bullets. The FMJ round has longer range and greater wounding potential, albeit with slightly more recoil and reduced muzzle velocity.",
"weight": "7000 mg",
"proportional": {
@@ -74,7 +74,7 @@
"copy-from": "46mm_fmj",
"type": "AMMO",
"looks_like": "reloaded_46mm",
- "name": { "str": "4.6x30mm FMJ, reloaded" },
+ "name": { "str_sp": "4.6x30mm FMJ, reloaded" },
"proportional": {
"price": 0.7,
"damage": { "damage_type": "bullet", "amount": 0.9 },
@@ -88,7 +88,7 @@
"copy-from": "46mm_fmj",
"type": "AMMO",
"looks_like": "bp_46mm",
- "name": { "str": "4.6x30mm FMJ, black powder" },
+ "name": { "str_sp": "4.6x30mm FMJ, black powder" },
"proportional": {
"price": 0.3,
"damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
@@ -103,7 +103,7 @@
"copy-from": "46mm",
"type": "AMMO",
"looks_like": "46mm",
- "name": { "str": "4.6x30mm SHP" },
+ "name": { "str_sp": "4.6x30mm SHP" },
"description": "4.6x30mm ammunition with 31gr copper plated brass bullets. The Action Law Enforcement solid hollow point round is optimized for use against soft targets, while still having decent penetration.",
"proportional": {
"price": 0.8
@@ -117,7 +117,7 @@
"copy-from": "46mm_shp",
"type": "AMMO",
"looks_like": "reloaded_46mm",
- "name": { "str": "4.6x30mm SHP, reloaded" },
+ "name": { "str_sp": "4.6x30mm SHP, reloaded" },
"proportional": {
"price": 0.7,
"damage": { "damage_type": "bullet", "amount": 0.9 },
@@ -131,7 +131,7 @@
"copy-from": "46mm_shp",
"type": "AMMO",
"looks_like": "bp_46mm",
- "name": { "str": "4.6x30mm SHP, black powder" },
+ "name": { "str_sp": "4.6x30mm SHP, black powder" },
"proportional": {
"price": 0.3,
"damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
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" ] },