事件
额外征税
称我国经济“运转不良”已经算是保守的措辞,事实上对一部分人来说这堪称灾难。就在我们挣扎于收支平衡时,偏偏有些人,譬如我们的属国还过着美滋滋的生活。或许我们还没对他们征收足够多的税。
定义in_game/events/diplomacy/subject_interaction_events.txt:1105
1106hide_portraits = yes
1107type = country_event
1108title = subject_interaction_events.38.title 额外征税
1109desc = subject_interaction_events.38.desc 称我国经济“运转不良”已经算是保守的措辞,事实上对一部分人来说这堪称灾难。就在我们挣扎于收支平衡时,偏偏有些人,譬如我们的属国还过着美滋滋的生活。或许我们还没对他们征收足够多的税。
1110outcome = neutral
1111trigger = {
1112OR = {
1113num_loans >= 8
1114is_during_bankruptcy = yes
1115inflation >= 0.10
}
1117any_subject = {
1118num_loans < 2
1119is_during_bankruptcy = no
1120inflation < 0.10
}
}
1125immediate = {
1126random_subject = {
1127limit = {
1128num_loans < 2
1129is_during_bankruptcy = no
1130inflation < 0.10
}
1132save_scope_as = subject_target
}
}