
국가 상호 작용이번 버전 변경
자금 요청
상대국에 적당한 양의 기부로 우리 국가를 도울 것을 요청합니다.
정의in_game/common/country_interactions/military_order_relationship.txt:173
174type = diplomacy
175category = CATEGORY_ECONOMY_ACTIONS
177ai_tick = daily
178ai_tick_frequency = 120
180potential = {
}
182allow = {
183scope:actor = {
184at_war = yes
}
}
188select_trigger = {
189looking_for_a = country
190target_flag = recipient
191interaction_source_list = {
192scope:actor = {
193every_related_country = {
194type = military_sponsorship
195add_to_list = source
}
}
}
199name = "choose_country" 국가 선택:
200column = {
201data = name
}
203visible = {
204giving_scripted_relation = {
205type = relation_type:military_sponsorship
206target = scope:actor
}
}
209enabled = {
210gold >= {
211value = scope:actor.country_tax_base
212min = scope:recipient.country_tax_base
213multiply = 2
}
}
}
218ai_will_do = {
219if = {
220limit = {
221scope:actor = {
223at_war = yes
224lowest_war_score < 0
225gold < {
226value = yearly_gold
227multiply = -1
}
}
}
232add = {
233value = 10
}
}
}
238cooldown = {
239type = mil_order_request_funds
240years = 1
}
243effect = {
244scope:recipient = {
245add_gold = {
246value = scope:actor.country_tax_base
247min = scope:recipient.country_tax_base
248multiply = -2
249min = -500
}
}
252scope:actor = {
253add_gold = {
254value = scope:actor.country_tax_base
255min = scope:recipient.country_tax_base
256multiply = 2
257max = 500
}
}
}
262diplo_chance = {
263base = -25
264in_debt = -1
265opinion = 0.1
266diplomatic_reputation = 3
}
268accept = {
269add = {
270desc = "game_concept_rival" 경쟁국
271if = {
272limit = {
273scope:recipient = {
274is_rival_of = scope:actor
}
}
277value = -100
}
}
280add = {
281desc = "IS_BANKRUPT_TOOLTIP" 부도 발생
282if = {
283limit = {
284scope:recipient = {
285is_during_bankruptcy = yes
}
}
288value = -1000
}
}
291add = {
292scope:recipient = {
293value = "trust(scope:actor)"
294divide = 5
}
}
297add = {
298scope:recipient = {
299value = "war_exhaustion"
300divide = -2
}
}
303add = {
304desc = "IS_AT_WAR" 전쟁 중
305if = {
306limit = {
307scope:recipient = {
308at_war = yes
}
}
311value = -25
}
}
}