Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to the latest version of CK3MBP #388

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading