
국가 상호 작용이번 버전 변경
대출 요청
Actor(이)가 상대국에 부채를 지게 됩니다.
정의in_game/common/country_interactions/request_loan.txt:1
2type = diplomacy
3category = CATEGORY_ECONOMY_ACTIONS
5ai_tick = never
7potential = {
}
10allow = {
}
13diplo_chance = {
14base = 5
15rank = 0
16opinion = 0.2
17relative_strength = 0
18border_distance = 0
19trust_in_actor = 0.2
}
22select_trigger = {
23looking_for_a = country
24target_flag = recipient
25name = "choose_country" 국가 선택:
26column = {
27data = name
}
29visible = {
30capital = {
30is_discovered_by = scope:actor
}
31within_diplomatic_range = scope:actor
32has_reform = government_reform:banking_country
}
34enabled = {
35gold > monthly_income_total
}
}
39effect = {
41scope:recipient ?= {
42give_loan = {
43target = scope:actor
44amount = {
45value = scope:recipient.monthly_income_total
46max = {
47value = scope:actor.monthly_income_trade_and_tax
48multiply = 2
}
}
51interest = scope:actor.modifier:bank_interest
52months = 60
}
}
}
56ai_will_do = -10