
AktionIn dieser Version geändert
Titelerhöhung erbeten
Der derzeitige Großfürst von Wladimir ist nicht länger dazu fähig, Tribut von unserem Volk zu fordern. Wir sind besser für diesen Posten geeignet und sollten deshalb zum Anführer des Ostslawischen Volkes aufsteigen.
TatarenjochZusammenschlussallow, potential, select trigger
Großfürst von WladimirSonderstatusallowDefinitionin_game/common/generic_actions/tatar_yoke.txt:86
87type = internationalorganization
89potential = {
90scope:actor = {
}
}
99allow = {
100scope:actor = {
102NOT = {
103has_special_status_in_international_organization = {
}
}
108total_population > 300
}
111NOT = {
112has_cooldown = ask_to_become_tax_collector
}
}
}
117ai_tick = monthly
118ai_tick_frequency = 6
120automation_tick = never
121automation_tick_frequency = 12
123select_trigger = {
124looking_for_a = international_organization
125source = actor
126target_flag = recipient
127name = "choose_international_organization" Den Concept wählen:
128none_available_msg_key = "leave_international_organization_none"
129column = {
130data = name
}
}
137effect = {
138custom_tooltip = ask_to_become_tax_collector_tt Wir bitten Dschötschi darum, den Titel „Großfürst von Wladimir“ an uns zu übergeben.
}
142scope:recipient = {
143add_cooldown = {
144type = ask_to_become_tax_collector
145years = 2
}
}
}
150ai_will_do = {
151add = -20
152add = {
153if = {
154limit = {
156any_country_with_special_status_of_type = {
157type = tatar_overlord
158save_temporary_scope_as = tatar_overlord
}
160any_country_with_special_status_of_type = {
161type = tatar_tax_collector
162save_temporary_scope_as = tatar_collector
}
}
165exists = scope:tatar_collector
166scope:actor = {
167total_population > "total_population(scope:tatar_collector)"
}
}
170add = 30
}
}
}