Borg QOL, part 3 (#21567)
* Basic and advanced cleaning modules * Roundstart entry level modules * Oops forgot recipe * Gold
This commit is contained in:
@@ -288,8 +288,6 @@
|
|||||||
items:
|
items:
|
||||||
- MopItem
|
- MopItem
|
||||||
- Bucket
|
- Bucket
|
||||||
- Holoprojector
|
|
||||||
- SprayBottleSpaceCleaner
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleTrashCollection
|
id: BorgModuleTrashCollection
|
||||||
@@ -304,6 +302,21 @@
|
|||||||
items:
|
items:
|
||||||
- TrashBagBlue
|
- 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
|
# medical modules
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgModuleDiagnosis
|
id: BorgModuleDiagnosis
|
||||||
|
|||||||
@@ -413,6 +413,9 @@
|
|||||||
- BorgModuleTool
|
- BorgModuleTool
|
||||||
- BorgModuleAppraisal
|
- BorgModuleAppraisal
|
||||||
- BorgModuleConstruction
|
- BorgModuleConstruction
|
||||||
|
- BorgModuleService
|
||||||
|
- BorgModuleTreatment
|
||||||
|
- BorgModuleCleaning
|
||||||
- CyborgEndoskeleton
|
- CyborgEndoskeleton
|
||||||
- LeftArmBorg
|
- LeftArmBorg
|
||||||
- RightArmBorg
|
- RightArmBorg
|
||||||
@@ -451,7 +454,7 @@
|
|||||||
dynamicRecipes:
|
dynamicRecipes:
|
||||||
- ProximitySensor
|
- ProximitySensor
|
||||||
- BorgModuleLightReplacer
|
- BorgModuleLightReplacer
|
||||||
- BorgModuleCleaning
|
- BorgModuleAdvancedCleaning
|
||||||
- BorgModuleTrashCollection
|
- BorgModuleTrashCollection
|
||||||
- BorgModuleMining
|
- BorgModuleMining
|
||||||
- BorgModuleGrapplingGun
|
- BorgModuleGrapplingGun
|
||||||
@@ -463,10 +466,8 @@
|
|||||||
- BorgModuleGardening
|
- BorgModuleGardening
|
||||||
- BorgModuleHarvesting
|
- BorgModuleHarvesting
|
||||||
- BorgModuleMusique
|
- BorgModuleMusique
|
||||||
- BorgModuleService
|
|
||||||
- BorgModuleClowning
|
- BorgModuleClowning
|
||||||
- BorgModuleDiagnosis
|
- BorgModuleDiagnosis
|
||||||
- BorgModuleTreatment
|
|
||||||
- BorgModuleDefibrillator
|
- BorgModuleDefibrillator
|
||||||
- BorgModuleAdvancedTreatment
|
- BorgModuleAdvancedTreatment
|
||||||
- RipleyHarness
|
- RipleyHarness
|
||||||
|
|||||||
@@ -447,6 +447,16 @@
|
|||||||
Glass: 250
|
Glass: 250
|
||||||
Plastic: 250
|
Plastic: 250
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: BorgModuleAdvancedCleaning
|
||||||
|
result: BorgModuleAdvancedCleaning
|
||||||
|
completetime: 3
|
||||||
|
materials:
|
||||||
|
Steel: 250
|
||||||
|
Glass: 250
|
||||||
|
Plastic: 250
|
||||||
|
Gold: 50
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: BorgModuleTrashCollection
|
id: BorgModuleTrashCollection
|
||||||
result: BorgModuleTrashCollection
|
result: BorgModuleTrashCollection
|
||||||
|
|||||||
@@ -58,7 +58,6 @@
|
|||||||
cost: 7500
|
cost: 7500
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- BorgModuleDiagnosis
|
- BorgModuleDiagnosis
|
||||||
- BorgModuleTreatment
|
|
||||||
- BorgModuleDefibrillator
|
- BorgModuleDefibrillator
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
|
|||||||
@@ -110,7 +110,6 @@
|
|||||||
- ComputerTelevisionCircuitboard
|
- ComputerTelevisionCircuitboard
|
||||||
- SynthesizerInstrument
|
- SynthesizerInstrument
|
||||||
- BorgModuleMusique
|
- BorgModuleMusique
|
||||||
- BorgModuleService
|
|
||||||
- BorgModuleClowning
|
- BorgModuleClowning
|
||||||
- DawInstrumentMachineCircuitboard
|
- DawInstrumentMachineCircuitboard
|
||||||
- MassMediaCircuitboard
|
- MassMediaCircuitboard
|
||||||
@@ -128,7 +127,7 @@
|
|||||||
cost: 5000
|
cost: 5000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- BorgModuleLightReplacer
|
- BorgModuleLightReplacer
|
||||||
- BorgModuleCleaning
|
- BorgModuleAdvancedCleaning
|
||||||
- BorgModuleTrashCollection
|
- BorgModuleTrashCollection
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 240 B |
@@ -70,6 +70,9 @@
|
|||||||
{
|
{
|
||||||
"name": "icon-mop"
|
"name": "icon-mop"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-mop-adv"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "icon-musique"
|
"name": "icon-musique"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user