diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Crates/npc.yml b/Resources/Prototypes/_NF/Catalog/Fills/Crates/npc.yml index 3ce83244347..861dc74b49d 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Crates/npc.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Crates/npc.yml @@ -23,5 +23,8 @@ prob: 1 orGroup: MobCatGhost - id: MobCorgiPuppyGhost + prob: 0.15 + orGroup: MobCatGhost + - id: MobChickenGhost prob: 0.15 orGroup: MobCatGhost \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/emotionalsupportanimals.yml b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/emotionalsupportanimals.yml index 3eab22f56cf..3d406ff138c 100644 --- a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/emotionalsupportanimals.yml +++ b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/emotionalsupportanimals.yml @@ -189,3 +189,32 @@ - type: Grammar attributes: gender: epicene + +- type: entity + name: chicken + suffix: Ghost + parent: MobChicken + id: MobChickenGhost + description: Comes before an egg, and IS a dinosaur! + components: + - type: GhostRole + name: ghost-role-information-emotional-support-name + description: ghost-role-information-emotional-support-description + makeSentient: true + allowSpeech: true + allowMovement: true + - type: GhostTakeoverAvailable + - type: CombatMode + combatToggleAction: + enabled: false + autoPopulate: false + name: action-name-combat + - type: ReplacementAccent + accent: chicken + - type: Grammar + attributes: + gender: epicene + - type: Tag + tags: + - CannotSuicide + - DoorBumpOpener \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Markers/Spawners/Random/emotionalsupportanimals.yml b/Resources/Prototypes/_NF/Markers/Spawners/Random/emotionalsupportanimals.yml index 20f282ca07a..95709c7fc5a 100644 --- a/Resources/Prototypes/_NF/Markers/Spawners/Random/emotionalsupportanimals.yml +++ b/Resources/Prototypes/_NF/Markers/Spawners/Random/emotionalsupportanimals.yml @@ -21,4 +21,5 @@ - MobBingusGhost - MobCatSpaceGhost - MobCorgiPuppyGhost + - MobChickenGhost rareChance: 0.15