Port cleanbots from Nyano (#9853)

This commit is contained in:
Rane
2022-07-17 23:48:36 -04:00
committed by GitHub
parent f8b8b83657
commit 1e8efb1dd5
9 changed files with 205 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
- type: constructionGraph
id: CleanBot
start: start
graph:
- node: start
edges:
- to: bot
steps:
- prototype: Bucket
icon:
sprite: Objects/Tools/bucket.rsi
state: icon
name: bucket
- prototype: ProximitySensor
icon:
sprite: Objects/Misc/proximity_sensor.rsi
state: icon
name: promixmity sensor
doAfter: 2
- tag: BorgArm
icon:
sprite: Mobs/Silicon/drone.rsi
state: l_hand
name: borg arm
doAfter: 2
- node: bot
entity: MobCleanBot

View File

@@ -1,3 +1,16 @@
- type: construction
name: cleanbot
id: cleanbot
graph: CleanBot
startNode: start
targetNode: bot
category: Utilities
objectType: Item
description: This bot wanders around the station, mopping up any puddles it sees.
icon:
sprite: Mobs/Silicon/Bots/cleanbot.rsi
state: cleanbot
- type: construction
name: honkbot
id: honkbot