Change egg drop from mother hen from 2 to 1-2

This commit is contained in:
Jordan Irwin 2023-05-16 15:59:24 -07:00
parent 5c0091683a
commit 232d9d17b0

View file

@ -116,7 +116,7 @@
<corpse name="small_winged" harmless="feathered"/>
<drops>
<item value="chicken" quantity="[1,2]" probability="70.0"/>
<item value="egg" quantity="2" probability="20.0"/>
<item value="egg" quantity="[1,2]" probability="20.0"/>
</drops>
<equips>
</equips>