Fixes
This commit is contained in:
parent
b2f4fbfa1a
commit
6ae0daeb9e
16 changed files with 1364 additions and 1363 deletions
|
|
@ -1993,33 +1993,33 @@ mongol_war_target_evaluation_and_declaration_effect = {
|
|||
}
|
||||
}
|
||||
}
|
||||
trigger_if = { # We don't want the Byzantine empire to get annihilated immediately
|
||||
limit = {
|
||||
OR = {
|
||||
has_primary_title = title:e_byzantium
|
||||
has_primary_title = title:e_latin_empire
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
current_year >= 1279 # Roughly when the mongols should fracture historically
|
||||
scope:mongol_emperor = {
|
||||
completely_controls_region = special_mongol_empire_golden_horde_region # Controls all of Russia and the Steppe
|
||||
}
|
||||
any_realm_county = { # Byzantium is expansionist
|
||||
count >= 50
|
||||
title_province = {
|
||||
OR = {
|
||||
geographical_region = special_mongol_empire_conquest_region_prio_5
|
||||
geographical_region = special_mongol_empire_conquest_region_prio_4
|
||||
geographical_region = special_mongol_empire_conquest_region_prio_3
|
||||
geographical_region = special_mongol_empire_conquest_region_prio_2
|
||||
geographical_region = special_mongol_empire_conquest_region_prio_1
|
||||
geographical_region = special_mongol_empire_conquest_region_prio_1_alpha
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
# trigger_if = { # We don't want the Byzantine empire to get annihilated immediately
|
||||
# limit = {
|
||||
# OR = {
|
||||
# has_primary_title = title:e_byzantium
|
||||
# has_primary_title = title:e_latin_empire
|
||||
# }
|
||||
# }
|
||||
# OR = {
|
||||
# current_year >= 1279 # Roughly when the mongols should fracture historically
|
||||
# scope:mongol_emperor = {
|
||||
# completely_controls_region = special_mongol_empire_golden_horde_region # Controls all of Russia and the Steppe
|
||||
# }
|
||||
# any_realm_county = { # Byzantium is expansionist
|
||||
# count >= 50
|
||||
# title_province = {
|
||||
# OR = {
|
||||
# geographical_region = special_mongol_empire_conquest_region_prio_5
|
||||
# geographical_region = special_mongol_empire_conquest_region_prio_4
|
||||
# geographical_region = special_mongol_empire_conquest_region_prio_3
|
||||
# geographical_region = special_mongol_empire_conquest_region_prio_2
|
||||
# geographical_region = special_mongol_empire_conquest_region_prio_1
|
||||
# geographical_region = special_mongol_empire_conquest_region_prio_1_alpha
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
}
|
||||
weight = {
|
||||
base = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue