From 0a67baa2cf832c5177fb6b45553fcb133e7deabd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Jan 2023 12:33:29 -0800 Subject: Fix str to str_sp on ammunition names. --- json/items/ammo/000shot.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'json/items/ammo/000shot.json') 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" ] } -- cgit v1.2.1