
ActionChanged this version
Subjugate High Kingship Member
It is our right as a member of the High Kingship to subjugate our neighbors through the use of force. After all, they would do the same to us.
High KingshipInternational Organizationallow, select trigger 1Definitionin_game/common/generic_actions/high_kingship_of_ireland.txt:219
220icon = claim_high_kingship
221type = internationalorganization
222show_message = no
224ai_tick = monthly
225ai_tick_frequency = 6
227allow = {
228scope:actor = {
229at_war = no
230any_international_organizations_member_of = {
232NOT = {
232leader_country ?= prev
}
233scope:actor = {
233can_declare_war_on = prev.leader_country
}
}
}
}
238price = price:high_kingship_subjugate_member
240cooldown = {
241type = subjugate_high_kingship_member
242years = 10
}
245select_trigger = {
246looking_for_a = international_organization
247source = actor
248target_flag = recipient
249name = "choose_international_organization" Choose the International Organization:
250column = {
251data = name
}
}
258select_trigger = {
259looking_for_a = country
260target_flag = target_country
261name = "choose_country" Choose the Country:
262none_available_msg_key = "no_valid_countries"
263interaction_source_list = {
264scope:recipient = {
265every_international_organization_member = {
266add_to_list = source
}
}
}
270visible = {
}
272enabled = {
273this != scope:actor
274NOT = {
274is_leader_of_international_organization = scope:recipient
}
275scope:actor = {
275can_declare_war_on = prev
}
}
277column = {
277data = name
}
278column = {
278data = population
}
279column = {
279data = great_power_score
}
}
282effect = {
283scope:actor = {
284add_casus_belli = {
286target = scope:target_country
}
}
}
291ai_will_do = {
292value = -50
293if = {
294limit = {
294exists = scope:target_country
}
295add = scope:actor.stability
296add = scope:actor.legitimacy
297add = {
298value = scope:actor.num_loans
299multiply = -5
}
301if = {
302limit = {
303scope:actor = {
303is_during_bankruptcy = yes
}
}
305subtract = 1000
}
307scope:target_country = {
308subtract = {
309scope:actor = {
310value = this_opinion_of_prev
311multiply = 0.1
}
}
}
315multiply = {
316value = 1
317add = "scope:actor.relative_strength(scope:target_country)"
}
}
}