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:
Dae
2024-04-04 15:30:12 -04:00
committed by GitHub
parent 8cd0cce22e
commit 57b16f5ba2
3 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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