Skip to content

Commit

Permalink
kerfus
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyenh committed Apr 19, 2024
1 parent 3b24624 commit add8684
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
petting-success-vendbot = You pet {THE($target)} on {POSS-ADJ($target)} large cute head.
petting-failure-vendbot = You reach out to pet {THE($target)}, but {SUBJECT($target)} stares dejectedly!
33 changes: 33 additions & 0 deletions Resources/Prototypes/_FTL/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- type: entity
parent: MobSiliconBase
id: MobVendBot
name: kerfus
description: No rules, no boundaries, it doesn't flinch at torture, human trafficking, or genocide. Carries treats.
components:
- type: Sprite
sprite: _FTL/Mobs/Silicon/Bots/vendbot.rsi
layers:
- state: vendbot
- state: fill
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.35
density: 20
mask:
- MobMask
- 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions Resources/Textures/_FTL/Mobs/Silicon/Bots/vendbot.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Hyenh#6078(313846233099927552)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "vendbot",
"directions": 4
},
{
"name": "fill",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit add8684

Please sign in to comment.