
ActionChanged this version
Borrow from the Estates
Player Take Loan Info
We could also ask for a loan from a banking Country.
Definitionin_game/common/generic_actions/take_bank_loan.txt:1
2type = owncountry
4potential = {
}
7allow = {
8scope:actor = {
9country_estate_loan_size <= country_loan_capacity
10NOT = {
10is_system_automated = credit
}
}
}
14ai_tick = never
16automation_tick = never
17automation_tick_frequency = 12
18show_message = no
20effect = {
21hidden_effect = {
22scope:actor = {
23create_estate_loan = {
}
}
}
}