
AktionIn dieser Version geändert
Koloniale Kriegsbemühungen unterstützen
Wenn wir die Kriegsbemühung unserer Kolonialnationen unterstützen, helfen wir ihnen sehr bei ihrer Konsolidierung helfen und zeigen ihnen, wie gut wir es mit ihnen meinen.
Koloniale RevolutionSituationselect trigger 1Definitionin_game/common/generic_actions/colonial_revolution.txt:479
480type = situation
482ai_tick = monthly
483ai_tick_frequency = 6
484automation_tick = monthly
485automation_tick_frequency = 1
487potential = {
488scope:actor ?= {
489is_colonial_overlord = yes
}
}
492allow = {
}
495cooldown = {
496type = recently_aid_colonial_war
497years = 2
}
500price = price:aid_colonial_war
502select_trigger = {
503looking_for_a = situation
504target_flag = recipient
505name = "choose_situation" Die Situation wählen:
506column = {
507data = name
}
}
515select_trigger = {
516looking_for_a = country
517target_flag = target_country
518name = "choose_country" Das Land wählen:
519none_available_msg_key = "no_valid_countries"
520column = {
521data = name
}
523visible = {
524is_colonial_subject = yes
525overlord = scope:actor
526at_war = yes
}
}
530effect = {
531if = {
532limit = {
533exists = scope:target_country
}
535scope:actor ?= {
536transfer_yearly_manpower = {
537value = 0.25
538target = scope:target_country
}
}
}
545else = {
546custom_tooltip = aid_colonial_war_tt Wir unterstützen unsere Concept mit einem Viertel unserer jährlichen Mannstärke und verringeren so ihren Freiheitsdrang
}
}
549ai_will_do = {
550add = -10
551add = {
552if = {
553limit = {
554scope:target_country = {
555subject_loyalty < 50
}
}
}
559value = 20
}
561add = {
562if = {
563limit = {
564scope:target_country = {
565subject_loyalty > 70
}
}
}
569value = -20
}
571add = {
572if = {
573limit = {
574scope:actor = {
575manpower_percentage < 0.5
}
}
}
579value = -20
}
581add = {
582if = {
583limit = {
584scope:actor = {
585manpower_percentage > 0.9
}
}
}
589value = 100
}
}