A kit to help new botanists discover chemistry (#31738)

* Add a kit for botanists to do some limited chemistry to the NutriMax. Intended to help new botanists learn in-game about chemistry.

* remove exclamation marks from names

* naming fix

* Rejected trademark application for 'Farmers Helper'.

---------

Co-authored-by: PraxisMapper <praxismapper@gmail.com>
This commit is contained in:
drakewill-CRL
2024-09-05 12:43:00 -04:00
committed by GitHub
parent 1335a11446
commit 511d759a70
8 changed files with 154 additions and 2 deletions

View File

@@ -216,6 +216,71 @@
- ReagentId: UnstableMutagen
Quantity: 30
- type: entity
id: PotassiumChemistryBottle
name: potassium bottle
parent: BaseChemistryBottleFilled
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Potassium
Quantity: 30
- type: entity
id: NitrogenChemistryBottle
name: nitrogen bottle
parent: BaseChemistryBottleFilled
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Nitrogen
Quantity: 30
- type: entity
id: PhosphorusChemistryBottle
name: phosphorus bottle
parent: BaseChemistryBottleFilled
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Phosphorus
Quantity: 30
- type: entity
id: HydrogenChemistryBottle
name: hydrogen bottle
parent: BaseChemistryBottleFilled
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Hydrogen
Quantity: 30
- type: entity
id: EthanolChemistryBottle
name: ethanol bottle
parent: BaseChemistryBottleFilled
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Ethanol
Quantity: 30
- type: entity
id: NocturineChemistryBottle
name: nocturine bottle

View File

@@ -117,3 +117,29 @@
Quantity: 30
- type: Tag
tags: []
- type: entity
id: RadiumChemistryVial
name: radium vial
parent: BaseChemistryEmptyVial
components:
- type: SolutionContainerManager
solutions:
beaker:
maxVol: 5
reagents:
- ReagentId: Radium
Quantity: 5
- type: entity
id: ChlorineChemistryVial
name: chlorine vial
parent: BaseChemistryEmptyVial
components:
- type: SolutionContainerManager
solutions:
beaker:
maxVol: 5
reagents:
- ReagentId: Chlorine
Quantity: 5