Skip to content

Commit

Permalink
Add duct tape blindfold for old reciepe plus tweaks for reciepe (Clev…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus authored and John-Candlebury committed Mar 24, 2021
1 parent bd2b0b7 commit a31b6be
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
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: 2 additions & 5 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,15 @@
"components": [ [ [ "felt_patch", 4 ] ] ]
},
{
"result": "blindfold",
"result": "blindfold_duct",
"type": "recipe",
"activity_level": "NO_EXERCISE",
"id_suffix": "from_tape",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",
"difficulty": 1,
"time": "3 m",
"reversible": true,
"autolearn": true,
"components": [ [ [ "duct_tape", 10 ] ] ],
"components": [ [ [ "duct_tape", 50 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
Expand Down
6 changes: 6 additions & 0 deletions data/json/recipes/recipe_obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -2752,6 +2752,12 @@
"result": "mp3",
"obsolete": true
},
{
"type": "recipe",
"result": "blindfold",
"id_suffix": "from_tape",
"obsolete": true
},
{
"type": "recipe",
"result": "towel",
Expand Down

0 comments on commit a31b6be

Please sign in to comment.