Skip to content

Commit

Permalink
Compatch for CK3 1.13.1.1 (#2256) #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Oct 9, 2024
1 parent 019cb6f commit 01ed617
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Last updated: CK3 patch 1.12.2.1
# Last updated: CK3 patch 1.13.1
emperor_feudal_male_ancient_egyptian = { # Pharaoh
type = character
gender = male
Expand All @@ -7,7 +7,10 @@ emperor_feudal_male_ancient_egyptian = { # Pharaoh
priority = 301
governments = { feudal_government }
faiths = { egyptian_pagan atenist_pagan }
top_liege = yes

flavourization_rules = {
top_liege = yes
}
}

emperor_feudal_female_ancient_egyptian = { # Pharaohess
Expand All @@ -18,7 +21,10 @@ emperor_feudal_female_ancient_egyptian = { # Pharaohess
priority = 301
governments = { feudal_government }
faiths = { egyptian_pagan atenist_pagan }
top_liege = yes

flavourization_rules = {
top_liege = yes
}
}

duke_republic_male_carthaginian = { # Suffet
Expand All @@ -29,7 +35,10 @@ duke_republic_male_carthaginian = { # Suffet
# tier = any
priority = 301
heritages = { heritage_punic }
top_liege = yes

flavourization_rules = {
top_liege = yes
}
}

king_feudal_male_elamite = { # Sunkir
Expand All @@ -40,7 +49,10 @@ king_feudal_male_elamite = { # Sunkir
priority = 301
governments = { feudal_government }
name_lists = { name_list_elamite }
top_liege = yes

flavourization_rules = {
top_liege = yes
}
}

emperor_feudal_male_elamite = { # Rishar Sunkir
Expand All @@ -51,7 +63,10 @@ emperor_feudal_male_elamite = { # Rishar Sunkir
priority = 301
governments = { feudal_government }
name_lists = { name_list_elamite }
top_liege = yes

flavourization_rules = {
top_liege = yes
}
}

count_eremitic_male = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ king_venetic_culture = {
tier = kingdom
priority = 27
name_lists = { name_list_venetic }
top_liege = no

flavourization_rules = {
top_liege = no
}
}

king_female_venetic_culture = {
Expand All @@ -34,5 +37,8 @@ king_female_venetic_culture = {
tier = kingdom
priority = 27
name_lists = { name_list_venetic }
top_liege = no

flavourization_rules = {
top_liege = no
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ heritage_mon_khmer = { # from Rajas of Asia
# }
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_mon
HERITAGE = heritage_mon_khmer
}
}
audio_parameter = european
Expand Down
25 changes: 13 additions & 12 deletions ImperatorToCK3/Data_Files/configurables/removable_file_blocks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@ hasan_evangelize_the_faith = {

desc = hasan_evangelize_the_faith_desc
selection_tooltip = hasan_evangelize_the_faith_tooltip
decision_group_type = adventurer
decision_group_type = story_cycle_hasan

cooldown = { months = 1 }

Expand Down Expand Up @@ -4450,6 +4450,7 @@ hasan_evangelize_the_faith = {
}
}
trigger_event = hasan_sabbah.1010
custom_tooltip = chance_to_advance_to_the_assassins_tt
}

ai_potential = { this = character:41702 }
Expand All @@ -4472,7 +4473,7 @@ hasan_agitate_the_populace = {

desc = hasan_agitate_the_populace_desc
selection_tooltip = hasan_agitate_the_populace_tooltip
decision_group_type = adventurer
decision_group_type = story_cycle_hasan

cooldown = { months = 1 }

Expand All @@ -4483,10 +4484,10 @@ hasan_agitate_the_populace = {
any_owned_story = {
story_type = story_hasan
}
hasan_camp_in_foes_realm_trigger = yes
}

is_valid = {
hasan_camp_in_foes_realm_trigger = yes
OR = {
domicile.domicile_location.county = {
NOT = { faith = root.faith }
Expand Down Expand Up @@ -4563,7 +4564,7 @@ hasan_ignite_the_flames = {

desc = hasan_ignite_the_flames_desc
selection_tooltip = hasan_ignite_the_flames_tooltip
decision_group_type = adventurer
decision_group_type = story_cycle_hasan

cooldown = { months = 1 }

Expand All @@ -4573,10 +4574,10 @@ hasan_ignite_the_flames = {
any_owned_story = {
story_type = story_hasan
}
hasan_camp_in_foes_realm_trigger = yes
}

is_valid = {
hasan_camp_in_foes_realm_trigger = yes
is_at_war = no
custom_tooltip = {
text = at_least_5_counties_are_nizari
Expand Down Expand Up @@ -4629,7 +4630,7 @@ hasan_found_the_assassins = {

desc = hasan_found_the_assassins_desc
selection_tooltip = hasan_found_the_assassins_tooltip
decision_group_type = adventurer
decision_group_type = story_cycle_hasan

is_shown = {
#DLC check.
Expand All @@ -4643,11 +4644,11 @@ hasan_found_the_assassins = {
NOT = {
has_character_flag = founded_assassins_already
}
hasan_camp_in_foes_realm_trigger = yes
domicile.domicile_location.barony = { is_leased_out = no }
}

is_valid = {
hasan_camp_in_foes_realm_trigger = yes
domicile.domicile_location.barony = { is_leased_out = no }
domicile.domicile_location.county.faith = root.faith
custom_tooltip = {
text = is_mountainous_desc
Expand Down Expand Up @@ -4767,7 +4768,7 @@ hasan_expand_the_assassins = {

desc = hasan_expand_the_assassins_desc
selection_tooltip = hasan_expand_the_assassins_tooltip
decision_group_type = adventurer
decision_group_type = story_cycle_hasan

is_shown = {
#DLC check.
Expand All @@ -4778,11 +4779,11 @@ hasan_expand_the_assassins = {
}
is_landed = no
faith = faith:nizari
hasan_camp_in_foes_realm_trigger = yes
domicile.domicile_location.barony = { is_leased_out = no }
}

is_valid = {
hasan_camp_in_foes_realm_trigger = yes
domicile.domicile_location.barony = { is_leased_out = no }
domicile.domicile_location.county.faith = root.faith
custom_tooltip = {
text = is_mountainous_desc
Expand Down Expand Up @@ -4819,7 +4820,7 @@ hasan_expand_the_assassins = {
}
domicile.domicile_location.barony = {
change_title_holder_include_vassals = {
holder = domicile.domicile_location.barony.holder.top_liege
holder = holder.top_liege
change = scope:change
}
}
Expand Down

0 comments on commit 01ed617

Please sign in to comment.