鄂图曼城镇中心自动生产农民是由tactics设定的,用AOE3ED打开towncenter.tactics可以见到以下语句 <action> <name stringid="68971">MaintainSettlersOttoman</name> <type>Maintain</type> <rate type="Settler">1.0</rate> <active>0</active> <persistent>1</persistent> </action>
鄂图曼取消自动生产农民
因为MaintainSettlersOttoman设定了<active>0</active>,所以默认不启用该设定,需要利用科技激活,接下来去techtreey.xml搜索MaintainSettlersOttoman 可以见到鄂图曼激活了MaintainSettlersOttoman
鄂图曼取消自动生产农民 将以下语句删除后鄂图曼的城镇中心就不会自动生产农民了 <Effect type ='Data' action ='MaintainSettlersOttoman' amount ='1.00' subtype ='ActionEnable' relativity ='Absolute'> <Target type ='ProtoUnit'>TownCenter</Target></Effect> 建议将以下语句也删除,这个语句增加了农民23秒训练时间 <Effect type ='Data' amount ='23.00' subtype ='TrainPoints' relativity ='Absolute'> <Target type ='ProtoUnit'>Settler</Target></Effect>
为了正常训练农民,你需要启用农民这个单位,添加以下语句 <Effect type ='Data' amount ='1.00' subtype ='Enable' relativity ='Absolute'> <Target type ='ProtoUnit'>Settler</Target></Effect>
鄂图曼取消自动生产农民
数据来自搜索关键词记录
鄂图曼取消自动生产农民
|