Skip to content

Commit

Permalink
Merge pull request #388 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 Nov 16, 2023
2 parents 35fccc0 + 6f82d46 commit 643f87f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
3 changes: 3 additions & 0 deletions languages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151840,6 +151840,9 @@
</Language>
<Language>
<Id>Ryukyuan</Id> <!-- Lewchewan, Luchuan -->
<GameIds>
<GameId game="CK3MBP">ryukyu</GameId>
</GameIds>
<FallbackLanguages>
<LanguageId>Ryukyuan_South</LanguageId>
<LanguageId>Amami</LanguageId>
Expand Down
4 changes: 3 additions & 1 deletion locations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -514676,13 +514676,15 @@
<GameIds>
<GameId game="CK3">d_ghulat</GameId> <!-- Ikhtilafi Imamate -->
<GameId game="CK3CE">d_ghulat</GameId> <!-- Ikhtilafi Imamate -->
<GameId game="CK3MBP">d_ghulat</GameId> <!-- Ikhtilafi Imamate -->
</GameIds>
</LocationEntity>
<LocationEntity>
<Id>zayidi_imamate</Id>
<Id>ismaili_imamate</Id>
<GameIds>
<GameId game="CK3">d_ismaili</GameId> <!-- Ismaili Imamate -->
<GameId game="CK3CE">d_ismaili</GameId> <!-- Ismaili Imamate -->
<GameId game="CK3MBP">d_ismaili</GameId> <!-- Ismaili Imamate -->
</GameIds>
</LocationEntity>
<LocationEntity>
Expand Down
38 changes: 38 additions & 0 deletions vanilla/ck3mbp_landed_titles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,13 @@ d_sunni = {

capital = c_baghdad

can_destroy = {
custom_tooltip = {
text = persian_struggle.tt.forbid_title_destruction
NOT = { exists = struggle:persian_struggle }
}
}

}

d_shiite = {
Expand Down Expand Up @@ -458,6 +465,18 @@ d_imami = {
landless = yes
}

d_ismaili = {
color = { 28 142 62 }
definite_form = yes
ruler_uses_title_name = no
no_automatic_claims = yes
always_follows_primary_heir = yes
destroy_if_invalid_heir = yes
can_be_named_after_dynasty = no

capital = c_cairo
}

d_zaydi = {
color = { 40 160 40 }
definite_form = yes
Expand Down Expand Up @@ -577,6 +596,18 @@ d_muwalladi = {

}

d_ghulat = {
color = { 48 207 48 }
definite_form = yes
ruler_uses_title_name = no
no_automatic_claims = yes
always_follows_primary_heir = yes
destroy_if_invalid_heir = yes
can_be_named_after_dynasty = no

capital = c_kufa
}

e_golden_horde = { #White Horde
color = { 243 180 17 }

Expand Down Expand Up @@ -63070,6 +63101,13 @@ e_arabia = {
}
}

can_destroy = {
custom_tooltip = {
text = persian_struggle.tt.forbid_title_destruction
NOT = { exists = struggle:persian_struggle }
}
}

k_medina = {
color = { 100 225 25 }

Expand Down

0 comments on commit 643f87f

Please sign in to comment.