Skip to content

Commit

Permalink
Added XL light survivor mask item and recipe (CleverRaven#55146)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuga-git authored Feb 8, 2022
1 parent 9c61fe3 commit 59c26ec
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
27 changes: 27 additions & 0 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,33 @@
"environmental_protection_with_filter": 15,
"flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ]
},
{
"id": "mask_lsurvivorxl",
"type": "TOOL_ARMOR",
"category": "armor",
"name": { "str": "XL light survivor mask" },
"description": "A custom-built, reinforced gas mask that covers the face and eyes regardless of your state of mutation. Provides excellent protection from smoke, teargas, and shrapnel. It must be prepared before use.",
"weight": "766 g",
"volume": "1250 ml",
"price": 24000,
"price_postapoc": 1250,
"to_hit": -3,
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "gasfilter_m": 100 } } ],
"ammo": "gasfilter_m",
"use_action": [ "GASMASK" ],
"material": [ "kevlar_layered", "cotton" ],
"symbol": "[",
"color": "dark_gray",
"armor": [
{ "covers": [ "eyes" ], "coverage": 100, "encumbrance": 5 },
{ "covers": [ "mouth" ], "coverage": 100, "encumbrance": 25 }
],
"warmth": 15,
"material_thickness": 3,
"environmental_protection": 1,
"environmental_protection_with_filter": 15,
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "SUN_GLASSES", "SLEEP_IGNORE" ]
},
{
"id": "mask_survivor",
"type": "TOOL_ARMOR",
Expand Down
27 changes: 26 additions & 1 deletion data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,31 @@
{ "proficiency": "prof_polymerworking" }
]
},
{
"result": "mask_lsurvivorxl",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",
"difficulty": 6,
"skills_required": [ "tailor", 5 ],
"time": "4 h 30 m",
"autolearn": true,
"using": [ [ "adhesive", 2 ], [ "sewing_standard", 20 ] ],
"tools": [ [ [ "welder", 56 ], [ "welder_crude", 84 ], [ "soldering_iron", 84 ], [ "toolset", 84 ] ] ],
"components": [
[ [ "mask_filter", 2 ], [ "mask_gas", 1 ], [ "mask_bunker", 1 ] ],
[ [ "glasses_safety", 2 ], [ "glasses_bal", 1 ] ],
[ [ "rag", 6 ] ],
[ [ "mask_bal", 1 ], [ "sheet_kevlar_layered", 6 ] ]
],
"proficiencies": [
{ "proficiency": "prof_closures_waterproofing" },
{ "proficiency": "prof_plasticworking" },
{ "proficiency": "prof_polymerworking" }
]
},
{
"result": "mask_rioter",
"type": "recipe",
Expand Down Expand Up @@ -1702,7 +1727,7 @@
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",
"difficulty": 7,
"difficulty": 6,
"skills_required": [ "tailor", 5 ],
"time": "4 h 30 m",
"autolearn": true,
Expand Down

0 comments on commit 59c26ec

Please sign in to comment.