
ActionChanged this version
Request Title Elevation
The current Grand Prince of Vladimir is no longer fit to gather the tribute of our people. We would be better suited to take the position and become the leader of the East Slavic people in this relationship.
Tatar YokeInternational Organizationallow, potential, select trigger
Grand Prince of VladimirSpecial StatusallowDefinitionin_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" Choose the International Organization:
128none_available_msg_key = "leave_international_organization_none"
129column = {
130data = name
}
}
137effect = {
138custom_tooltip = ask_to_become_tax_collector_tt We will ask the Jochi for the transfer of the Grand Prince of Vladimir to us.
}
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
}
}
}