
Action
Revendication de l'Îlkhânân
En tant que descendants de Genghis Khān, nous nous devons de revendiquer la souveraineté sur l'Îlkhânân.
ÎlkhânânOrganisation internationaleselect triggerDéfinitionin_game/common/generic_actions/ilkhanate_actions.txt:1
2type = internationalorganization
4ai_tick = daily
5ai_tick_frequency = 40
7automation_tick = never
8automation_tick_frequency = 12
11potential = {
}
22select_trigger = {
23looking_for_a = international_organization
24source = actor
25target_flag = recipient
26name = "choose_international_organization" Sélectionner l'Organisation internationale :
27column = {
28data = name
}
}
35effect = {
36if = {
37limit = {
37exists = scope:actor
}
38scope:actor = {
41international_organization_add_special_status = {
43country = scope:actor
}
}
}
}
}
49ai_will_do = {
50add = 10
52scope:actor = {
53subtract = {
54desc = "game_concept_government_power"
55value = "currency_utility(government_power|government_power_mild_penalty)"
}
58ruler ?= {
59desc = "RULER_ABILITY"
60add = total_abilities
61multiply = 0.02
}
64heir ?= {
65desc = "HEIR_ABILITY"
66add = total_abilities
67multiply = 0.02
}
70add = {
71desc = "SIZE_OF_COUNTRY_TOOLTIP"
72value = total_population
73add = num_locations
74divide = 100
}
77add = {
78desc = "game_concept_army"
79value = army_size
80multiply = 5
}
}
86every_international_organization_member = {
87limit = {
88this != scope:actor
89has_special_status_in_international_organization = {
}
}
95add = {
96desc = "SIZE_OF_COUNTRY_TOOLTIP"
97value = total_population
98add = num_locations
99divide = -100
}
102add = {
103desc = "game_concept_army"
104value = army_size
105multiply = -5
}
}
}
}