
LandesinteraktionNeu in dieser Version
Ligaförderungswiderruf
Den Gönnerstatus dieser Nation widerrufen und sie aus der Liga entfernen.
Erste italienische LigaZusammenschlusseffect, potential, select trigger
Zweite italienische LigaZusammenschlusseffect, potential, select trigger
Dritte italienische LigaZusammenschlusseffect, potential, select triggerDefinitionin_game/common/country_interactions/italian_league_sponsor_interactions.txt:366
367type = diplomacy
368category = CATEGORY_FRIENDLY_ACTIONS
370potential = {
371scope:actor = {
372OR = {
}
}
}
380allow = {
}
383select_trigger = {
384looking_for_a = country
385target_flag = recipient
386interaction_source_list = {
387scope:actor = {
388random_international_organizations_member_of = {
389limit = {
390OR = {
}
}
396every_country_with_special_status_of_type = {
397type = italian_league_sponsor
398add_to_list = source
}
}
}
}
403name = "choose_country" Das Land wählen:
404column = {
405data = name
}
}
409effect = {
410scope:actor = {
411random_international_organizations_member_of = {
412limit = {
413OR = {
}
418leader_country ?= scope:actor
}
420international_organization_remove_special_status = {
422country = scope:recipient
}
424remove_country_from_international_organization = scope:recipient
}
}
}
429ai_will_do = {
430add = {
431desc = "BASE_VALUE"
432value = -80
}
436if = {
437limit = {
437scope:recipient = {
437is_rival_of = scope:actor
}
}
438add = {
439desc = "game_concept_rival"
440value = 100
}
}
445if = {
446limit = {
446scope:recipient = {
446is_enemy_of = scope:actor
}
}
447add = {
448desc = "DIPLOREASON_RIVAL_OR_ENEMY"
449value = 200
}
}
454if = {
455limit = {
456scope:recipient = {
457opinion = {
457target = scope:actor
457value < 0
}
}
}
460subtract = {
461desc = "game_concept_opinion"
462value = "scope:recipient.opinion(scope:actor)"
463max = 30
}
}
468if = {
469limit = {
470OR = {
471international_organization:foreign_league_france ?= {
472leader_country ?= {
472scope:recipient = {
472is_allied_with = {
472target = prev
}
}
}
}
474international_organization:foreign_league_hre ?= {
475leader_country ?= {
475scope:recipient = {
475is_allied_with = {
475target = prev
}
}
}
}
477international_organization:foreign_league_iberia ?= {
478leader_country ?= {
478scope:recipient = {
478is_allied_with = {
478target = prev
}
}
}
}
480international_organization:foreign_league_balkan ?= {
481leader_country ?= {
481scope:recipient = {
481is_allied_with = {
481target = prev
}
}
}
}
}
}
485add = {
486desc = "ALLIED_WITH_FOREIGN_LEAGUE_LEADER"
487value = 75
}
}
492subtract = {
493desc = "[situation_tension|e]"
494value = situation:italian_wars.var:iw_tension
495multiply = 0.5
496max = 50
}
}