Make ducks more viable as an alternative to chickens. (#26729)
Quick tweak to make ducks on par with chickens at cargo
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
sprite: Mobs/Animals/duck.rsi
|
sprite: Mobs/Animals/duck.rsi
|
||||||
state: icon-0
|
state: icon-0
|
||||||
product: CrateNPCDuck
|
product: CrateNPCDuck
|
||||||
cost: 6000
|
cost: 4000
|
||||||
category: cargoproduct-category-name-livestock
|
category: cargoproduct-category-name-livestock
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
|||||||
@@ -75,10 +75,10 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: MobDuckMallard
|
- id: MobDuckMallard
|
||||||
amount: 2
|
amount: 1
|
||||||
- id: MobDuckWhite
|
|
||||||
amount: 2
|
|
||||||
- id: MobDuckBrown
|
- id: MobDuckBrown
|
||||||
|
amount: 1
|
||||||
|
- id: MobDuckWhite
|
||||||
amount: 2
|
amount: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -526,6 +526,10 @@
|
|||||||
behaviors:
|
behaviors:
|
||||||
- !type:GibBehavior { }
|
- !type:GibBehavior { }
|
||||||
|
|
||||||
|
|
||||||
|
# Note that the mallard duck is actually a male drake mallard, with the brown duck being the female variant of the same species, however ss14 lacks sex specific textures
|
||||||
|
# The white duck is more akin to a pekin or call duck.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: mallard duck #Quack
|
name: mallard duck #Quack
|
||||||
parent: SimpleMobBase
|
parent: SimpleMobBase
|
||||||
|
|||||||
Reference in New Issue
Block a user