算了,DIS上找到了
effect相关的代码:
第一个哨站科技:第一行不用管,第二行是哨站最大数量
effects.entity.outposts1.sprite=effect_outpostunlock
effects.entity.outposts1.effect.maxoutposts=1
第三行是哨站内建筑最大数量
effects.entity.outposts2.sprite=effect_outpostunlock
effects.entity.outposts2.effect.maxoutposts=1
effects.entity.outposts2.effect.maxoutpostbuildings=1
effects.entity.outposts3.sprite=effect_outpostunlock
effects.entity.outposts3.effect.maxoutposts=1
哨站建筑科技,第三行是哨站内生存者数量
effects.entity.outpostbuilding1.sprite=effect_outpostunlock
effects.entity.outpostbuilding1.effect.maxoutpostbuildings=1
effects.entity.outpostbuilding1.effect.maxoutpostsurvivors=2
effects.entity.outposts4.sprite=effect_outpostunlock
effects.entity.outposts4.effect.maxoutposts=1
effects.entity.outposts4.effect.maxoutpostsurvivors=1
effects.entity.outposts5.sprite=effect_outpostunlock
effects.entity.outposts5.effect.maxoutposts=1
effects.entity.outposts5.effect.maxoutpostbuildings=1
effects.entity.outposts5.effect.maxoutpostsurvivors=2
config文件相关代码:
默认的哨站数量、哨站内建筑数量、哨站内生存者数量
config.maxoutposts=5
config.maxoutpostbuildings=10
config.maxoutpostsurvivors=10
附上