
Country InteractionNew this version
Cancel League Sponsorship
Withdraw from our sponsor role and leave the League.
First Italian LeagueInternational Organizationeffect, potential, select trigger
Second Italian LeagueInternational Organizationeffect, potential, select trigger
Third Italian LeagueInternational Organizationeffect, potential, select trigger
League SponsorSpecial Statuseffect, potential, select triggerDefinitionin_game/common/country_interactions/italian_league_sponsor_interactions.txt:501
502type = diplomacy
503category = CATEGORY_FRIENDLY_ACTIONS
505potential = {
506OR = {
508country_has_special_status = {
510country = scope:actor
}
}
514country_has_special_status = {
516country = scope:actor
}
}
520country_has_special_status = {
522country = scope:actor
}
}
}
}
528allow = {
}
531select_trigger = {
532looking_for_a = country
534target_flag = recipient
535name = "choose_country" Choose the Country:
536column = {
537data = name
}
539visible = {
540OR = {
541AND = {
543scope:actor = {
544has_special_status_in_international_organization = {
}
}
}
550AND = {
552scope:actor = {
553has_special_status_in_international_organization = {
}
}
}
559AND = {
561scope:actor = {
562has_special_status_in_international_organization = {
}
}
}
}
}
570enabled = {
}
}
574effect = {
575if = {
576limit = {
577scope:actor = {
578has_special_status_in_international_organization = {
}
}
}
585international_organization_remove_special_status = {
587country = scope:actor
}
589remove_country_from_international_organization = scope:actor
}
}
592if = {
593limit = {
594scope:actor = {
595has_special_status_in_international_organization = {
}
}
}
602international_organization_remove_special_status = {
604country = scope:actor
}
606remove_country_from_international_organization = scope:actor
}
}
609if = {
610limit = {
611scope:actor = {
612has_special_status_in_international_organization = {
}
}
}
619international_organization_remove_special_status = {
621country = scope:actor
}
623remove_country_from_international_organization = scope:actor
}
}
}
628ai_will_do = {
629add = {
630desc = "BASE_VALUE"
631value = -25
}
635if = {
636limit = {
636scope:recipient = {
636is_rival_of = scope:actor
}
}
637add = {
638desc = "game_concept_rival"
639value = 100
}
}
644if = {
645limit = {
645scope:recipient = {
645is_enemy_of = scope:actor
}
}
646add = {
647desc = "DIPLOREASON_RIVAL_OR_ENEMY"
648value = 200
}
}
653if = {
654limit = {
655scope:actor = {
656opinion = {
656target = scope:recipient
656value < 0
}
}
}
659subtract = {
660desc = "game_concept_opinion"
661value = "scope:actor.opinion(scope:recipient)"
662max = 30
}
}
667if = {
668limit = {
669scope:actor = {
670trust = {
670target = scope:recipient
670value < 25
}
}
}
673add = {
674desc = "game_concept_trust"
675value = 20
}
}
680if = {
681limit = {
681scope:actor = {
681monthly_balance < 0
}
}
682subtract = {
683desc = "COMFORTABLE_MONTHLY_BALANCE"
684value = scope:actor.monthly_balance
685max = 25
}
}
690if = {
691limit = {
691scope:actor = {
691monthly_manpower < 0
}
}
692subtract = {
693desc = "COMFORTABLE_MANPOWER"
694value = scope:actor.monthly_manpower
695multiply = 50
696max = 25
}
}
701subtract = {
702desc = "[situation_tension|e]"
703value = situation:italian_wars.var:iw_tension
704multiply = 0.3
705max = 30
}
}