Event
An Extra Tax
It would be an understatement to say our economy is performing 'poorly', in fact some would say this is a disaster. While we struggle to make ends meet our subjects, of all people, are doing more than well. Perhaps we are not taxing them enough.
Definitionin_game/events/diplomacy/subject_interaction_events.txt:1105
1106hide_portraits = yes
1107type = country_event
1108title = subject_interaction_events.38.title An Extra Tax
1109desc = subject_interaction_events.38.desc It would be an understatement to say our economy is performing 'poorly', in fact some would say this is a disaster. While we struggle to make ends meet our subjects, of all people, are doing more than well. Perhaps we are not taxing them enough.
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
}
}