《模擬農場25》工廠生產效率修改方法介紹
- 來源:模擬農場25吧
- 作者:草重雨田1986
- 編輯:空房間的孤寂

《模擬農場25(Farming Simulator 25)》中的工廠生產效率是游戲里非常重要的屬性,而工廠生產效率想要修改的話可以先去找文件\Farming Simulator 25\data\placeables\brandless。
模擬農場25工廠生產效率怎么修改
文件路徑 \Farming Simulator 25\data\placeables\brandless
該目錄下有兩個文件夾 productionPointsGeneric 和 productionPointsSmall,分別對應大型工廠和小型工廠
以小型工廠谷物磨坊為例:
用記事本打開 \Farming Simulator 25\data\placeables\brandless\productionPointsSmall\grainFlourMill 目錄下的 grainFlourMill.xml
找到 <productionPoint> 節(jié)點,該節(jié)點配置了生產原料與產出的比例,以及生產周期和工資
例如小麥面粉的配置:
<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" 代表以游戲中的每小時生產執(zhí)行10.5次,也就是每小時消耗5*10.5=52.5個小麥,生產出4*10.5=42個面粉。
costsPerActiveHour="1" 表示每小時花費的工資為1

玩家點評 (0人參與,0條評論)
熱門評論
全部評論