Fixed Honkbot/jonkbot honking like crazy, gave honkbot/jonkbot standard idle ai. (#26939)
* Fixed Honkbot/jonkbot honking like crazy, gave honkbot/jonkbot standard idle ai. * Update Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml --------- Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
@@ -114,11 +114,16 @@
|
||||
description: Horrifying.
|
||||
components:
|
||||
- type: SpamEmitSound
|
||||
minInterval: 2
|
||||
maxInterval: 12
|
||||
sound:
|
||||
collection: BikeHorn
|
||||
- type: Sprite
|
||||
sprite: Mobs/Silicon/Bots/honkbot.rsi
|
||||
state: honkbot
|
||||
- type: HTN
|
||||
rootTask:
|
||||
task: HonkbotCompound
|
||||
- type: Slippery
|
||||
launchForwardsMultiplier: 2
|
||||
- type: Speech
|
||||
|
||||
6
Resources/Prototypes/NPCs/honkbot.yml
Normal file
6
Resources/Prototypes/NPCs/honkbot.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- type: htnCompound
|
||||
id: HonkbotCompound
|
||||
branches:
|
||||
- tasks:
|
||||
- !type:HTNCompoundTask
|
||||
task: IdleCompound
|
||||
Reference in New Issue
Block a user