Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ski mask is now a tube scarf #73941

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2988,47 +2988,61 @@
"color": "dark_gray",
"use_action": {
"type": "transform",
"menu_text": "Loosen",
"menu_text": "Wear as collar",
"msg": "You adjust your ski mask for less warmth.",
"target": "mask_ski_loose"
},
"symbol": "[",
"description": "A warm wool mask that protects the head and face from the cold. It has a full face opening that can be adjusted to set how much is exposed.",
"description": "A warm wool mask that protects the head and face from the cold. It covers most of your head and mouth, and can be adjusted to hang around your throat instead.",
"price": "18 USD",
"price_postapoc": "2 USD 50 cent",
"material": [ "wool" ],
"volume": "250 ml",
"warmth": 45,
"warmth": 25,
"flags": [ "VARSIZE", "SKINTIGHT" ],
"material_thickness": 1,
"environmental_protection": 2,
"armor": [ { "encumbrance": 10, "coverage": 80, "covers": [ "head", "mouth" ] } ]
"armor": [
{
"encumbrance": 6,
"coverage": 100,
"covers": [ "head" ],
"//:": "not forehead or nape",
"specifically_covers": [ "head_crown", "head_ear_r", "head_ear_l", "head_throat" ]
},
{
"encumbrance": 10,
"coverage": 100,
"covers": [ "mouth" ],
"specifically_covers": [ "mouth_lips", "mouth_cheeks", "mouth_chin" ]
}
]
},
{
"type": "TOOL_ARMOR",
"id": "mask_ski_loose",
"name": { "str": "ski mask (open)", "str_pl": "ski masks (open)" },
"name": { "str": "ski mask (collar)", "str_pl": "ski masks (collar)" },
"category": "clothing",
"weight": "86 g",
"color": "dark_gray",
"use_action": {
"type": "transform",
"menu_text": "Tighten",
"menu_text": "Wear around head",
"msg": "You adjust your ski mask for more warmth.",
"target": "mask_ski"
},
"revert_to": "mask_ski",
"symbol": "[",
"description": "A warm wool mask that protects the head and face from the cold. It has a full face opening that can be adjusted to set how much is exposed.",
"description": "A warm wool mask that protects the head and face from the cold. It is wrapped around your throat, and can be adjusted to cover your mouth and more of your head.",
"price": "18 USD",
"price_postapoc": "2 USD 50 cent",
"material": [ "wool" ],
"volume": "250 ml",
"warmth": 25,
"flags": [ "VARSIZE", "SKINTIGHT" ],
"flags": [ "VARSIZE", "SKINTIGHT", "COLLAR" ],
"material_thickness": 1,
"environmental_protection": 1,
"armor": [ { "encumbrance": 10, "coverage": 60, "covers": [ "head", "mouth" ] } ]
"armor": [ { "encumbrance": 4, "coverage": 20, "covers": [ "head" ], "specifically_covers": [ "head_nape", "head_throat" ] } ]
},
{
"type": "TOOL_ARMOR",
Expand Down
Loading