more characters

This commit is contained in:
trashb0at 2024-11-13 21:47:28 -05:00
parent 0b04af7497
commit 05416c1be3
9 changed files with 381 additions and 8 deletions

View file

@ -0,0 +1,143 @@
ashkenazi = {
color = ashkenazi
ethos = ethos_communal
heritage = heritage_israelite
language = language_high_german
martial_custom = martial_custom_male_only
traditions = {
tradition_diasporic
tradition_philosopher_culture
tradition_faith_bound
tradition_forbearing
tradition_mobile_guards
}
name_list = name_list_ashkenazi
coa_gfx = { israelite_group_coa_gfx }
building_gfx = { western_building_gfx }
clothing_gfx = { dde_hre_clothing_gfx western_clothing_gfx }
unit_gfx = { western_unit_gfx }
ethnicities = {
25 = caucasian_blond
15 = caucasian_ginger
35 = caucasian_brown_hair
25 = caucasian_dark_hair
}
}
sephardi = {
color = { 0.7 0.2 0.7 }
ethos = ethos_communal
heritage = heritage_israelite
language = language_iberian
martial_custom = martial_custom_male_only
traditions = {
tradition_diasporic
tradition_caravaneers
tradition_philosopher_culture
tradition_maritime_mercantilism
tradition_mobile_guards
}
name_list = name_list_sephardi
coa_gfx = { israelite_group_coa_gfx }
building_gfx = { mena_building_gfx }
clothing_gfx = { byzantine_clothing_gfx }
unit_gfx = { mena_unit_gfx }
ethnicities = {
10 = arab
}
}
radhanite = {
ethos = ethos_egalitarian
heritage = heritage_israelite
language = language_turkic
martial_custom = martial_custom_male_only
traditions = {
tradition_diasporic
tradition_philosopher_culture
tradition_maritime_mercantilism
tradition_xenophilic
tradition_mobile_guards
}
color = { 0.5 0.2 0.7 }
name_list = name_list_radhanite
coa_gfx = { israelite_group_coa_gfx }
building_gfx = { mena_building_gfx }
clothing_gfx = { mongol_clothing_gfx } #Radhanites travelled all over the world; trade networks spanning from Iceland to China
unit_gfx = { mena_unit_gfx }
ethnicities = {
10 = arab
}
}
kochinim = {
parents = { tamil }
created = 52.1.1
history_loc_override = kochinim_history_loc
ethos = ethos_communal
heritage = heritage_israelite
language = language_tamil
martial_custom = martial_custom_male_only
traditions = {
tradition_diasporic
tradition_philosopher_culture
tradition_xenophilic
tradition_fervent_temple_builders #Despite being a religious minority, Synagogues existed all over India
tradition_mobile_guards
}
color = { 0.5 0.2 0.8 }
name_list = name_list_radhanite
coa_gfx = { israelite_group_coa_gfx }
building_gfx = { indian_building_gfx }
clothing_gfx = { indian_clothing_gfx }
unit_gfx = { indian_unit_gfx }
ethnicities = {
10 = south_indian
}
}
bavlim = {
color = { 0.6 0.3 0.7 }
ethos = ethos_communal
heritage = heritage_israelite
language = language_aramaic
martial_custom = martial_custom_male_only
traditions = {
tradition_diasporic
tradition_caravaneers
tradition_xenophilic
tradition_faith_bound
tradition_mobile_guards
}
name_list = name_list_radhanite
coa_gfx = { israelite_group_coa_gfx }
building_gfx = { mena_building_gfx }
clothing_gfx = { byzantine_clothing_gfx }
unit_gfx = { mena_unit_gfx }
ethnicities = {
10 = arab
}
}

View file

@ -2,7 +2,7 @@
color = { 0.4 0.4 0.7 }
ethos = ethos_communal
heritage = heritage_french
heritage = heritage_israelite
language = language_ladinois
martial_custom = martial_custom_equal
traditions = {

View file

@ -84,7 +84,6 @@ tarrou_dynasty = {
}
# e_britannia dynasties
cyflymarhyan_dynasty = {
name = dynn_cyflymarhyan
culture = soueyrneg
@ -126,9 +125,9 @@ wall_dynasty = {
culture = strafclideg
}
rholls_rhoycy_dynasty = {
name = dynn_rholls_rhoycy
culture = strafclideg
windsor_dynasty = {
name = dynn_windsor
culture = souflander
}
nelson_dynasty = {
@ -139,4 +138,34 @@ nelson_dynasty = {
solomonid_dynasty = {
name = dynn_solomonid
culture = soueyrneg
}
}
colbrugha_dynasty = {
name = dynn_colbrugha
culture = high_irish
}
lawrence_dynasty = {
name = dynn_lawrence
culture = welsh
}
montgomyrhy_dynasty = {
name = dynn_montgomyrhy
culture = welsh
}
gwilym_dynasty = {
name = dynn_gwilym
culture = welsh
}
squyrhys_dynasty = {
name = dynn_squyrhys
culture = welsh
}
primrose_dynasty = {
name = dynn_primrose
culture = ashkenazi
}

View file

@ -0,0 +1,4 @@
house_rholls_rhoycy = {
name = "dynn_rholls_rhoycy"
dynasty = windsor_dynasty # Windsor
}