Borg QOL, part 3 (#21567)

* Basic and advanced cleaning modules

* Roundstart entry level modules

* Oops forgot recipe

* Gold
This commit is contained in:
Doru991
2023-11-11 08:43:13 +02:00
committed by GitHub
parent 909621ee5f
commit d7810e6d6a
7 changed files with 33 additions and 8 deletions

View File

@@ -288,8 +288,6 @@
items:
- MopItem
- Bucket
- Holoprojector
- SprayBottleSpaceCleaner
- type: entity
id: BorgModuleTrashCollection
@@ -304,6 +302,21 @@
items:
- TrashBagBlue
- type: entity
id: BorgModuleAdvancedCleaning
parent: [ BaseBorgModuleJanitor, BaseProviderBorgModule ]
name: advanced cleaning cyborg module
components:
- type: Sprite
layers:
- state: janitor
- state: icon-mop-adv
- type: ItemBorgModule
items:
- AdvMopItem
- Holoprojector
- SprayBottleSpaceCleaner
# medical modules
- type: entity
id: BorgModuleDiagnosis

View File

@@ -413,6 +413,9 @@
- BorgModuleTool
- BorgModuleAppraisal
- BorgModuleConstruction
- BorgModuleService
- BorgModuleTreatment
- BorgModuleCleaning
- CyborgEndoskeleton
- LeftArmBorg
- RightArmBorg
@@ -451,7 +454,7 @@
dynamicRecipes:
- ProximitySensor
- BorgModuleLightReplacer
- BorgModuleCleaning
- BorgModuleAdvancedCleaning
- BorgModuleTrashCollection
- BorgModuleMining
- BorgModuleGrapplingGun
@@ -463,10 +466,8 @@
- BorgModuleGardening
- BorgModuleHarvesting
- BorgModuleMusique
- BorgModuleService
- BorgModuleClowning
- BorgModuleDiagnosis
- BorgModuleTreatment
- BorgModuleDefibrillator
- BorgModuleAdvancedTreatment
- RipleyHarness

View File

@@ -447,6 +447,16 @@
Glass: 250
Plastic: 250
- type: latheRecipe
id: BorgModuleAdvancedCleaning
result: BorgModuleAdvancedCleaning
completetime: 3
materials:
Steel: 250
Glass: 250
Plastic: 250
Gold: 50
- type: latheRecipe
id: BorgModuleTrashCollection
result: BorgModuleTrashCollection

View File

@@ -58,7 +58,6 @@
cost: 7500
recipeUnlocks:
- BorgModuleDiagnosis
- BorgModuleTreatment
- BorgModuleDefibrillator
- type: technology

View File

@@ -110,7 +110,6 @@
- ComputerTelevisionCircuitboard
- SynthesizerInstrument
- BorgModuleMusique
- BorgModuleService
- BorgModuleClowning
- DawInstrumentMachineCircuitboard
- MassMediaCircuitboard
@@ -128,7 +127,7 @@
cost: 5000
recipeUnlocks:
- BorgModuleLightReplacer
- BorgModuleCleaning
- BorgModuleAdvancedCleaning
- BorgModuleTrashCollection
- type: technology

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

View File

@@ -70,6 +70,9 @@
{
"name": "icon-mop"
},
{
"name": "icon-mop-adv"
},
{
"name": "icon-musique"
},