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
|
||||
state: icon-0
|
||||
product: CrateNPCDuck
|
||||
cost: 6000
|
||||
cost: 4000
|
||||
category: cargoproduct-category-name-livestock
|
||||
group: market
|
||||
|
||||
|
||||
@@ -75,10 +75,10 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MobDuckMallard
|
||||
amount: 2
|
||||
- id: MobDuckWhite
|
||||
amount: 2
|
||||
amount: 1
|
||||
- id: MobDuckBrown
|
||||
amount: 1
|
||||
- id: MobDuckWhite
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -526,6 +526,10 @@
|
||||
behaviors:
|
||||
- !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
|
||||
name: mallard duck #Quack
|
||||
parent: SimpleMobBase
|
||||
|
||||
Reference in New Issue
Block a user