打开Crusader Kings III\game\common\script_values
文化:打开99_steward_values.txt
查找steward_promote_culture_monthly_increase = {
add = stewardship
divide = 10
}
在divide = 10后面另起一行
添加 if = {
limit = {
scope:councillor_liege = { is_ai = no }
}
add = 10000
}
宗教转换:打开99_court_chaplain_values
查找court_chaplain_conversion_monthly_increase = {
add = learning
divide = 10
}
在divide = 10后面另起一行
添加 if = {
limit = {
scope:councillor_liege = { is_ai = no }
}
add = 10000
}
宣称:打开99_court_chaplain_values.txt
查找court_chaplain_fabricate_claim_monthly_increase_base = {
add = learning
divide = 5
}
在divide = 5后面另起一行
添加 if = {
limit = {
scope:councillor_liege = { is_ai = no }
}
add = 10000
}