Wahl
ResolutionIn dieser Version geändert

Wahl

high_kingship_electionin_game/common/resolutions/high_kingship_election.txt:1
ErfordertHerzogtumLandesrangvotesGroßreichLandesrangvotesKönigreichLandesrangvotesHochkönigtumZusammenschlussselect trigger 1Hochkönigtums-VerbotModifikatorartcan voteHochkönigtum gestürztStatischer Modifikatorvotes

Definitionin_game/common/resolutions/high_kingship_election.txt:1

2loc = election
4potential = {
}
7allow = {
}
11ai_tick = monthly
17is_live = {
18always = yes
}
21can_vote = {
22scope:actor = {
23has_ruler = yes
24is_member_of_international_organization = scope:recipient
25ruler ?= {
}
28custom_tooltip = {
29text = HIGH_KINGSHIP_NOT_INCUMBENT_TT Kann nicht der derzeitige Hochkönig sein
30NOT = {
31scope:recipient = {
31leader_country ?= scope:actor
}
}
}
}
}
37votes = {
38scope:actor = {
43add = {
44desc = "HIGH_KINGSHIP_VOTES_LOCATIONS" Orte
}
49add = {
50desc = "HIGH_KINGSHIP_VOTES_FORT_LEVEL" Festungsstufe
}
55add = {
56desc = "HIGH_KINGSHIP_VOTES_SUBJECTS" Klientelländer
}
63if = {
64limit = {
65OR = {
66country_rank = country_rank:rank_duchy
67country_rank = country_rank:rank_kingdom
68country_rank = country_rank:rank_empire
}
}
71add = {
72desc = "HIGH_KINGSHIP_VOTES_COUNTRY_RANK" Landesrang
73if = {
74limit = {
74country_rank = country_rank:rank_duchy
}
75value = 2
}
77else_if = {
78limit = {
78country_rank = country_rank:rank_kingdom
}
79value = 5
}
81else = {
82value = 10
}
}
}
88add = {
89desc = "[tax_base|e]"
90value = scope:actor.country_tax_base
}
93if = {
94limit = {
95scope:actor = {
96ruler ?= {
96has_character_modifier = overthrew_high_king
}
}
}
99multiply = {
100desc = "[ShowModifier('character_overthrew_high_king')]"
101value = 2
}
}
}
}
107requires_explicit_votes = no
109total_votes_needed = {
110add = {
111value = scope:total_votes_available
112multiply = 0.5
}
}
116should_finalize_vote = {
117custom_tooltip = {
118text = OVER_HALF_OF_VOTES Ein Kandidat hat mindestens 50 % der Stimmen.
119scope:recipient = {
120not = {
120exists = leader_country
}
}
122scope:highest_vote >= scope:total_votes_needed
}
}
126select_trigger = {
127looking_for_a = international_organization
128target_flag = recipient
129name = "choose_international_organization" Den Concept wählen:
130column = {
131data = name
}
133visible = {
134international_organization_type = international_organization_type:high_kingship
}
136enabled = {
}
}
140select_trigger = {
141looking_for_a = country
142source = recipient
143target_flag = vote
144allow_self = yes
145name = "election_select_country" Land wählen, für das abgestimmt werden soll:
146none_available_msg_key = "election_select_no_countries"
147default_sort = country_tax_base
148column = {
149data = name
}
151column = {
152data = country_tax_base
}
154visible = {
155can_lead_international_organization = scope:recipient
}
157enabled = {
161trigger_if = {
162limit = {
163any_overlord_or_above = {
164is_member_of_international_organization = scope:recipient
}
}
167custom_tooltip = {
168text = HIGH_KINGSHIP_CANNOT_LEAD_OVER_OVERLORD Sie sind Klientelland eines anderen Mitglieds
169always = no
}
}
174trigger_if = {
175limit = {
176exists = scope:actor
177is_rival_of = scope:actor
}
179custom_tooltip = {
180text = HIGH_KINGSHIP_VOTE_NOT_RIVAL Sie sind unsere Concept
181always = no
}
}
185trigger_if = {
186limit = {
187exists = scope:actor
188is_at_war_with = scope:actor
}
190custom_tooltip = {
191text = HIGH_KINGSHIP_VOTE_AT_WAR Sie liegen im Krieg mit uns
192always = no
}
}
198trigger_if = {
199limit = {
199scope:actor ?= {
199NOT = {
199is_subject = yes
}
}
}
}
201trigger_else_if = {
203limit = {
204scope:actor ?= {
205any_overlord_or_above = {
205this = root
}
206NOT = {
206top_overlord ?= root
}
}
}
209custom_tooltip = {
210text = HIGH_KINGSHIP_VOTE_ONLY_APEX_OVERLORD Wir können nur den obersten Suzerän unserer Kette unterstützen
211always = no
}
}
214trigger_else_if = {
216limit = {
217scope:actor ?= {
218NOT = {
218is_disloyal_subject = yes
}
219NOT = {
219any_overlord_or_above = {
219is_disloyal_subject = yes
}
}
220top_overlord ?= {
220can_lead_international_organization = scope:recipient
}
}
}
223custom_tooltip = {
224text = HIGH_KINGSHIP_VOTE_LOYAL_TO_APEX Als ein treues Klientelland müssen wir unseren obersten Suzerän unterstützen
225scope:actor ?= {
225top_overlord ?= root
}
}
}
228trigger_else_if = {
230limit = {
231scope:actor ?= {
232is_disloyal_subject = yes
233NOT = {
233any_overlord_or_above = {
233is_disloyal_subject = yes
}
}
}
}
236custom_tooltip = {
237text = HIGH_KINGSHIP_VOTE_WE_ARE_DISLOYAL Wir sind abtrünnig und werden unseren obersten Suzerän unterstützen
238NOT = {
238scope:actor ?= {
238top_overlord ?= root
}
}
}
}
241trigger_else_if = {
243limit = {
244scope:actor ?= {
245NOT = {
245is_disloyal_subject = yes
}
246any_overlord_or_above = {
246is_disloyal_subject = yes
}
}
}
249custom_tooltip = {
250text = HIGH_KINGSHIP_VOTE_DISLOYAL_ABOVE Ein abtrünniges Klientelland über uns hat uns verboten, für unseren obersten Suzerän zu stimmen
251NOT = {
251scope:actor ?= {
251top_overlord ?= root
}
}
}
}
254trigger_else = {
}
}
}
260effect = {
261if = {
262limit = {
263exists = scope:vote
}
265scope:recipient = {
266set_leader_country = scope:vote
}
}
}
274vote_effect = {
275if = {
276limit = {
277exists = scope:vote
278scope:actor = {
278NOT = {
278this ?= scope:vote
}
}
}
280scope:actor = {
281add_opinion = {
282target = scope:vote
283modifier = opinion_voted_for_high_king
}
}
}
}
289ai_will_do = {
290scope:vote = {
293if = {
294limit = {
295scope:recipient = {
295leader_country ?= scope:vote
}
}
297heir ?= {
297save_temporary_scope_as = potential_high_king
}
}
299else = {
300ruler ?= {
300save_temporary_scope_as = potential_high_king
}
}
303add = {
304desc = "[tax_base|e]"
305value = country_tax_base
306multiply = 10
}
308if = {
309limit = {
310this = scope:actor
}
312add = {
313desc = "LEADERSHIP_VOTE_FOR_SELF"
314value = 300
}
}
317else = {
318add = {
319desc = "game_concept_alliance"
320if = {
321limit = {
322is_allied_with = {
322target = scope:actor
}
}
324value = 100
}
}
329add = {
330desc = "LEADERSHIP_RIVAL_OF_RIVAL"
331if = {
332limit = {
332any_rival = {
332is_rival_of = scope:actor
}
}
333value = 100
}
}
336add = {
337desc = "LEADERSHIP_RIVAL_OF_ENEMY"
338if = {
339limit = {
340NOT = {
340any_rival = {
340is_rival_of = scope:actor
}
}
341any_rival = {
341is_enemy_of = scope:actor
}
}
343value = 50
}
}
346add = {
347desc = "LEADERSHIP_ENEMY_OF_RIVAL"
348if = {
349limit = {
350NOT = {
350any_rival = {
350is_rival_of = scope:actor
}
}
351NOT = {
351any_rival = {
351is_enemy_of = scope:actor
}
}
352any_enemy = {
352is_rival_of = scope:actor
}
}
354value = 50
}
}
357add = {
358desc = "LEADERSHIP_ENEMY_OF_ENEMY"
359if = {
360limit = {
361NOT = {
361any_rival = {
361is_rival_of = scope:actor
}
}
362NOT = {
362any_rival = {
362is_enemy_of = scope:actor
}
}
363NOT = {
363any_enemy = {
363is_rival_of = scope:actor
}
}
364any_enemy = {
364is_enemy_of = scope:actor
}
}
366value = 50
}
}
369add = {
370desc = "LEADERSHIP_VOTE_SAME_AREA"
371if = {
372limit = {
373capital.area = scope:actor.capital.area
}
375value = 75
}
}
378add = {
379desc = "[primary_culture|e]"
380if = {
381limit = {
382culture != scope:actor.culture
}
384value = -25
}
}
387add = {
388desc = "[common_language|e]"
389if = {
390limit = {
391culture.language != scope:actor.culture.language
}
393value = -25
}
}
396add = {
397desc = "[religion|e]"
398if = {
399limit = {
400religion != scope:actor.religion
}
402value = -100
}
}
409add = {
410desc = "[opinion|e]"
411if = {
412limit = {
413NOT = {
413this = scope:actor
}
414scope:actor = {
414this_opinion_of_prev >= 0
}
}
416scope:actor = {
417value = this_opinion_of_prev
}
}
}
421add = {
422desc = "LEADERSHIP_VOTE_NEGATIVE_OPINION"
423if = {
424limit = {
425NOT = {
425this = scope:actor
}
426scope:actor = {
426this_opinion_of_prev < 0
}
}
428scope:actor = {
429value = this_opinion_of_prev
}
}
}
439add = {
440desc = "HIGH_KINGSHIP_OUR_DISPOSITION_FRIENDLY"
441if = {
442limit = {
442scope:actor = {
442has_ai_disposition_toward = {
442target = scope:vote
442disposition = friendly
}
}
}
443value = 50
}
}
446add = {
447desc = "HIGH_KINGSHIP_OUR_DISPOSITION_WARY"
448if = {
449limit = {
449scope:actor = {
449has_ai_disposition_toward = {
449target = scope:vote
449disposition = wary
}
}
}
450value = -25
}
}
453add = {
454desc = "HIGH_KINGSHIP_OUR_DISPOSITION_ALARMED"
455if = {
456limit = {
456scope:actor = {
456has_ai_disposition_toward = {
456target = scope:vote
456disposition = alarmed
}
}
}
457value = -50
}
}
460add = {
461desc = "HIGH_KINGSHIP_OUR_DISPOSITION_RIVALS"
462if = {
463limit = {
463scope:actor = {
463has_ai_disposition_toward = {
463target = scope:vote
463disposition = rivals
}
}
}
464value = -75
}
}
467add = {
468desc = "HIGH_KINGSHIP_OUR_DISPOSITION_COVETS"
469if = {
470limit = {
470scope:actor = {
470has_ai_disposition_toward = {
470target = scope:vote
470disposition = covets
}
}
}
471value = -100
}
}
474add = {
475desc = "HIGH_KINGSHIP_OUR_DISPOSITION_DOMINEERING"
476if = {
477limit = {
477scope:actor = {
477has_ai_disposition_toward = {
477target = scope:vote
477disposition = domineering
}
}
}
478value = -1000
}
}
481add = {
482desc = "HIGH_KINGSHIP_OUR_DISPOSITION_PLANNING_WAR"
483if = {
484limit = {
484scope:actor = {
484has_ai_disposition_toward = {
484target = scope:vote
484disposition = planning_war
}
}
}
485value = -1000
}
}
}
492add = {
493desc = "CURRENT_HIGH_KING"
494if = {
495limit = {
496scope:recipient = {
496leader_country ?= scope:vote
}
}
498value = -200
}
}
501add = {
502desc = "PREVIOUS_HIGH_KING"
503if = {
504limit = {
505scope:recipient = {
505international_organization_has_leader = no
}
506scope:recipient = {
506last_leader_country ?= scope:vote
}
}
508value = -200
}
}
511add = {
512desc = "[ShowCountryRankName('rank_empire')]"
513if = {
514limit = {
515country_rank = country_rank:rank_empire
}
517value = 100
}
}
520add = {
521desc = "[ShowCountryRankName('rank_kingdom')]"
522if = {
523limit = {
524country_rank = country_rank:rank_kingdom
}
526value = 50
}
}
529add = {
530desc = "[ShowCountryRankName('rank_duchy')]"
531if = {
532limit = {
533country_rank = country_rank:rank_duchy
}
535value = 25
}
}
538add = {
539desc = "[heir|e]"
540if = {
541limit = {
542scope:vote = {
543has_heir = no
}
}
546value = -100
}
}
549add = {
550desc = "[prestige|e]"
551value = prestige
}
553add = {
554desc = "[legitimacy|e]"
555if = {
556limit = {
556uses_government_power = legitimacy
}
557value = legitimacy
}
}
560add = {
561desc = "[tribal_cohesion|e]"
562if = {
563limit = {
563uses_government_power = tribal_cohesion
}
564value = tribal_cohesion
}
}
568if = {
569limit = {
570exists = scope:potential_high_king
}
573scope:potential_high_king = {}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. Alle Rechte vorbehalten. Inoffizielles Fanprojekt, nicht mit Paradox Interactive verbunden. Spielinhalte © Paradox Interactive. Über · Datenschutz · Impressum