
행동이번 버전 변경
지위 승격 요청
현 블라디미르 대공은 더 이상 우리 민족의 공물을 모으는 직책에 걸맞지 않습니다. 우리가 그 자리를 맡아 동슬라브 민족의 수장국이 되는 것이 이 관계에 더 적합합니다.
타타르의 멍에국가 간 조직체allow, potential, select trigger
블라디미르 대공특별 지위allow정의in_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" 국가 간 조직체 선택:
128none_available_msg_key = "leave_international_organization_none"
129column = {
130data = name
}
}
137effect = {
138custom_tooltip = ask_to_become_tax_collector_tt 주치 측에 블라디미르 대공 지위를 우리에게 이양할 것을 요청합니다.
}
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
}
}
}