Skip to content

Commit

Permalink
Adds recipe for tinted glass.
Browse files Browse the repository at this point in the history
Not auto-learned.
Same difficulty as most entry-level glass blowing.
Resolves the bottleneck of being unable to reach glare protection 2 by crafting from scrap.

Based on "amber-colored glass", that most source seems to agree is colored with iron, sulfur and carbon.
  • Loading branch information
Tamiore authored and kevingranade committed Apr 26, 2020
1 parent 6381b01 commit 9c094c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,24 @@
"time": "30 m",
"tools": [ [ [ "boltcutters", -1 ], [ "pliers", -1 ], [ "toolset", -1 ], [ "multitool", -1 ] ] ],
"components": [ [ [ "wire_barbed", 1 ] ] ]
},
{
"type": "recipe",
"result": "glass_tinted",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 4,
"time": "30 m",
"book_learn": [ [ "glassblowing_book", 4 ], [ "textbook_fabrication", 5 ], [ "welding_book", 5 ] ],
"batch_time_factors": [ 90, 2 ],
"qualities": [ { "id": "CHEM", "level": 1 } ],
"tools": [
[ [ "tongs", -1 ] ],
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ],
[ [ "sheet_metal_small", -1 ], [ "sheet_metal", -1 ] ],
[ [ "forge", 60 ] ]
],
"components": [ [ [ "glass_shard", 2 ] ], [ [ "chem_sulphur", 1 ] ], [ [ "scrap", 1 ] ], [ [ "charcoal", 1 ] ] ]
}
]

0 comments on commit 9c094c8

Please sign in to comment.