
Group的神学事务已成为Country AdjectiveCourt Title内许多激烈争论的根源。尤其是True Faith Advisor和False Faith Advisor,这两位是Target Ruler最亲密的顾问,他们一直在不断地辩论良善的Group该如何生活的诸多细节。对于Ruler Title来说,这些谈话毫无价值,而his/her的Cabinet Title成员则认为说服对方接受各自的信仰至关重要。最终,他们求助于我们英明的Ruler Title,希望找到Target Ruler Him Her Formal能解决他们无休止争论的办法。
定义in_game/events/institution_events.txt:1576
1577type = country_event
1578title = institution_events.92.title 神学论证
1579desc = institution_events.92.desc Group的神学事务已成为Country AdjectiveCourt Title内许多激烈争论的根源。尤其是True Faith Advisor和False Faith Advisor,这两位是Target Ruler最亲密的顾问,他们一直在不断地辩论良善的Group该如何生活的诸多细节。对于Ruler Title来说,这些谈话毫无价值,而his/her的Cabinet Title成员则认为说服对方接受各自的信仰至关重要。最终,他们求助于我们英明的Ruler Title,希望找到Target Ruler Him Her Formal能解决他们无休止争论的办法。
1580outcome = neutral
1581trigger = {
1584any_cabinet_character = {
1584religion = root.religion
}
1585any_cabinet_character = {
1585religion != root.religion
1585religion.group = root.religion.group
}
1586has_ruler = yes
1587exists = capital
1588capital = {
1588institution_progress:confessionalism <= 90
}
}
1590image = "gfx/interface/illustrations/institutions/confessionalism.dds"
1591immediate = {
1593capital = {
1593save_scope_as = target_location
}
1594ruler = {
1594save_scope_as = target_ruler
}
1595random_cabinet_character = {
1595limit = {
1595religion = root.religion
}
1595save_scope_as = true_faith_advisor
}
1596random_cabinet_character = {
1596limit = {
1596religion != root.religion
1596religion.group = root.religion.group
}
1596save_scope_as = false_faith_advisor
}
}
选项
A站在True Faith Advisor这边。
1601scope:target_location = {
1601change_institution_progress = {
}
}
1602scope:true_faith_advisor = {
}
1603remove_from_cabinet = scope:false_faith_advisor
1604scope:false_faith_advisor = {
1604add_character_modifier = {
1604years = 20
1604mode = add_and_extend
}
}
B显然,False Faith Advisor是对的。
1610scope:target_location = {
1610change_institution_progress = {
}
}
1611remove_from_cabinet = scope:true_faith_advisor
1612scope:true_faith_advisor = {
1612add_character_modifier = {
1612years = 20
1612mode = add_and_extend
}
}
1613scope:false_faith_advisor = {
}
C试着找出折衷的办法。
1619scope:target_location = {
1619change_institution_progress = {
}
}
1620random_list = {
162240 = {
1623remove_from_cabinet = scope:true_faith_advisor
1624scope:true_faith_advisor = {
1624add_character_modifier = {
1624years = 20
1624mode = add_and_extend
}
}
1625scope:false_faith_advisor = {
}
}
162740 = {
1628remove_from_cabinet = scope:false_faith_advisor
1629scope:true_faith_advisor = {
}
1630scope:false_faith_advisor = {
1630add_character_modifier = {
1630years = 20
1630mode = add_and_extend
}
}
}
}
D将他们两位都移除出Cabinet Title。
1640scope:target_location = {
1640change_institution_progress = {
}
}
1641remove_from_cabinet = scope:true_faith_advisor
1642remove_from_cabinet = scope:false_faith_advisor
1643scope:true_faith_advisor = {
1643add_character_modifier = {
1643years = 20
1643mode = add_and_extend
}
}
1644scope:false_faith_advisor = {
1644add_character_modifier = {
1644years = 20
1644mode = add_and_extend
}
}