Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds poquito #235

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ghost-role-information-Poquito-name = Poquito
ghost-role-information-Poquito-description = The chefs goon, here to help in his evil schemes.
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -922,4 +922,5 @@
sprite: Mobs/Animals/reindeer_doe.rsi
- type: ConditionalSpawner
prototypes:
- MobReindeerDoe
- MobReindeerDoe

Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@
- type: ConditionalSpawner
prototypes:
- MobXenoLonePraetorianNoGhost

#Harmony spawner
- type: entity
name: Poqutio Spawner
id: SpawnMobPoquito
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: kobold
sprite: Mobs/Animals/kobold.rsi
- type: ConditionalSpawner
prototypes:
- MobKoboldPoquito
33 changes: 33 additions & 0 deletions Resources/Prototypes/_Harmony/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#Harmony pet!
- type: entity
name: Poquito
parent: MobBaseKobold
id: MobKoboldPoquito
description: Famous Privateer, Entrepreneur, Goober, and Chef
components:
- type: GhostRole
prob: 1
makeSentient: true
allowSpeech: true
allowMovement: true
name: ghost-role-information-Poquito-name
description: ghost-role-information-Poquito-name
rules: ghost-role-information-nonantagonist-rules
- type: GhostTakeoverAvailable
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeat
amount: 3
- type: Tag
tags:
- CannotSuicide
- DoorBumpOpener
- VimPilot
- AnomalyHost
- type: Loadout
prototypes: [ MobPoquitoGear ]
- type: Grammar
attributes:
proper: true
gender: male
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Harmony Poquito ID card
- type: entity
parent: IDCardStandard
id: PoquitoIDcard
name: poquito id card
components:
- type: Sprite
layers:
- state: default
- state: idcook
- type: PresetIdCard
job: Chef
name: Poquito
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Harmony poquito gear
- type: startingGear
id: MobPoquitoGear
equipment:
ears: ClothingHeadsetService
head: ClothingHeadHatChef
jumpsuit: ClothingUniformJumpsuitChef
id: PoquitoIDcard
Loading