Port honkbots from nyano (#9698)

This commit is contained in:
Rane
2022-07-15 03:54:34 -04:00
committed by GitHub
parent 5c7eea3e42
commit abab5bedcd
18 changed files with 337 additions and 12 deletions

View File

@@ -18,6 +18,11 @@
steps:
- material: Cable
doAfter: 0.5
- prototype: ProximitySensor
icon:
sprite: Objects/Misc/proximity_sensor.rsi
state: icon
name: proximity sensor
- node: wiredCase
entity: LandMineModular
@@ -32,6 +37,8 @@
completed:
- !type:SpawnPrototype
prototype: CableApcStack1
- !type:SpawnPrototype
prototype: ProximitySensor
- to: mine
steps:
- tag: Payload

View File

@@ -0,0 +1,38 @@
- type: constructionGraph
id: HonkBot
start: start
graph:
- node: start
edges:
- to: bot
steps:
- prototype: BoxHug
icon:
sprite: Objects/Storage/boxes.rsi
state: box_hug
name: box of hugs
- prototype: RubberStampClown
icon:
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-clown
name: clown's rubber stamp
doAfter: 2
- prototype: BikeHorn
icon:
sprite: Objects/Fun/bikehorn.rsi
state: icon
name: bike horn
doAfter: 2
- tag: ProximitySensor
icon:
sprite: Objects/Misc/proximity_sensor.rsi
state: icon
name: proximity sensor
- tag: BorgArm
icon:
sprite: Mobs/Silicon/drone.rsi
state: l_hand
name: borg arm
doAfter: 2
- node: bot
entity: MobHonkBot

View File

@@ -0,0 +1,12 @@
- type: construction
name: honkbot
id: honkbot
graph: HonkBot
startNode: start
targetNode: bot
category: Utilities
objectType: Item
description: This bot honks and slips people.
icon:
sprite: Mobs/Silicon/Bots/honkbot.rsi
state: honkbot

View File

@@ -0,0 +1,32 @@
- type: latheRecipe
id: ProximitySensor
icon:
sprite: Objects/Misc/proximity_sensor.rsi
state: icon
result: ProximitySensor
completetime: 2
materials:
Steel: 200
Glass: 300
- type: latheRecipe
id: LeftArmBorg
icon:
sprite: Mobs/Silicon/drone.rsi
state: "l_hand"
result: LeftArmBorg
completetime: 2
materials:
Steel: 70
Glass: 25
- type: latheRecipe
id: RightArmBorg
icon:
sprite: Mobs/Silicon/drone.rsi
state: "r_hand"
result: RightArmBorg
completetime: 2
materials:
Steel: 70
Glass: 25