Add egg laying + chicken/duck improvements (#9518)
This commit is contained in:
@@ -69,3 +69,11 @@
|
||||
icon: Objects/Weapons/Melee/shields.rsi/teleriot-icon.png
|
||||
iconOn: Objects/Weapons/Melee/shields.rsi/teleriot-on.png
|
||||
event: !type:ToggleActionEvent
|
||||
|
||||
- type: instantAction
|
||||
id: AnimalLayEgg
|
||||
name: action-name-lay-egg
|
||||
description: action-description-lay-egg
|
||||
icon: Objects/Consumable/Food/egg.rsi/icon.png
|
||||
useDelay: 60
|
||||
serverEvent: !type:EggLayInstantActionEvent
|
||||
|
||||
@@ -193,6 +193,13 @@
|
||||
path: /Audio/Animals/chicken_cluck_happy.ogg
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 100
|
||||
- type: EggLayer
|
||||
eggSpawn:
|
||||
- id: FoodEgg
|
||||
- type: ReplacementAccent
|
||||
accent: chicken
|
||||
- type: SentienceTarget
|
||||
flavorKind: organic
|
||||
|
||||
- type: entity
|
||||
name: mallard duck #Quack
|
||||
@@ -237,6 +244,13 @@
|
||||
path: /Audio/Animals/duck_quack_happy.ogg
|
||||
- type: Bloodstream
|
||||
bloodMaxVolume: 100
|
||||
- type: EggLayer
|
||||
eggSpawn:
|
||||
- id: FoodEgg
|
||||
- type: ReplacementAccent
|
||||
accent: duck
|
||||
- type: SentienceTarget
|
||||
flavorKind: organic
|
||||
|
||||
- type: entity
|
||||
name: white duck #Quack
|
||||
|
||||
@@ -62,3 +62,19 @@
|
||||
- accent-words-generic-aggressive-2
|
||||
- accent-words-generic-aggressive-3
|
||||
- accent-words-generic-aggressive-4
|
||||
|
||||
- type: accent
|
||||
id: duck
|
||||
words:
|
||||
- accent-words-duck-1
|
||||
- accent-words-duck-2
|
||||
- accent-words-duck-3
|
||||
- accent-words-duck-4
|
||||
|
||||
- type: accent
|
||||
id: chicken
|
||||
words:
|
||||
- accent-words-chicken-1
|
||||
- accent-words-chicken-2
|
||||
- accent-words-chicken-3
|
||||
- accent-words-chicken-4
|
||||
|
||||
Reference in New Issue
Block a user