Skip to content

Commit

Permalink
tweaks headscarves (#61542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Wave committed Oct 8, 2022
1 parent 64e17c6 commit 99564b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/armor/scarfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"warmth": 5,
"material_thickness": 0.1,
"environmental_protection": 1,
"flags": [ "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "OVERSIZE", "ALLOWS_NATURAL_ATTACKS", "SKINTIGHT" ],
"armor": [ { "encumbrance": 4, "coverage": 70, "covers": [ "head" ] } ]
},
{
Expand Down
12 changes: 12 additions & 0 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
"autolearn": true,
"using": [ [ "tailoring_cotton_patchwork_simple", 1 ] ]
},
{
"result": "headscarf",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "tailor",
"time": "30 m",
"reversible": true,
"autolearn": true,
"using": [ [ "tailoring_cotton_patchwork_simple", 1 ] ]
},
{
"result": "beret_wool",
"type": "recipe",
Expand Down

0 comments on commit 99564b6

Please sign in to comment.