roundstart mop and stuff (#23203)
* roundstart mop and stuff * dragonops * move move --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit cf95dd39e2221326ebebf706eb27e75a1e19107c)
This commit is contained in:
parent
ad87a432f4
commit
9df4c6302c
|
|
@ -115,6 +115,11 @@
|
|||
- FoodPlatePlastic
|
||||
- FoodPlateSmallPlastic
|
||||
- SprayBottle
|
||||
- MopItem
|
||||
- Holoprojector
|
||||
- Mousetrap
|
||||
- LightReplacer
|
||||
- TrashBag
|
||||
- PowerCellSmall
|
||||
- VehicleWheelchairFolded
|
||||
- RollerBedSpawnFolded
|
||||
|
|
@ -259,11 +264,6 @@
|
|||
- SuperCapacitorStockPart
|
||||
- SuperMatterBinStockPart
|
||||
- PicoManipulatorStockPart
|
||||
- MopItem
|
||||
- Holoprojector
|
||||
- Mousetrap
|
||||
- LightReplacer
|
||||
- TrashBag
|
||||
- AdvMopItem
|
||||
- WeaponSprayNozzle
|
||||
- ClothingBackpackWaterTank
|
||||
|
|
@ -366,6 +366,7 @@
|
|||
- ElectrolysisUnitMachineCircuitboard
|
||||
- CentrifugeMachineCircuitboard
|
||||
- CondenserMachineCircuitBoard
|
||||
- UniformPrinterMachineCircuitboard
|
||||
dynamicRecipes:
|
||||
- ThermomachineFreezerMachineCircuitBoard
|
||||
- PortableScrubberMachineCircuitBoard
|
||||
|
|
@ -396,7 +397,6 @@
|
|||
- ElectricGrillMachineCircuitboard
|
||||
- FatExtractorMachineCircuitboard
|
||||
- SheetifierMachineCircuitboard
|
||||
- UniformPrinterMachineCircuitboard
|
||||
- ShuttleConsoleCircuitboard
|
||||
- RadarConsoleCircuitboard
|
||||
- TechDiskComputerCircuitboard
|
||||
|
|
|
|||
|
|
@ -1,33 +1,5 @@
|
|||
# Tier 1
|
||||
|
||||
- type: technology
|
||||
id: JanitorialEquipment
|
||||
name: research-technology-janitorial-equipment
|
||||
icon:
|
||||
sprite: Objects/Specific/Janitorial/mop.rsi
|
||||
state: mop
|
||||
discipline: CivilianServices
|
||||
tier: 1
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- MopItem
|
||||
- Holoprojector
|
||||
- Mousetrap
|
||||
- LightReplacer
|
||||
- TrashBag
|
||||
|
||||
- type: technology
|
||||
id: LaundryTech
|
||||
name: research-technology-laundry-tech
|
||||
icon:
|
||||
sprite: Structures/Machines/uniform_printer.rsi
|
||||
state: icon
|
||||
discipline: CivilianServices
|
||||
tier: 1
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- UniformPrinterMachineCircuitboard
|
||||
|
||||
- type: technology
|
||||
id: Hydroponics
|
||||
name: research-technology-basic-hydroponics
|
||||
|
|
@ -115,6 +87,31 @@
|
|||
- DawInstrumentMachineCircuitboard
|
||||
- MassMediaCircuitboard
|
||||
|
||||
- type: technology
|
||||
id: RoboticCleanliness
|
||||
name: research-technology-robotic-cleanliness
|
||||
icon:
|
||||
sprite: Mobs/Silicon/chassis.rsi
|
||||
state: janitor
|
||||
discipline: CivilianServices
|
||||
tier: 1
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- BorgModuleLightReplacer
|
||||
- BorgModuleAdvancedCleaning
|
||||
|
||||
- type: technology
|
||||
id: MeatManipulation
|
||||
name: research-technology-meat-manipulation
|
||||
icon:
|
||||
sprite: Structures/Machines/fat_sucker.rsi
|
||||
state: display
|
||||
discipline: CivilianServices
|
||||
tier: 1
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- FatExtractorMachineCircuitboard
|
||||
|
||||
# Tier 2
|
||||
|
||||
- type: technology
|
||||
|
|
@ -130,19 +127,6 @@
|
|||
- FauxTileAstroGrass
|
||||
- FauxTileAstroIce
|
||||
|
||||
- type: technology
|
||||
id: RoboticCleanliness
|
||||
name: research-technology-robotic-cleanliness
|
||||
icon:
|
||||
sprite: Mobs/Silicon/chassis.rsi
|
||||
state: janitor
|
||||
discipline: CivilianServices
|
||||
tier: 2
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- BorgModuleLightReplacer
|
||||
- BorgModuleAdvancedCleaning
|
||||
|
||||
- type: technology
|
||||
id: AdvancedCleaning
|
||||
name: research-technology-advanced-cleaning
|
||||
|
|
@ -155,20 +139,6 @@
|
|||
recipeUnlocks:
|
||||
- AdvMopItem
|
||||
- MegaSprayBottle
|
||||
technologyPrerequisites:
|
||||
- JanitorialEquipment
|
||||
|
||||
- type: technology
|
||||
id: MeatManipulation
|
||||
name: research-technology-meat-manipulation
|
||||
icon:
|
||||
sprite: Structures/Machines/fat_sucker.rsi
|
||||
state: display
|
||||
discipline: CivilianServices
|
||||
tier: 2
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- FatExtractorMachineCircuitboard
|
||||
|
||||
- type: technology
|
||||
id: HONKMech
|
||||
|
|
|
|||
Loading…
Reference in New Issue