
Parliament Issue
Balance the Budget
The financial crisis that looms over our people's heads is a dire matter, urgently in need to be addressed.
Modifiers
Monthly Inflation−0.4%
Bank Interest−2%
Definitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:1107
1115allow = {
1116OR = {
1117num_loans >= 1
1118inflation > 0.01
}
}
1122chance = {
1123add = 1
1124add = {
1125if = {
1126limit = {
1127num_loans >= 5
}
1129value = 2
}
}
1132add = {
1133if = {
1134limit = {
1135num_loans >= 10
}
1137value = 4
}
}
1140add = {
1141if = {
1142limit = {
1143inflation >= 0.05
}
1145value = 2
}
}
}
1151on_debate_passed = {
1152random_loan = {
1153limit = {
1154loan_amount > 0
}
1156change_loan_amount = {
1157value = loan_amount
1158multiply = -0.5
}
}
}