Chemistry as a Skill (Need fleshed-out low level Recipes to make this happen!)

{
“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.

Excellent, more potentially useful ideas.

Also, we could add lead acetate as a highly unhealthy sweetener. This might be a logical example of a “transitional” recipe that requires both cooking and chemistry. Lemme see about cooking up (huehuehue) a recipe example for it.

{
“type” : “recipe”,
“result”: “lead_ii_acetate”,
“category”: “CC_FOOD”,
“subcategory”: “CSC_FOOD_OTHER”,
“skill_used”: “chemistry”,
“difficulty”: 2,
“skills_required”: [ “cooking”, 1 ],
“time”: 10000,
“reversible”: false,
“autolearn”: false,
“book_learn”: [[“cookbook_italian”, 3], [“textbook_chemistry”, 2], [“adv_chemistry”, 2]],
“qualities” : [
{“id”:“BOIL”,“level”:2,“amount”:1},
{“id”:“CONTAIN”,“level”:1,“amount”:1}
],
“tools”: [
[
[ “hotplate”, 7 ],
[ “char_smoker”, 1 ],
[ “toolset”, 7 ],
[ “fire”, -1 ]
]
],
“components”: [
[
[ “brew_bum_wine”, 7 ],
[ “grapes”, 6 ],
[ “irradiated_grapes”, 6 ]
],
[
[ “lead”, 1 ]
]
]
}

Noisemaker bombs out of a bottle, plastic bag, vinegar and baking soda. Could cause shrapnel too, just really low damage. (a)ctivate it to shake it and toss before it blows up in your hand.
Also taps for extracting sap from birch trees, and refine that into xylitol.
And making aspirin from willow tree bark (if we have those)

We need birch trees, yeah. Then I could add more fun things to More Survival Tools. X3

In any case, I would suggest you post a full-fledged recipe so it can at least be edited for usability, if not implemented as-is.

Okay, don’t have access to Notepad++ at the very moment, so gonna post the basic recipes.

Noisemaker bomb:
Tools: None
Qualities: None
Recipe: Vinegar, plastic bag, plastic bottle, baking soda
Use: Blows up to make noise and very low-damage shrapnel.

Xylitol:
Tools: Chemistry set
Qualities: Containing (1)
Recipe: Birch sap, hydrogen
Use: Replacement for sugar in recipes. (Birch sap could be drank for a small morale and health boost, since it is sweet and healthy)

Aspirin:
Tools: Chemistry set
Qualities: Containing (1)
Recipe: Concentrated acid, willow bark, strong alcohol
Use: Obviously painkillers (Willow bark can be chewed on to also relieve very minor pain, like, 1/8 as effective as aspirin)

Ah, that helps some. Further suggestions of relative amounts of ingredient, how high a skill you think sounds reasonable, and whether any other qualities (cutting, boiling, containing, cooking, etc) would be required also help, I suspect.

[quote=“Zaweri Runewright, post:45, topic:9685”]Aspirin:
Tools: Chemistry set
Recipe: Concentrated acid, willow bark, strong alcohol
Use: Obviously painkillers (Willow bark can be chewed on to also relieve very minor pain, like, 1/8 as effective as aspirin)[/quote]
Don’t we have this already? - Quick check later: Jepp water, oxydizer, 2-by-4; tool: chemset; makes aspirin

[quote=“DooMJake, post:47, topic:9685”][quote=“Zaweri Runewright, post:45, topic:9685”]Aspirin:
Tools: Chemistry set
Recipe: Concentrated acid, willow bark, strong alcohol
Use: Obviously painkillers (Willow bark can be chewed on to also relieve very minor pain, like, 1/8 as effective as aspirin)[/quote]
Don’t we have this already? - Quick check later: Jepp water, oxydizer, 2-by-4; tool: chemset; makes aspirin[/quote]’
2x4 to make aspirin? wait wat

Anyways,

Done. Skill requirements I am not sure, I’ll let you guys handle the balance.

EDIT:
Ammonium Chloride
Tools: Chemistry set
Qualities: Containing (1)
Recipe: Hydrochloric acid, ammonia
Use: Could be used in food recipes, or as fertilizer.

Ah right, wood. Dafuq? I assume that’s an abstraction from our lack of birch trees.

{
“type” : “recipe”,
“result”: “Formaldehyde”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 3,
“result_mult”: 10,
“time”: 120000,
“reversible”: false,
“autolearn”: true,
“batch_time_factors”:[83, 3],
“tools”: [
[
[ “char_smoker”, 1 ],
[ “chemistry_set”, 1 ],
[ “toolset”, 3 ],
[ “fire”, -1 ]
]
],
“components”: [
[
[ “silver”, 5 ],
[ “methanol”, 15 ]
]
]
}

{
“type” : “recipe”,
“result”: “Hexamine”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 5,
“result_mult”: 5,
“time”: 120000,
“reversible”: false,
“autolearn”: true,
“batch_time_factors”:[83, 3],
“tools”: [
[
[ “hotplate”, 3 ],
[ “char_smoker”, 1 ],
[ “chemistry_set”, 1 ],
[ “fire”, -1 ]
]
],
“components”: [
[
[ “Formaldehyde”, 15 ],
[ “Ammonia”, 15 ]
]
]
}

{
“type” : “recipe”,
“result”: “Nitric_acid”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 4,
“result_mult”: 5,
“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”: [
[
[ “Ammonia”, 15 ],
[ “Clean_water”, 1 ],
[ “Silver”, 5 ]
]
]
}

Formaldehyde is formed by heating methanol and silver powder to 650°C. Silver acts as a catalyst.
Nitric acid is formed by reacting ammonia and water and Platinum powder as a catalyst. I think silver is close enough because I think there is no Platinum in game.
Hexamine is formed by reacting nitric acid and ammonia.

Those recipies might not be so useful since the products are readily available in labs, but maybe there is some use for them. Apart from destillation there is no easy diy way of producing methanol, but it should be available in hardware stores.
It’s not so hard to produce these chemicals if you know how so the difficulty could be reduced but since hexamine is so useful for making explosives it should not be too easy to obtain.

Ah right, wood. Dafuq? I assume that's an abstraction from our lack of birch trees.

Actually there are some plants that contain salicin or salicylic acid. Like Poplars and Willows, Wild pansy, Meadowsweet and American wintergreen and some more. I assume wood is a not so bad abstraction here. But preferably there should be some other sources.

Excellent. If I recall, hexamine currently can’t be crafted, so this has its uses. Doubly so if you use the esbit stove in More Survival Tools.