Minorities

This commit is contained in:
Fishedotjpg 2026-03-05 23:59:56 +00:00
parent 4c6516ae80
commit fc39f1898e
5 changed files with 91 additions and 2 deletions

View file

@ -1756,6 +1756,14 @@ plata_dynasty = {
name = dynn_Plata name = dynn_Plata
culture = cale culture = cale
} }
ayouch_dynasty = {
name = dynn_Ayouch
culture = beur
}
murphy_dynasty = {
name = dynn_Murphy
culture = traveller
}
baio_dynasty = { baio_dynasty = {
name = dynn_Baio name = dynn_Baio

View file

@ -89,7 +89,7 @@ d_laamp_knife = {
ai_primary_priority = { add = @never_primary_score } ai_primary_priority = { add = @never_primary_score }
} }
d_laamp_los_ninos_de_los_reyes = { d_laamp_cale_roman = {
color = { 100 100 100 } color = { 100 100 100 }
capital = c_camargue capital = c_camargue
@ -101,5 +101,33 @@ d_laamp_los_ninos_de_los_reyes = {
noble_family = yes noble_family = yes
destroy_if_invalid_heir = yes destroy_if_invalid_heir = yes
ai_primary_priority = { add = @never_primary_score }
}
d_laamp_beur_simurghi = {
color = { 100 100 100 }
capital = c_bouches_du_rhone
definite_form = yes
landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priority = { add = @never_primary_score }
}
d_laamp_traveller_celtic = {
color = { 100 100 100 }
capital = c_dublin
definite_form = yes
landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priority = { add = @never_primary_score } ai_primary_priority = { add = @never_primary_score }
} }

View file

@ -1569,4 +1569,20 @@ roberto_de_plata={
trait=lifestyle_poet trait=lifestyle_poet
2524.8.7={birth=yes} 2524.8.7={birth=yes}
2600.12.26={death=yes} 2600.12.26={death=yes}
}
eugene_murphy={
name="Eugene"
dynasty=murphy_dynasty
culture=traveller
religion=celtic
2526.3.11={birth=yes}
2600.12.26={death=yes}
}
diallo_ayouch={
name="Diallo"
dynasty=ayouch_dynasty
culture=beur
religion=simurghi
2527.1.6={birth=yes}
2600.12.26={death=yes}
} }

View file

@ -26,7 +26,7 @@ d_laamp_test_jewish = {
} }
} }
d_laamp_los_ninos_de_los_reyes = { # Los Niños de los Reyes d_laamp_cale_roman = {
2555.1.1 = { 2555.1.1 = {
liege = 0 liege = 0
holder = roberto_de_plata holder = roberto_de_plata
@ -39,6 +39,34 @@ d_laamp_los_ninos_de_los_reyes = { # Los Niños de los Reyes
} }
} }
} }
d_laamp_traveller_celtic = {
2555.1.1 = {
liege = 0
holder = eugene_murphy
government = landless_minority_government
succession_laws = { confederate_partition_succession_law }
effect = {
create_landless_minority_title_history_effect = yes
set_variable = { name = adventurer_creation_reason value = flag:historical }
destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
}
}
}
d_laamp_beur_simurghi = {
2555.1.1 = {
liege = 0
holder = diallo_ayouch
government = landless_minority_government
succession_laws = { confederate_partition_succession_law }
effect = {
create_landless_minority_title_history_effect = yes
set_variable = { name = adventurer_creation_reason value = flag:historical }
destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
}
}
}
d_laamp_zolt = { # Saltpites d_laamp_zolt = { # Saltpites
2555.1.1 = { 2555.1.1 = {

View file

@ -34,6 +34,15 @@
d_laamp_test_jewish:0 "$ashkenazi$ Community of the $dynn_britannia_kohn$'s" d_laamp_test_jewish:0 "$ashkenazi$ Community of the $dynn_britannia_kohn$'s"
d_laamp_test_jewish_adj:0 "Jewish" d_laamp_test_jewish_adj:0 "Jewish"
d_laamp_test_jewish_article:0 "The " d_laamp_test_jewish_article:0 "The "
d_laamp_cale_roman:0 "$cale$ Community of the $dynn_Plata$'s
d_laamp_cale_roman_adj:0 "Romani"
d_laamp_cale_roman_article:0 "The "
d_laamp_traveller_celtic:0 "$traveller$ Community of the $dynn_Murphy$'s
d_laamp_traveller_celtic_adj:0 "Traveller"
d_laamp_traveller_celtic_article:0 "The "
d_laamp_beur_simurghi:0 "$beur$ Community of the $dynn_Murphy$'s
d_laamp_beur_simurghi_adj:0 "Beur"
d_laamp_beur_simurghi_article:0 "The "
minority_community_domicile_title: "[CHARACTER.GetFirstNamePossessiveNoTooltip] [minority_community_i|E][minority_community|E]" minority_community_domicile_title: "[CHARACTER.GetFirstNamePossessiveNoTooltip] [minority_community_i|E][minority_community|E]"
minority_community_type: "[minority_community_i|E][minority_community|E]" minority_community_type: "[minority_community_i|E][minority_community|E]"
minority_community_type_tooltip: "[minority_community_i|E][minority_community|E]" minority_community_type_tooltip: "[minority_community_i|E][minority_community|E]"