-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
New recipe for tin (from empty tin can) #23767
Changes from all commits
a65d663
2bb925d
1df2db0
76885a4
3f9f734
9340198
98f0afe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1983,5 +1983,21 @@ | |
[ [ "amplifier", 1 ] ], | ||
[ [ "cable", 2 ] ] | ||
] | ||
},{ | ||
"type" : "recipe", | ||
"result": "electrolysis_kit", | ||
"category": "CC_ELECTRONIC", | ||
"subcategory": "CSC_ELECTRONIC_TOOLS", | ||
"skill_used": "electronics", | ||
"using": [ [ "soldering_standard", 10 ] ], | ||
"difficulty": 2, | ||
"time": 10000, | ||
"reversible": true, | ||
"autolearn": true, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe it's better to add this recipe to some book? I feel the electrolysis is rather complicated process to figure it on its own. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Electrolysis kit" in this case is just a fancy name for a couple copper wires hooked up to improvised steel electrodes. Not your typical complex lab setup, any dabbling electrician could figure it out. I think the other recipe might warrant that though, stripping tin by combination of acid + electrolysis is pretty obscure knowledge. Any suggestion for which book? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The tin stripping recipe is more of a chemistry, or of an electronics? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm... more chemistry for sure. It would fit right in the chemistry textbook. But the rarity would sorta defeat the purpose, this should often be available fairly early on if it's to be useful. But the recipe could also be spun as fabrication as well, and put in 101 crafts for beginners, engineering 301, and/or DIY compendium. What do you think? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. DIY compendium sounds OK. |
||
"qualities" : [ {"id":"CUT","level":1} ], | ||
"components": [ | ||
[ [ "cable", 50 ], [ "jumper_cable", 1 ] ], | ||
[ [ "scrap", 2 ] ] | ||
] | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you format it using http://dev.narc.ro/cataclysm/format.html please?