Skip to content

Commit

Permalink
Names to object
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup committed Feb 3, 2020
1 parent b9afd7d commit f15d94f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ]
},
{
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/tool/lighting.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/vehicle/utilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f15d94f

Please sign in to comment.