- N +

模拟农场20的mod


点我进入漫游窝下载漫画资源


反差婊网红-推特红人合集下载

模拟农场20的mod原标题:模拟农场20的mod

导读:

...

《模拟农场25(Farming Simulator 25)》中的工厂生产效率是游戏里非常重要的属性,而工厂生产效率想要修改的话可以先去找文件\Farming Simulator 25\data\placeables\brandless。

《模拟农场25》工厂生产效率修改方法介绍

模拟农场25工厂生产效率怎么修改

文件路径 \Farming Simulator 25\data\placeables\brandless

该目录下有两个文件夹 productionPointsGeneric 和 productionPointsSmall,分别对应大型工厂和小型工厂

以小型工厂谷物磨坊为例:

用记事本打开 \Farming Simulator 25\data\placeables\brandless\productionPointsSmall\grainFlourMill 目录下的 grainFlourMill.xml

找到 <productionPoint> 节点,该节点配置了生产原料与产出的比例,以及生产周期和工资

例如小麦面粉的配置:

<production id="flourWheat" name="%s %s" params="$l10n_fillType_wheat|$l10n_fillType_flour" cyclesPerHour="10.5" costsPerActiveHour="1">

<inputs>

<input fillType="WHEAT" amount="5" />

</inputs>

<outputs>

<output fillType="FLOUR" amount="4" />

</outputs>

</production>

<input fillType="WHEAT" amount="5" /> 表示每次生产消耗小麦5个

<output fillType="FLOUR" amount="4" /> 表示每次生产产出面粉4个

cyclesPerHour="10.5" 代表以游戏中的每小时生产执行10.5次,也就是每小时消耗5*10.5=52.5个小麦,生产出4*10.5=42个面粉。

costsPerActiveHour="1" 表示每小时花费的工资为1

相关攻略:《模拟农场25》生产链关系介绍

返回列表
上一篇:
下一篇:

发表评论中国互联网举报中心

快捷回复:

    评论列表 (暂无评论,共3490人参与)参与讨论

    还没有评论,来说两句吧...