Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyenh committed Apr 19, 2024
1 parent add8684 commit a0cdced
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
advertisement-vendbot-1 = Hewwo!
advertisement-vendbot-2 = Meow!
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- type: advertisementsPack
id: VendBotAds
advertisements:
- advertisement-vendbot-1
- advertisement-vendbot-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: VendBotInventory
startingInventory:
FoodSnackCnDs: 10
FoodSnackBoritos: 10
FoodSnackChips: 10
17 changes: 11 additions & 6 deletions Resources/Prototypes/_FTL/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@
- type: HTN
rootTask:
task: IdleCompound
- type: GhostRole
makeSentient: true
name: ghost-role-information-vendbot-name
description: ghost-role-information-vendbot-description
- type: GhostTakeoverAvailable
- type: InteractionPopup
interactSuccessString: petting-success-vendbot
interactFailureString: petting-failure-vendbot
interactSuccessSound:
path: /Audio/Animals/cat_meow.ogg
path: /Audio/Animals/cat_meow.ogg
- type: ActivatableUI
key: enum.VendingMachineUiKey.Key
- type: UserInterface
interfaces:
- key: enum.VendingMachineUiKey.Key
type: VendingMachineBoundUserInterface
- type: Advertise
pack: VendBotAds
- type: VendingMachine
pack: VendBotInventory

0 comments on commit a0cdced

Please sign in to comment.