亡灵化学工作台的塑料瓶产出改成十倍
求一个亡灵配方
1、本站所有内容由用户发表,作者与本站享有帖子版权;
2、转载或者引用本文内容请注明来源及原作者;
3、如内容侵犯到任何版权,请联系本站将及时予与删除;
4、遇到MOD提取码错误或链接失效,请检查提取码是否复制了空格,链接失效可以私信作者或站长进行补偿;
5、如遇到其他问题无法解决可以私信站长进行处理;
6、游戏MOD属于虚拟数字商品,一经购买即获得了内容,原则上不允许申请退款,购买即默认同意上述规则;
"点赞是美意,打赏是鼓励"
请登录之后再进行评论
登录
好久没玩亡灵了,你在Mods文件夹下UndeadLegacy_Content01的Config里以记事本打开recipes.xml
找到这行代码
<recipe name="ulmDrinkPlasticBottleEmpty" time="20" area="ulmStationChemistry_3">
<ingredient name="resourceScrapPolymers" count="3"/>
<ingredient name="resourceOilShale"/>
<ingredient name="ulmResourceResin"/></recipe>
在time="20" 后面加上count="10"试试
如
<recipe name="ulmDrinkPlasticBottleEmpty" time="20" count="10" area="ulmStationChemistry_3">
<ingredient name="resourceScrapPolymers" count="3"/>
<ingredient name="resourceOilShale"/>
<ingredient name="ulmResourceResin"/></recipe>