Skip to content

Commit

Permalink
Chicken added
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Aug 11, 2023
1 parent 692d9fb commit d2d0769
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Fills/Crates/npc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
prob: 1
orGroup: MobCatGhost
- id: MobCorgiPuppyGhost
prob: 0.15
orGroup: MobCatGhost
- id: MobChickenGhost
prob: 0.15
orGroup: MobCatGhost
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
- MobBingusGhost
- MobCatSpaceGhost
- MobCorgiPuppyGhost
- MobChickenGhost
rareChance: 0.15

0 comments on commit d2d0769

Please sign in to comment.