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

@@ -11,4 +11,26 @@
- type: Sprite
layers:
- state: box
- state: flashbang
- state: flashbang
- type: entity
name: NT "AgriChem Is Fun" kit
parent: BoxCardboard
id: BoxAgrichem
description: For the budding botanist ready to learn about maximizing farm output. This faded box must be at least 50 years old.
components:
- type: StorageFill
contents:
- id: PaperAgrichemManual
- id: ChemistryEmptyBottle01
- id: PotassiumChemistryBottle
- id: PhosphorusChemistryBottle
- id: NitrogenChemistryBottle
- id: HydrogenChemistryBottle
- id: EthanolChemistryBottle
- id: RadiumChemistryVial
- id: ChlorineChemistryVial
- type: Sprite
layers:
- state: boxwide
- state: agrichemkit

View File

@@ -24,6 +24,15 @@
- type: Paper
content: book-text-holoparasite-info
- type: entity
id: PaperAgrichemManual
name: NT "AgriChem Is Fun" manual
description: The single sheet of instructions that came in the kit.
parent: Paper
components:
- type: Paper
content: book-text-agrichemkit-manual
- type: entity
id: PaperWrittenCombatBakeryKit
name: "combat bakery kit instructions"

View File

@@ -16,6 +16,7 @@
EZNutrientChemistryBottle: 3
Bucket: 3
DiseaseSwab: 20
BoxAgrichem: 1
#TO DO:
#plant analyzer
emaggedInventory:

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