脚本效果
nanbokuchou_change_sides_effect
定义in_game/common/scripted_effects/situation_effects.txt:219
220if = {
222custom_tooltip = {
223text = nanbokuchou.1.e 我们将会支持大觉寺 Capital的大觉寺。
226remove_list_global_variable = {
226name = nanbokuchou_northern_supporters
226target = this
}
227add_to_global_variable_list = {
227name = nanbokuchou_southern_supporters
227target = this
}
229set_vote = {
}
}
}
}
238else = {
239custom_tooltip = {
240text = nanbokuchou.1.d 我们将会支持持明院 Capital的持明院。
243remove_list_global_variable = {
243name = nanbokuchou_southern_supporters
243target = this
}
244add_to_global_variable_list = {
244name = nanbokuchou_northern_supporters
244target = this
}
246set_vote = {
}
}
}
}