Adjusted Botanist starting items, fucked doctor duffels and satchels (#6040)
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
- id: Medkit
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
- id: Medkit
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
|
|||||||
@@ -63,3 +63,14 @@
|
|||||||
- id: Ointment
|
- id: Ointment
|
||||||
amount: 3
|
amount: 3
|
||||||
- id: EpinephrineMedipen #You never know what people are going to latejoin into
|
- id: EpinephrineMedipen #You never know what people are going to latejoin into
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: ClothingBeltPlantFilled
|
||||||
|
parent: ClothingBeltPlant
|
||||||
|
suffix: Filled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: HydroponicsToolMiniHoe
|
||||||
|
- id: HydroponicsToolSpade
|
||||||
|
- id: RobustHarvestChemistryBottle
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
WeedSpray: 20
|
WeedSpray: 20
|
||||||
PestSpray: 20
|
PestSpray: 20
|
||||||
Syringe: 5
|
Syringe: 5
|
||||||
|
RobustHarvestChemistryBottle: 3
|
||||||
#TO DO:
|
#TO DO:
|
||||||
#cultivator
|
#cultivator
|
||||||
#secateurs
|
#secateurs
|
||||||
|
|||||||
@@ -123,3 +123,17 @@
|
|||||||
- ReagentId: Epinephrine
|
- ReagentId: Epinephrine
|
||||||
Quantity: 30
|
Quantity: 30
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: RobustHarvestChemistryBottle
|
||||||
|
name: robust harvest bottle
|
||||||
|
description: This will increase the potency of your plants.
|
||||||
|
parent: BaseChemistryEmptyBottle
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
maxVol: 30
|
||||||
|
reagents:
|
||||||
|
- ReagentId: RobustHarvest
|
||||||
|
Quantity: 30
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
id: BotanistPDA
|
id: BotanistPDA
|
||||||
ears: ClothingHeadsetService
|
ears: ClothingHeadsetService
|
||||||
outerClothing: ClothingOuterApronBotanist
|
outerClothing: ClothingOuterApronBotanist
|
||||||
|
belt: ClothingBeltPlantFilled
|
||||||
innerclothingskirt: ClothingUniformJumpskirtHydroponics
|
innerclothingskirt: ClothingUniformJumpskirtHydroponics
|
||||||
satchel: ClothingBackpackSatchelHydroponicsFilled
|
satchel: ClothingBackpackSatchelHydroponicsFilled
|
||||||
duffelbag: ClothingBackpackDuffelFilled
|
duffelbag: ClothingBackpackDuffelFilled
|
||||||
|
|||||||
Reference in New Issue
Block a user