Skip to content

Commit

Permalink
Merge pull request #476 from hmlendea/ck3mbp
Browse files Browse the repository at this point in the history
Updated to the latest version of `CK3MBP`
  • Loading branch information
hmlendea authored Sep 18, 2024
2 parents 83738e7 + cf6f527 commit 805369a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion locations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127651,6 +127651,7 @@
<GameId game="CK3IBL">e_persia</GameId> <!-- Persian Empire -->
<GameId game="CK3MBP">k_persia</GameId> <!-- Persia -->
<GameId game="CK3MBP">e_persia</GameId> <!-- Persian Empire -->
<GameId game="CK3MBP">e_persia2</GameId> <!-- Persia -->
<GameId game="CK3SoW">k_persia</GameId> <!-- Persia -->
<GameId game="CK3SoW">e_persia</GameId> <!-- Persian Empire -->
<GameId game="CK3TFE">k_persia</GameId> <!-- Ērān -->
Expand Down Expand Up @@ -235948,7 +235949,6 @@
<Name language="Romani_Vlax" value="Rusiya" />
<Name language="Romanian" value="Rusia" adjective="Rusesc" />
<Name language="Rundi" value="Uburusiya" />
<Name language="Russian" value="Rosszijszkaja" />
<Name language="Sami_Inari" value="Ruoššâ" />
<Name language="Sami_North" value="Ruošša" />
<Name language="Sami_Skolt" value="Ruõššjânnam" />
Expand Down
32 changes: 32 additions & 0 deletions vanilla/ck3mbp_landed_titles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,35 @@ e_none = { #for Anatolia/Caucasus to control de_jure conquest. Not actually crea
#de_jure_drift_disabled = yes
}

e_persia2 = { #To deal with CK3's way of handling the way it flavorizes titles (ie don't make all of the Persian Dynasties called Khanates when the Ilkhanate exists)
color = { 30 240 230 }


can_create = {
trigger_if = {
limit = {
is_ai = yes
}
NOT = { culture = { has_cultural_pillar = heritage_mongolic } } #Don't want Ilkhanate making Persia
}
}

can_create_on_partition = { always = no }

capital = c_isfahan # Esfahan

definite_form = yes

ai_primary_priority = {
if = {
limit = {
culture = culture:persian
}
add = @better_than_the_alternatives_score
}
}
}

e_hre = {
color = { 255 255 255 }

Expand Down Expand Up @@ -46902,6 +46931,9 @@ e_turan = {
}
}

can_be_named_after_dynasty = no


k_oghuz_il = {
color = { 235 35 35 }

Expand Down

0 comments on commit 805369a

Please sign in to comment.