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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user