Plant genetics (#11407)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
## Entity
|
||||
|
||||
seed-extractor-component-interact-message = You extract some seeds from the {$name}.
|
||||
seed-extractor-component-interact-message = You extract some seeds from the { THE($name) }.
|
||||
seed-extractor-component-no-seeds = { CAPITALIZE(THE($name)) } has no seeds!
|
||||
|
||||
@@ -3,3 +3,6 @@ swab-swabbed = You swab {THE($target)}'s mouth.
|
||||
swab-mask-blocked = {CAPITALIZE(THE($target))} needs to take off {THE($mask)}.
|
||||
swab-used = It looks like it's been used.
|
||||
swab-unused = It's clean and ready to use.
|
||||
|
||||
botany-swab-from = You carefully collect pollen from the plant.
|
||||
botany-swab-to = You carefully dust pollen on the plant.
|
||||
|
||||
@@ -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