Banking Filters
This tiny mod aims to add Quality of Life improvements for Economic Diplomatic Actions. Such as Offering Loans and Taking Over Debts. Making it easier to find potential countries to lend gold to.
-Has Debt
-At War
-Total Debt

/in_game/gui/
select_country_diplomacy_lateralview.gui (edited)
text = "[Country.GetEconomy.GetTotalDebt|2V]@gold!"
/in_game/gui/filters/
99_banking.txt (new)
country_has_debt = {
scope = country
tag = diplomacy
group = 6
trigger = {total_debt > 0}}
country_is_at_war = {
scope = country
tag = diplomacy
group = 7
trigger = {at_war = yes}}
/main_menu/localization/english/
mod_banking_filters_l_english.yml (new)
search_filter_country_has_debt_name: "Has Debt"
search_filter_country_has_debt_desc: "Shows countries that are currently in [debt|e]"
search_filter_country_is_at_war_name: "At War"
search_filter_country_is_at_war_desc: "Shows countries that are currently at [war|e]"