Port honkbots from nyano (#9698)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
12
Resources/Prototypes/Recipes/Crafting/bots.yml
Normal file
12
Resources/Prototypes/Recipes/Crafting/bots.yml
Normal 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
|
||||
32
Resources/Prototypes/Recipes/Lathes/robotics.yml
Normal file
32
Resources/Prototypes/Recipes/Lathes/robotics.yml
Normal 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
|
||||
Reference in New Issue
Block a user