Skip to content

Commit

Permalink
misc item category fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
casswedson committed Dec 23, 2020
1 parent b85c4a9 commit 4b60302
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/json/items/armor/hats.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{
"id": "bandana_head",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "head bandana" },
"description": "A cotton bandana, worn over the head.",
"weight": "42 g",
Expand Down
1 change: 1 addition & 0 deletions data/json/items/armor/masks.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{
"id": "bandana",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": { "str": "bandana" },
"description": "A cotton bandana, worn over the mouth for warmth and minor protection from dust and other contaminants.",
"weight": "42 g",
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "button_wood",
"category": "CC_WEAPON",
"category": "CC_OTHER",
"skill_used": "fabrication",
"skills_required": [ "fabrication", 1 ],
"difficulty": 3,
Expand All @@ -641,7 +641,7 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "button_plastic",
"category": "CC_WEAPON",
"category": "CC_OTHER",
"skill_used": "fabrication",
"difficulty": 4,
"time": "1 h 30 m",
Expand Down

0 comments on commit 4b60302

Please sign in to comment.