-
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
Add Chemistry Proficiencies #64107
Add Chemistry Proficiencies #64107
Conversation
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
JSON & C++ formatters
data/json/recipes/chem/mutagens.json|300|
data/json/recipes/chem/mutagens.json|317|
data/json/recipes/chem/mutagens.json|339|
data/json/recipes/chem/mutagens.json|356|
data/json/recipes/chem/mutagens.json|378|
data/json/recipes/chem/mutagens.json|395|
data/json/recipes/chem/mutagens.json|417|
data/json/recipes/chem/mutagens.json|434|
data/json/recipes/chem/mutagens.json|456|
data/json/recipes/chem/mutagens.json|473|
data/json/recipes/chem/mutagens.json|495|
data/json/recipes/chem/mutagens.json|512|
data/json/recipes/chem/mutagens.json|534|
data/json/recipes/chem/mutagens.json|551|
data/json/recipes/chem/mutagens.json|573|
data/json/recipes/chem/mutagens.json|590|
data/json/recipes/chem/mutagens.json|612|
data/json/recipes/chem/mutagens.json|629|
data/json/recipes/chem/mutagens.json|651|
data/json/recipes/chem/mutagens.json|668|
data/json/recipes/chem/mutagens.json|690|
data/json/recipes/chem/mutagens.json|707|
data/json/recipes/chem/mutagens.json|729|
data/json/recipes/chem/mutagens.json|746|
data/json/recipes/chem/mutagens.json|769|
data/json/recipes/chem/mutagens.json|786|
data/json/recipes/chem/mutagens.json|803|
data/json/recipes/chem/mutagens.json|820|
data/json/recipes/chem/mutagens.json|843|
data/json/recipes/chem/mutagens.json|859|
data/json/recipes/chem/mutagens.json|881|
data/json/recipes/chem/mutagens.json|898|
data/json/recipes/chem/mutagens.json|914|
data/json/recipes/chem/mutagens.json|931|
data/json/recipes/chem/mutagens.json|948|
data/json/recipes/chem/mutagens.json|965|
data/json/recipes/chem/mutagens.json|981|
data/json/recipes/chem/mutagens.json|998|
data/json/recipes/chem/mutagens.json|1014|
data/json/recipes/chem/mutagens.json|1031|
data/json/recipes/chem/mutagens.json|1048|
data/json/recipes/chem/mutagens.json|1070|
data/json/recipes/chem/mutagens.json|1087|
data/json/recipes/chem/mutagens.json|1123|
data/json/recipes/chem/other.json|57|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Chemistry proficiences continued #1
citric acid: does not require organic knowledge for production formic acid: does not require organic knowledge for production
napalm: does not actually require any chemical reactions with hydrocarbons. Organic chemistry is out of place here. explosive_hm_rocket: add Handloading for gunpowder handling. gas_fungicidal: remove "Organic Chemistry" because it is just a mix gas_insecticidal: remove "Organic Chemistry" because it is just a mix flamethrower_fuel: remove "Organic Chemistry" because it is just a mix
conc_paralytic, conc_venom: remove Organic Chemistry due to no chemical reactions present
acetylene from carbide should require only basic chemical handling knowledge
OK, that should be most of them. |
There's some things I'm not knowledgeable enough to make a judgement call on, but everything I do know about here seems pretty good to go. Great audit! |
Now, that the zinc production recipes have been changed by #63375, I replaced chemistry-related proficiencies with the one I've intentionally avoided (as I intended to have a look at it after the chemistry was fixed) -- "Metallurgy". Conflicts must be resolved, after all. |
Summary
Balance "Add chemical related proficiencies to crafting recipes"
Purpose of change
Currently, despite being "learnable", all chemical proficiencies have no actual opportunities to be learned. They are not used in any recipes.
This also effectively blocks "Biochemistry" weakpoint from being obtainable, as it requires "Organic Chemistry" knowledge (which can not be learned via in-game activities).
P.S. OK, I've learned my lesson. No more nested branches for each change.
Describe the solution
Simply adding the proficiencies to recipes presents opportunities needed to learn them. My discretion at adding the proficiencies was as follows:
Describe alternatives you've considered
Maybe it is a good idea to also add training recipes provided by chemistry textbooks.
Testing
Tested some (not all, bobviously) recipes in-game. Proficiencies successfully added.
Additional context
None.