Add petting interaction to bots (#10193)

* Add petting interaction to bots

* Fix petting success messages

* Fix honkbot petting sound
This commit is contained in:
Anthemic
2022-07-31 23:18:06 +08:00
committed by GitHub
parent fafd541349
commit d427c05204
2 changed files with 25 additions and 0 deletions

View File

@@ -128,6 +128,11 @@
makeSentient: true
name: honkbot
description: An artificial being of pure evil.
- type: InteractionPopup
interactSuccessString: petting-success-honkbot
interactFailureString: petting-failure-honkbot
interactSuccessSound:
path: /Audio/Items/bikehorn.ogg
- type: entity
parent: MobSiliconBase
@@ -156,6 +161,11 @@
maxVol: 30
- type: DrainableSolution
solution: drainBuffer
- type: InteractionPopup
interactSuccessString: petting-success-cleanbot
interactFailureString: petting-failure-cleanbot
interactSuccessSound:
path: /Audio/Ambience/Objects/periodic_beep.ogg
- type: entity
parent: MobSiliconBase
@@ -175,3 +185,8 @@
- type: Construction
graph: MediBot
node: bot
- type: InteractionPopup
interactSuccessString: petting-success-medibot
interactFailureString: petting-failure-medibot
interactSuccessSound:
path: /Audio/Ambience/Objects/periodic_beep.ogg