reduced duck yaml bloat (#8858)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -216,7 +216,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: white duck #Quack
|
name: white duck #Quack
|
||||||
parent: SimpleMobBase
|
parent: MobDuckMallard
|
||||||
id: MobDuckWhite
|
id: MobDuckWhite
|
||||||
description: An adorable white duck, it's fluffy and soft!
|
description: An adorable white duck, it's fluffy and soft!
|
||||||
components:
|
components:
|
||||||
@@ -235,22 +235,10 @@
|
|||||||
Base: dead-1
|
Base: dead-1
|
||||||
Dead:
|
Dead:
|
||||||
Base: dead-1
|
Base: dead-1
|
||||||
- type: Butcherable
|
|
||||||
spawned:
|
|
||||||
- id: FoodMeatDuck
|
|
||||||
amount: 1
|
|
||||||
- type: InteractionPopup
|
|
||||||
successChance: 0.9
|
|
||||||
interactSuccessString: petting-success-bird
|
|
||||||
interactFailureString: petting-failure-generic
|
|
||||||
interactSuccessSound:
|
|
||||||
path: /Audio/Animals/duck_quack_happy.ogg
|
|
||||||
- type: Bloodstream
|
|
||||||
bloodMaxVolume: 100
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: brown duck #Quack
|
name: brown duck #Quack
|
||||||
parent: SimpleMobBase
|
parent: MobDuckMallard
|
||||||
id: MobDuckBrown
|
id: MobDuckBrown
|
||||||
description: An adorable brown duck, it's fluffy and soft!
|
description: An adorable brown duck, it's fluffy and soft!
|
||||||
components:
|
components:
|
||||||
@@ -269,18 +257,6 @@
|
|||||||
Base: dead-2
|
Base: dead-2
|
||||||
Dead:
|
Dead:
|
||||||
Base: dead-2
|
Base: dead-2
|
||||||
- type: Butcherable
|
|
||||||
spawned:
|
|
||||||
- id: FoodMeatDuck
|
|
||||||
amount: 1
|
|
||||||
- type: InteractionPopup
|
|
||||||
successChance: 0.9
|
|
||||||
interactSuccessString: petting-success-bird
|
|
||||||
interactFailureString: petting-failure-generic
|
|
||||||
interactSuccessSound:
|
|
||||||
path: /Audio/Animals/duck_quack_happy.ogg
|
|
||||||
- type: Bloodstream
|
|
||||||
bloodMaxVolume: 100
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: butterfly
|
name: butterfly
|
||||||
|
|||||||
Reference in New Issue
Block a user