
佩鲁齐银行和巴尔迪银行在托斯卡纳的贷款政策引发了一场经济危机。这些银行向明显不可信的个体发放了大量黄金贷款。当这些借款人随后违约时,两家银行面临资产损失和客户信任危机,客户如今无法取回其存储的财富。
事件链
每个事件由其上一层的事件触发;下方一行说明由哪个选项、在何时触发。
银行业危机- ·债权人陷入危机
↳ 选项A“这是我们所知银行业的终结!” · 立即
债权人变更↳ 选项B“救救这些银行!” · 立即
债权人彻底破产↳ 选项C“它们的崩溃正如我们期望那般。” · 立即
定义in_game/events/DHE/flavor_flo.txt:2263
2264type = country_event
2265title = flavor_flo.53.title 银行业危机
2266desc = flavor_flo.53.desc 佩鲁齐银行和巴尔迪银行在托斯卡纳的贷款政策引发了一场经济危机。这些银行向明显不可信的个体发放了大量黄金贷款。当这些借款人随后违约时,两家银行面临资产损失和客户信任危机,客户如今无法取回其存储的财富。
2267outcome = neutral
2268historical_info = flavor_flo.53.historical_info 14世纪40年代的托斯卡纳银行业危机导致佛罗伦萨三大银行——巴尔迪、佩鲁齐和阿恰约利家族破产。这场经济危机由多重因素引发,最重要的是佛罗伦萨共和国在1337~1338年对抗德拉斯卡拉家族战争及随后对抗比萨共和国战役中的困境。另一个重要因素是向英格兰国王爱德华三世过度放贷,而后者无力偿还贷款。
2269fire_only_once = yes
2271dynamic_historical_event = {
2273from = 1340.1.1
2274to = 1350.1.1
2275monthly_chance = 10
}
2278trigger = {
2279OR = {
2280country_exists = c:PRZ 2281country_exists = c:BRD }
}
2293illustration_tags = {
229410 = angry
229510 = interior
}
2298immediate = {
2301if = {
2305add_to_list = banking_country_list
}
}
2309if = {
2313add_to_list = banking_country_list
}
}
2317set_local_variable = {
2318name = debt_of_the_banking_countries
2319value = 0
}
2321every_in_list = {
2322list = banking_country_list
2323every_lent_loan = {
2324add_to_list = every_loan_lent_by_bardi_and_peruzzi
2325change_local_variable = {
2326name = debt_of_the_banking_countries
2327add = loan_amount
}
}
2330change_local_variable = {
2331name = debt_of_the_banking_countries
2332add = gold
}
}
2335every_in_list = {
2336list = every_loan_lent_by_bardi_and_peruzzi
2337borrower = {
2338add_to_list = every_borrower_of_the_banks
}
}
2341save_scope_as = target_country
}
选项
A这是我们所知银行业的终结!
2348historical_option = yes
2350every_in_list = {
2351list = banking_country_list
2352hidden_effect = {
2353every_lent_loan = {
2354change_loan_owner = ROOT
2355add_to_list = temp_list_for_moved_loans
}
}
2358set_bankruptcy = yes
2359hidden_effect = {
2360every_in_list = {
2361list = temp_list_for_moved_loans
2362change_loan_owner = PREV
2363remove_from_list = temp_list_for_moved_loans
}
}
}
2369add_country_modifier = {
}
2374custom_tooltip = FLO_medici_will_be_stronger 当迪·美第奇银行成立时,它将额外获得最多1000杜卡特。
2377if = {
2378limit = {
2379list_size = {
2380name = every_borrower_of_the_banks
2381value >= 1
}
}
2384hidden_effect = {
2385every_in_list = {
2386list = every_borrower_of_the_banks
}
}
2390custom_tooltip = FLO_every_borrower_from_the_banks 所有向破产银行借贷的国家将触发以下事件:
2391show_as_tooltip = {
2392random_in_list = {
2393list = every_borrower_of_the_banks
}
}
}
B救救这些银行!
2404add_gold = {
2404value = local_var:debt_of_the_banking_countries
2404multiply = -0.5
}
2406every_in_list = {
2407list = banking_country_list
2408add_gold = {
2408value = gold
2408multiply = -0.5
}
}
2411if = {
2412limit = {
2413list_size = {
2414name = every_borrower_of_the_banks
2415value >= 1
}
}
2418hidden_effect = {
2419every_in_list = {
2420list = every_borrower_of_the_banks
}
}
2424custom_tooltip = FLO_every_borrower_from_the_banks 所有向破产银行借贷的国家将触发以下事件:
2425show_as_tooltip = {
2426random_in_list = {
2427list = every_borrower_of_the_banks
}
}
}
C它们的崩溃正如我们期望那般。
2438change_societal_value = {
}
2443every_in_list = {
2444list = banking_country_list
2445custom_tooltip = {
2446text = FLO_this_will_cease_existing Country将不复存在。
2447every_owned_foreign_building = {
2448location = {
2448destroy_building = prev
}
}
}
}
2453add_country_modifier = {
}
2458custom_tooltip = FLO_medici_will_be_stronger 当迪·美第奇银行成立时,它将额外获得最多1000杜卡特。
2461if = {
2462limit = {
2463list_size = {
2464name = every_borrower_of_the_banks
2465value >= 1
}
}
2468hidden_effect = {
2469every_in_list = {
2470list = every_borrower_of_the_banks
}
}
2474custom_tooltip = FLO_every_borrower_from_the_banks 所有向破产银行借贷的国家将触发以下事件:
2475show_as_tooltip = {
2476random_in_list = {
2477list = every_borrower_of_the_banks
}
}
}