Skip to content

Commit

Permalink
Name to object
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup committed Feb 7, 2020
1 parent 2cd4312 commit 016623e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions data/json/items/armor/holster.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
{
"id": "bow_sling",
"type": "ARMOR",
"name": "bow sling",
"name_plural": "bow slings",
"name": { "str": "bow sling", "str_pl": "bow slings" },
"description": "A somewhat complicated set of straps and fabric to keep your bow close to hand and (mostly) out of harms way. Activate to holster/draw your bow.",
"weight": "320 g",
"volume": "500 ml",
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/armor/torso_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
{
"id": "armor_cuirass",
"type": "ARMOR",
"name": "bell cuirass",
"name": { "str": "bell cuirass", "str_pl": "bell cuirasses" },
"category": "armor",
"name_plural": "bell cuirasses",
"description": "An ancient Greek breastplate, made of bronze.",
"weight": "5896 g",
"volume": "6 L",
Expand Down
6 changes: 2 additions & 4 deletions data/json/items/armor/undergarment.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
{
"id": "boxer_briefs",
"type": "ARMOR",
"name": "boxer briefs",
"name_plural": "boxer briefs",
"name": { "str": "boxer briefs", "str_pl": "boxer briefs" },
"description": "The age-old question, boxers or briefs? Your answer? Yes.",
"weight": "37 g",
"volume": "250 ml",
Expand All @@ -129,8 +128,7 @@
{
"id": "boxer_shorts",
"type": "ARMOR",
"name": "boxer shorts",
"name_plural": "boxer shorts",
"name": { "str": "boxer shorts", "str_pl": "boxer shorts" },
"description": "Men's boxer shorts. More fashionable than briefs and just as comfortable.",
"weight": "42 g",
"volume": "250 ml",
Expand Down

0 comments on commit 016623e

Please sign in to comment.