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

Add duct tape blindfold for old reciepe plus tweaks for reciepe #47527

Merged
merged 6 commits into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
22 changes: 22 additions & 0 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,28 @@
"environmental_protection": 1,
"flags": [ "BLIND" ]
},
{
"id": "blindfold_duct",
"type": "ARMOR",
"name": { "str": "duct tape blindfold" },
"//": "A folded bandana still takes up some space on the head.",
"description": "A simple covering tied over the eyes to block sight, made out of duct tape. Useful for sleeping in bright areas.",
"weight": "20 g",
"volume": "60 ml",
"price": 10,
"price_postapoc": 5,
"material": [ "plastic" ],
"symbol": "[",
"looks_like": "blindfold",
"color": "dark_gray",
"covers": [ "eyes" ],
"coverage": 95,
"encumbrance": 10,
"warmth": 0,
"material_thickness": 1,
"environmental_protection": 1,
"flags": [ "BLIND" ]
},
{
"id": "ear_plugs",
"type": "ARMOR",
Expand Down
7 changes: 3 additions & 4 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,17 @@
"components": [ [ [ "felt_patch", 4 ] ] ]
},
{
"result": "blindfold",
"result": "blindfold_duct",
ZhilkinSerg marked this conversation as resolved.
Show resolved Hide resolved
"type": "recipe",
"activity_level": "NO_EXERCISE",
"id_suffix": "from_tape",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",
"difficulty": 1,
"difficulty": 0,
ZhilkinSerg marked this conversation as resolved.
Show resolved Hide resolved
"time": "3 m",
"reversible": true,
"autolearn": true,
"components": [ [ [ "duct_tape", 10 ] ] ],
"components": [ [ [ "duct_tape", 50 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
Expand Down