Обновления в сервисном отделе (#1465)
This commit is contained in:
parent
aef248f797
commit
aa00a36a65
6 changed files with 70 additions and 11 deletions
|
|
@ -35,6 +35,9 @@
|
|||
- type: StorageFill
|
||||
contents:
|
||||
- id: CrowbarRed
|
||||
- id: Screwdriver #Sunrise-add
|
||||
- id: Wrench #Sunrise-add
|
||||
- id: PaperBin20 #Sunrise-add
|
||||
- id: VariantCubeBox
|
||||
- id: BoxMousetrap
|
||||
amount: 2
|
||||
|
|
|
|||
|
|
@ -4,14 +4,15 @@
|
|||
ClothingBackpackHydroponics: 2
|
||||
ClothingBackpackSatchelHydroponics: 2
|
||||
ClothingBackpackDuffelHydroponics: 2
|
||||
ClothingOuterApronBotanist: 2
|
||||
ClothingOuterApronBotanist: 3
|
||||
ClothingUniformOveralls: 3
|
||||
ClothingUniformJumpsuitHydroponics: 3
|
||||
ClothingUniformJumpskirtHydroponics: 3
|
||||
ClothingNeckScarfStripedGreen: 3
|
||||
ClothingHeadBandBotany: 3
|
||||
ClothingHeadsetService: 2
|
||||
ClothingOuterWinterHydro: 2
|
||||
ClothingHeadsetService: 3 #Sunrise-edit
|
||||
ClothingOuterWinterHydro: 3 #Sunrise-edit
|
||||
ClothingHandsGlovesLeather: 3 #Sunrise-add
|
||||
contrabandInventory:
|
||||
ToyFigurineBotanist: 1
|
||||
|
||||
|
|
|
|||
|
|
@ -878,13 +878,13 @@
|
|||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
udder:
|
||||
maxVol: 250
|
||||
maxVol: 500 #Sunrise-edit
|
||||
reagents:
|
||||
- ReagentId: Milk
|
||||
Quantity: 30
|
||||
- type: Udder
|
||||
reagentId: Milk
|
||||
quantityPerUpdate: 25
|
||||
quantityPerUpdate: 50
|
||||
growthDelay: 30
|
||||
- type: ExaminableHunger
|
||||
- type: Butcherable
|
||||
|
|
|
|||
|
|
@ -2,17 +2,17 @@
|
|||
id: BioGenMonkeyCube
|
||||
result: MonkeyCube
|
||||
category: Food
|
||||
completetime: 3
|
||||
completetime: 10
|
||||
materials:
|
||||
Biomass: 70
|
||||
Biomass: 16 #sunrise-edit
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioGenKoboldCube
|
||||
result: KoboldCube
|
||||
category: Food
|
||||
completetime: 3
|
||||
completetime: 10
|
||||
materials:
|
||||
Biomass: 70
|
||||
Biomass: 16 #sinrise-edit
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioGenMaterialCloth1
|
||||
|
|
@ -285,4 +285,52 @@
|
|||
materials:
|
||||
Biomass: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioCowCube
|
||||
result: CowCube
|
||||
completetime: 30
|
||||
materials:
|
||||
Biomass: 240
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioGoatCube
|
||||
result: GoatCube
|
||||
completetime: 30
|
||||
materials:
|
||||
Biomass: 75
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioMothroachCube
|
||||
result: MothroachCube
|
||||
completetime: 45 # prevent biblical floods
|
||||
materials:
|
||||
Biomass: 20 # a lot of materials wasted due to complex genetics
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioMouseCube
|
||||
result: MouseCube
|
||||
completetime: 15
|
||||
materials:
|
||||
Biomass: 12
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioCockroachCube
|
||||
result: CockroachCube
|
||||
completetime: 15
|
||||
materials:
|
||||
Biomass: 16
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioPigCube
|
||||
result: PigCube
|
||||
completetime: 15
|
||||
materials:
|
||||
Biomass: 55
|
||||
|
||||
- type: latheRecipe
|
||||
id: BioChikenCube
|
||||
result: ChikenCube
|
||||
completetime: 15
|
||||
materials:
|
||||
Biomass: 16
|
||||
# Sunrise-End
|
||||
|
|
|
|||
|
|
@ -91,10 +91,10 @@
|
|||
state: display
|
||||
discipline: CivilianServices
|
||||
tier: 1
|
||||
cost: 7500
|
||||
cost: 4500 #Sunrise-edit
|
||||
recipeUnlocks:
|
||||
- FatExtractorMachineCircuitboard
|
||||
- BiofabricatorMachineCircuitboard
|
||||
# - BiofabricatorMachineCircuitboard #Sunrise-edit
|
||||
- BiomassReclaimerMachineCircuitboard
|
||||
|
||||
# Tier 2
|
||||
|
|
|
|||
|
|
@ -10,3 +10,10 @@
|
|||
- BioClothingBeltJanitor
|
||||
- BioClothingBeltStorageWaistbag
|
||||
- BioClothingBeltChef
|
||||
- BioCowCube
|
||||
- BioGoatCube
|
||||
- BioMothroachCube
|
||||
- BioMouseCube
|
||||
- BioCockroachCube
|
||||
- BioPigCube
|
||||
- BioChikenCube
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue