超级玩家
 
- 贡献度
- 10
- 金元
- 6801
- 积分
- 720
- 精华
- 0
- 注册时间
- 2007-11-28
|
本帖最后由 anycall1987 于 2021-5-10 22:57 编辑
把我在用的发一下,给楼主一点参考,船的每个格子的运载量都是200,贸易航线也是200,油轮是600
<ModOps>
<!-- Increases the Cargolimit for Ship of the Line, Frigate, Clipper, Battlecruiser and all Trader/Pirate variants -->
<ModOp Type="add" GUID="100440,100439,101121,100438,100437,100441,100442,102430,102431,102421,102419,102425,102428,102427,114166" Path="/Values/ItemContainer">
<StackLimit>200</StackLimit>
</ModOp>
<!-- Increases the Cargolimit of the Freighter, Extravaganza and the Great Eastern -->
<ModOp Type="add" GUID='1010062,102455,118718' Path="/Values/ItemContainer">
<StackLimit>200</StackLimit>
</ModOp>
<!-- Increases the Cargolimit if the Oil Tanker -->
<ModOp Type="replace" GUID='100853' Path="/Values/ItemContainer/StackLimit">
<StackLimit>600</StackLimit>
</ModOp>
<!-- Traderoute settings to reflect the change above -->
<ModOp Type="replace" GUID='140011' Path="/Values/TradeRouteFeature/TransportationTypes/Normal/MaxGoodTransferAmount">
<MaxGoodTransferAmount>200</MaxGoodTransferAmount>
</ModOp>
<ModOp Type="replace" GUID='140011' Path="/Values/TradeRouteFeature/TransportationTypes/Normal/DefaultGoodTransferAmount">
<DefaultGoodTransferAmount>200</DefaultGoodTransferAmount>
</ModOp>
<!-- Traderoute settings to reflect the change above -->
<ModOp Type="replace" GUID='140011' Path="/Values/TradeRouteFeature/TransportationTypes/Oil/DefaultGoodTransferAmount">
<DefaultGoodTransferAmount>600</DefaultGoodTransferAmount>
</ModOp>
<ModOp Type="replace" GUID='140011' Path="/Values/TradeRouteFeature/TransportationTypes/Oil/MaxGoodTransferAmount">
<MaxGoodTransferAmount>600</MaxGoodTransferAmount>
</ModOp>
</ModOps>
|
|