
Country InteractionChanged this version
Request Soldiers
We will ask them to help us out, with additional manpower for our forces.
Definitionin_game/common/country_interactions/military_order_relationship.txt:317
318type = diplomacy
319category = CATEGORY_ECONOMY_ACTIONS
321potential = {
}
323allow = {
324scope:actor = {
325at_war = yes
}
}
329ai_will_do = {
330if = {
331limit = {
332scope:actor = {
333max_manpower > 0
334manpower_percentage < 0.1
}
}
337add = {
338value = 10
}
}
}
343select_trigger = {
344looking_for_a = country
345target_flag = recipient
346interaction_source_list = {
347scope:actor = {
348every_related_country = {
349type = military_sponsorship
350add_to_list = source
}
}
}
354name = "choose_country" Choose the Country:
355column = {
356data = name
}
358visible = {
359giving_scripted_relation = {
360type = relation_type:military_sponsorship
361target = scope:actor
}
}
364enabled = {
365manpower_percentage >= 0.1
366monthly_manpower > 0
}
}
370effect = {
371scope:recipient = {
372add_manpower = {
373value = scope:recipient.monthly_manpower
374multiply = -12
}
}
377scope:actor = {
378add_manpower = {
379value = scope:recipient.monthly_manpower
380multiply = 12
}
}
}
385diplo_chance = {
386base = -5
387opinion = 0.1
388diplomatic_reputation = 3
}
390accept = {
391add = {
392desc = "IS_AT_WAR" Is at War
393if = {
394limit = {
395scope:recipient = {
396at_war = yes
}
}
399value = -25
}
}
}