technologies-cleaning-technology = Cleaning technology
technologies-cleaning-technology-description = Start to a shiny clean station.
+technologies-advanced-cleaning-technology = Advanced cleaning technology
+technologies-advanced-cleaning-technology-description = Advanced mop won't stop people from trashing the station, sadly.
+
technologies-foodbev-technology = Food and beverage technology
technologies-food-and-beverage-technology-description = Robust service from better technology.
technologies-adv-parts-technology = Advanced parts technology
technologies-super-parts-technology = Super parts technology
-technologies-super-parts-technology-description = New heights of machine performance.
\ No newline at end of file
+technologies-super-parts-technology-description = New heights of machine performance.
- type: technology
name: technologies-cleaning-technology
- id: MopBucket
+ id: CleaningTechnology
description: technologies-cleaning-technology-description
icon:
sprite: Objects/Specific/Janitorial/janitorial.rsi
- MopItem
- SprayBottle
- BodyBag
+- type: technology
+ name: technologies-advanced-cleaning-technology
+ id: AdvancedCleaningTechnology
+ description: technologies-advanced-cleaning-technology-description
+ icon:
+ sprite: Objects/Specific/Janitorial/advmop.rsi
+ state: advmop
+ requiredPoints: 5000
+ requiredTechnologies:
+ - BasicResearch
+ - CleaningTechnology
+ unlockedRecipes:
+ - AdvMopItem
# Food/Bev Service Technology Tree
- SuperMatterBinStockPart
- UltraHighPowerMicroLaserStockPart
- PicoManipulatorStockPart
- - PhasicScanningModuleStockPart
\ No newline at end of file
+ - PhasicScanningModuleStockPart
- DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
- Mop
+- type: entity
+ parent: BaseItem
+ name: advanced mop
+ id: AdvMopItem
+ description: Motorized mop that have a bigger reservoir and can mop multiple puddles at once. Automatic Clown Countermeasure no included.
+ components:
+ - type: Sprite
+ sprite: Objects/Specific/Janitorial/advmop.rsi
+ state: advmop
+ - type: MeleeWeapon
+ damage:
+ types:
+ Blunt: 10
+ - type: Item
+ size: 15
+ sprite: Objects/Specific/Janitorial/advmop.rsi
+ - type: Absorbent
+ maxEntities: 3
+ pickupAmount: 25
+ speed: 12.5
+ - type: SolutionContainerManager
+ solutions:
+ absorbed:
+ maxVol: 100
+ - type: Tag
+ tags:
+ - DroneUsable #No bucket because it holds chems, they can drag the cart or use a drain
+ - Mop
+
- type: entity
name: mop bucket
id: MopBucket
- MailingUnitElectronics
- Bucket
- MopItem
+ - AdvMopItem
- SprayBottle
- FireExtinguisher
- KitchenKnife
- VoiceTrigger
- PowerCellSmall
- PowerCellMedium
- - PowerCellHigh
+ - PowerCellHigh
- SynthesizerInstrument
- RPED
- NodeScanner
materials:
Steel: 100
Glass: 1000
+
+- type: latheRecipe
+ id: AdvMopItem
+ result: AdvMopItem
+ completetime: 2
+ materials:
+ Plastic: 100
+ Steel: 100
+ Glass: 100
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b136cf653c4926e475f8d39b34cd1b713331865a",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "advmop"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}