Plant genetics (#11407)
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
- state: nitrile
|
||||
|
||||
- type: entity
|
||||
name: mouth swab box
|
||||
name: sterile swab box
|
||||
parent: BoxCardboard
|
||||
id: BoxMouthSwab
|
||||
components:
|
||||
|
||||
@@ -99,6 +99,8 @@
|
||||
- id: HydroponicsToolClippers
|
||||
- id: ClothingBeltPlant
|
||||
- id: PlantBag ##Some maps don't have nutrivend
|
||||
- id: BoxMouthSwab
|
||||
- id: HandLabeler
|
||||
- id: TowercapSeeds
|
||||
- id: BananaSeeds
|
||||
prob: 0.6
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: DiseaseSwab
|
||||
name: mouth swab
|
||||
description: Used to take saliva samples to test for diseases.
|
||||
name: sterile swab
|
||||
description: Used for taking and transfering samples. Sterile until open. Single use only.
|
||||
components:
|
||||
- type: Item
|
||||
size: 1
|
||||
@@ -14,6 +14,7 @@
|
||||
tags:
|
||||
- Recyclable
|
||||
- type: DiseaseSwab
|
||||
- type: BotanySwab
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
|
||||
@@ -140,6 +140,23 @@
|
||||
- ReagentId: RobustHarvest
|
||||
Quantity: 30
|
||||
|
||||
- type: entity
|
||||
id: UnstableMutagenChemistryBottle
|
||||
name: unstable mutagen bottle
|
||||
description: This will cause rapid mutations in your plants.
|
||||
parent: BaseChemistryEmptyBottle
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
drink:
|
||||
maxVol: 30
|
||||
reagents:
|
||||
- ReagentId: UnstableMutagen
|
||||
Quantity: 30
|
||||
- type: Tag
|
||||
tags:
|
||||
- Bottle
|
||||
|
||||
- type: entity
|
||||
id: NocturineChemistryBottle
|
||||
name: nocturine bottle
|
||||
|
||||
Reference in New Issue
Block a user