在mod的data目录内新建homecityXXXXX.mods.xml,在这里面根据节点插入语句就可以不用替换整个homecity来修改数据或增加数据(删除语句暂时不知道行不行)
例如新建homecityjapanese.mods.xml,内容为
<homecity>
<maxcardsperdeck>40</maxcardsperdeck>
</homecity>
即可让日本上40卡,tactics和科技树UI文件同理
原文:https://www.ageofempires.com/new ... -de-update-13-4412/
Home City files, tactics files and the UI tech tree data can now be additively modded. As an example the British Home City file can be additively modded with homecitybritish.mods.xml.