修改方法:
在游戏目录下Data中找到export_descr_buildings.txt文件,打开后按ctrl+f搜索building temple_of_battle(战神庙)可以看到以下:
building temple_of_battle
{
levels temple_of_battle_shrine temple_of_battle_temple temple_of_battle_large_temple temple_of_battle_awesome_temple temple_of_battle_pantheon
{
temple_of_battle_shrine requires factions { dacia, thrace, }
{
capability
{
happiness_bonus bonus 1
}
construction 1
cost 400
settlement_min town
upgrades
{
temple_of_battle_temple
}
}
我们在happiness_bonus bonus 1下添加recruit "thracian bodyguard early" 0 requires factions { thrace, } and not marian_reforms(注意开头要空格)改成以下这样
building temple_of_battle
{
levels temple_of_battle_shrine temple_of_battle_temple temple_of_battle_large_temple temple_of_battle_awesome_temple temple_of_battle_pantheon
{
temple_of_battle_shrine requires factions { dacia, thrace, }
{
capability
{
happiness_bonus bonus 1
recruit "thracian bodyguard early" 0 requires factions { thrace, } and not marian_reforms
}
construction 1
cost 400
settlement_min town
upgrades
{
temple_of_battle_temple
}
}
因为神庙是可以升级的,所以依照以上方法再复制几遍。
最后打开游戏选色雷斯建战神庙就能招募将军啦
