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

Chemistry Tools 2: Add basic analytical science tools #27212

Merged
merged 15 commits into from
Jan 6, 2019

Conversation

I-am-Erk
Copy link
Member

@I-am-Erk I-am-Erk commented Dec 21, 2018

Summary

SUMMARY: Infrastructure "Adds not-quite implemented basic analytical tools for chemistry."

Purpose of change

Using new chemistry qualities (#27206), adds the sub-tools that collectively form a "basic analytical kit" with analysis quality 1.

Describe the solution

After some discussion I think the most important analytical tools for common chemical synthesis are:

  • accurate weighing
  • spectrophotometry
  • pH measurement
  • melting point determination
  • thin layer chromatography

I have created sub-tools to represent these tools, and a "kit" tool that includes all of them and has an analysis 1 quality.

Describe alternatives you've considered

Each of these items could have analysis 1 individually, but that winds up with weird things like using a melting point apparatus to determine if your ethanol is pure. Instead, if a recipe only needs a melting point apparatus, you could always include that in the recipe or something.

Additional context

Part of an ongoing effort to add science tools, without putting them all in a single huge PR.

Next up will be recipes to construct and disassemble these tools. Or maybe item groups to get these tools into the game. I don't know yet.

@ZhilkinSerg ZhilkinSerg added [JSON] Changes (can be) made in JSON Items / Item Actions / Item Qualities Items and how they work and interact labels Dec 21, 2018
Night-Pryanik and others added 13 commits December 21, 2018 06:24
Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com>
Place science.json in the items/tools folder to reduce the burden of reading a single large json
The plural of apparatus is complicated.
Holy smokes, item groups is a giant mess
Mixed cuvettes and burettes up. It's been a while since I did labwork.
These are for crafting the spectrophotometer.
The linting is annoying me.
@ZhilkinSerg ZhilkinSerg self-assigned this Dec 28, 2018
@ZhilkinSerg ZhilkinSerg removed their assignment Dec 28, 2018
Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com>
@ZhilkinSerg ZhilkinSerg merged commit 0e45533 into CleverRaven:master Jan 6, 2019
@I-am-Erk I-am-Erk deleted the science-tools-2 branch January 22, 2019 17:24
@I-am-Erk I-am-Erk mentioned this pull request Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Items / Item Actions / Item Qualities Items and how they work and interact [JSON] Changes (can be) made in JSON
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants