From f15d94fd2ccefe9f835c8ee85016a2df8ef8fbd1 Mon Sep 17 00:00:00 2001 From: snipercup <50166150+snipercup@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:12:41 +0100 Subject: [PATCH] Names to object --- data/json/items/fake.json | 3 +-- data/json/items/melee/swords_and_blades.json | 3 +-- data/json/items/tool/lighting.json | 3 +-- data/json/items/vehicle/utilities.json | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/data/json/items/fake.json b/data/json/items/fake.json index 3eacd3cb51a11..3cc32b9d9fff5 100644 --- a/data/json/items/fake.json +++ b/data/json/items/fake.json @@ -50,8 +50,7 @@ "id": "fake_goggles", "copy-from": "fake_item", "type": "TOOL", - "name": "bionic goggles", - "name_plural": "bionic goggles", + "name": { "str": "bionic goggles", "str_pl": "bionic goggles" }, "qualities": [ [ "GLARE", 2 ] ] }, { diff --git a/data/json/items/melee/swords_and_blades.json b/data/json/items/melee/swords_and_blades.json index d41bde7170a03..1a90faf5ac474 100644 --- a/data/json/items/melee/swords_and_blades.json +++ b/data/json/items/melee/swords_and_blades.json @@ -112,8 +112,7 @@ "id": "knife_combat_mod", "copy-from": "knife_combat", "type": "TOOL", - "name": "modified combat knife", - "name_plural": "modified combat knives", + "name": { "str": "modified combat knife", "str_pl": "modified combat knives" }, "description": "This is a military combat knife. It is light and extremely sharp, and could be deadly in either the right hands or when attached as a bayonet. This one was modified and customized to mount on pretty much any weapon other than pistols, if you so want.", "gunmod_data": { "location": "underbarrel", diff --git a/data/json/items/tool/lighting.json b/data/json/items/tool/lighting.json index f3a3d3e4ca53d..0760bb563c119 100644 --- a/data/json/items/tool/lighting.json +++ b/data/json/items/tool/lighting.json @@ -448,8 +448,7 @@ "//": "This doesn't make too much sense, flavor-wise, but it's the best I can come up with. Put it on the todo list.", "id": "lightstrip_inactive", "type": "TOOL", - "name": "lightstrip (inactive)", - "name_plural": "lightstrips (inactive)", + "name": { "str": "lightstrip (inactive)", "str_pl": "lightstrips (inactive)" }, "copy-from": "lightstrip_base", "description": "This is a light-emitting circuit that can be wired directly to a battery. It provides some weak light and can't be turned off until the battery dies.", "color": "white", diff --git a/data/json/items/vehicle/utilities.json b/data/json/items/vehicle/utilities.json index 2f8be24cdcc96..473dfa64a1395 100644 --- a/data/json/items/vehicle/utilities.json +++ b/data/json/items/vehicle/utilities.json @@ -3,8 +3,7 @@ "type": "TOOL", "id": "black_box", "category": "other", - "name": "military black box", - "name_plural": "military black boxes", + "name": { "str": "military black box", "str_pl": "military black boxes" }, "description": "This is a black box, seemingly pulled from some sort of military vehicle wreckage. If you can find a system to analyze this you may find something of interest.", "weight": "4535 g", "volume": "2 L",