1、在data文件夹里找到livingentities文件,用记事本打开。
2、找到以下段落:(以鸡举例,其他动物也在这附近段落,注意有些是野生的,不需要改,懂点英文很容易知道哪些是野生的,哪些是养的)
<chicken>
<type>FRIENDLY</type>
<name>з</name>
<habitat>sand</habitat>
<habitat>snow</habitat>
<habitat>grass</habitat>
<habitat>grass1</habitat>
<habitat>jungle</habitat>
<attack>1d44+128</attack>
<attackSpeed>5</attackSpeed>
<defense>1d44+128</defense>
<healthPoints>1d44+128</healthPoints>
<attackVerb>pecks</attackVerb>
<attackVerbInfinitive>peck</attackVerbInfinitive>
<damage>1d29+85</damage>
<movePCT>1d5+5</movePCT>
<walkSpeed>75</walkSpeed>
<action>qkillchicken</action>
<building>chickenfarm</building>
<buildingTime>2880</buildingTime>
<facingDirections>true</facingDirections>
<foodNeeded>wheat</foodNeeded>
<foodNeededTurns>1440</foodNeededTurns> 要修改的就是这里的1440数据,没记错的话是把数据改大一些,如果错了就改小,我好久没玩了,记不清楚。
<foodNeededDieTurns>1440</foodNeededDieTurns> 这里也一起改掉,数据同上。
<drop>
<item>bones</item>
<PCT>75</PCT>
</drop>
</chicken>