{
“type” : “recipe”,
“result”: “copper_acetate”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 1,
“result_mult”: 15,
“time”: 120000,
“reversible”: false,
“autolearn”: true,
“batch_time_factors”:[83, 3],
“tools”: [
[
[ “hotplate”, 3 ],
[ “char_smoker”, 1 ],
[ “chemistry_set”, 1 ],
[ “toolset”, 3 ],
[ “fire”, -1 ]
]
],
“components”: [
[
[ “copper_tubing”, 2 ],
[ “vinegar”, 5 ]
]
]
}
{
“type” : “recipe”,
“result”: “arsenic_trioxide”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 1,
“result_mult”: 15,
“time”: 120000,
“reversible”: false,
“autolearn”: true,
“batch_time_factors”:[83, 3],
“tools”: [
[
[ “toolset”, 3 ],
[ “aluminum_tongs”, 3 ],
[ “fire”, -1-A ]
]
],
“components”: [
[
[ “iron_ore”, 10 ],
[ “copper_tubings”, 2 ]
]
]
}
{
“type” : “recipe”,
“result”: “Fungicide”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 1,
“result_mult”: 15,
“time”: 120000,
“reversible”: false,
“autolearn”: true,
“batch_time_factors”:[83, 3],
“tools”: [
[
[ “hotplate”, 3 ],
[ “char_smoker”, 1 ],
[ “chemistry_set”, 1 ],
[ “toolset”, 3 ],
[ “fire”, -1 ]
]
],
“components”: [
[
[ “copper_acetate”, 2 ],
[ “arsenic_trioxide”, 2 ]
]
]
}
The first recipy makes copper-acetate a mild fungicide, green pigment and useful for making batteries or galvanizing metal objects. It is crafted by dissolving small copper pieces in hot vinegar.
The second recipy is arsenic-triacetate a very potent poison. It is crafted by roasting iron ore in a fire and catching the smoke in tubings to cool it down. It will result in a white powder. Purity will be bad but its a strong poison nontheless. Most iron ores contain small amounts of arsenic, so using a lot of ore will result in a small amount of arsenic-trioxide. The ore can be processed like normal.
The third recipy is a VERY potent insecticide, fungicide and herbizide. It could be used against spiders, ants, fungal stuff and triffid stuff. But its also poisonous to human…
From Wikipedia: Paris Green Paris green - Wikipedia
This toxic mixture is said "to have burned the trees and the grass around the trees".
Those are the first recipies I ever made. They probably contain errors… Also I don’t know if this already exists in game.