如果你睇唔过眼果D没格地,或者临时急用果阵。系“我的文档\Paradox Interactive\Crusader Kings II\mod\[你的MOD]\events”下边新建一个“add_castle.txt”,复制粘贴下边的内容。
character_event = {
id = 147258
desc = "EVTDESC8502"
picture = "GFX_evt_castle_construction"
border = GFX_event_normal_frame_religion
is_triggered_only = yes
option = {
name = "EVTOPTA8502"
ai_chance = { factor = 0 }
job_chancellor = {
location = {
build_holding = {
type = castle
holder = prevprevprev
}
}
}
}
option = {
name = "EVTOPTB100006"
ai_chance = { factor = 100 }
}
}
job_chancellor是外交总管,你可以换成其它的四个job_marshal,job_treasurer,job_spymaster,job_spiritual。
castle是城堡,一样可以换成其它两个city,temple。
先将设定的总管放到目标省份,再按“`”号,输入“event 147258”。