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

Phosphorus from Matchboxes and Potassium Chloride From Match-heads #74489

Merged
merged 4 commits into from
Jun 14, 2024
Merged
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
21 changes: 19 additions & 2 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1494,15 +1494,16 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "red_phosphorous",
"charges": 5,
"charges": 1,
"batch_time_factors": [ 60, 5 ],
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_OTHER",
"skill_used": "fabrication",
"time": "10 m",
"autolearn": true,
"qualities": [ { "id": "FINE_GRIND", "level": 1 }, { "id": "CUT", "level": 1 }, { "id": "SIEVE", "level": 1 } ],
"components": [ [ [ "match", 85 ] ] ]
"//": "calculation based on https://www.youtube.com/watch?v=5ZrfNAHDjWU; 1 matchbox contains 30 mg phosphorus and 1 unit of phosphor is 100 mg",
"components": [ [ [ "survival_match", 1 ], [ "ref_matches", 3 ], ["matches", 5] ] ]
suchacomic marked this conversation as resolved.
Show resolved Hide resolved
},
{
"type": "recipe",
Expand Down Expand Up @@ -2606,5 +2607,21 @@
"//4": "460kJ per mole @ 70% energy efficiency",
"tools": [ [ [ "fake_arc_furnace", 650 ] ] ],
"components": [ [ [ "cac2powder", 100 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "chem_potassium_chloride",
"charges": 2,
"batch_time_factors": [ 99, 1 ],
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_OTHER",
"skill_used": "fabrication",
"time": "2 m",
"autolearn": true,
"qualities": [{ "id": "CUT", "level": 1 }],
suchacomic marked this conversation as resolved.
Show resolved Hide resolved
"tools": [ [ [ "water_boiling_heat", 1, "LIST" ] ] ],
"//" : "basically burning potassium chlorate to form KCl",
"components": [ [ [ "survival_match", 1 ], ["match", 60] ] ]
suchacomic marked this conversation as resolved.
Show resolved Hide resolved
}
]
Loading