southern france things

This commit is contained in:
trashb0at 2024-11-08 15:45:14 -05:00
parent 62a3efc187
commit 3ebcfa9448
11 changed files with 562 additions and 11 deletions

View file

@ -1,10 +1,10 @@
metropolitain = {
color = french
ethos = ethos_egalitarian
ethos = ethos_courtly
heritage = heritage_french
language = language_french
martial_custom = martial_custom_male_only
martial_custom = martial_custom_equal
traditions = {
tradition_chanson_de_geste
tradition_hereditary_hierarchy
@ -30,10 +30,10 @@
normaund = {
color = normaund
ethos = ethos_egalitarian
ethos = ethos_courtly
heritage = heritage_french
language = language_french
martial_custom = martial_custom_male_only
martial_custom = martial_custom_equal
traditions = {
tradition_chanson_de_geste
tradition_hereditary_hierarchy
@ -59,10 +59,68 @@ normaund = {
bourguignon = {
color = bourguignon
ethos = ethos_egalitarian
ethos = ethos_courtly
heritage = heritage_french
language = language_french
martial_custom = martial_custom_male_only
martial_custom = martial_custom_equal
traditions = {
tradition_chanson_de_geste
tradition_hereditary_hierarchy
tradition_chivalry
tradition_brewery
}
name_list = name_list_french
coa_gfx = { french_coa_gfx frankish_group_coa_gfx western_coa_gfx }
building_gfx = { western_building_gfx }
clothing_gfx = { french_clothing_gfx western_clothing_gfx }
unit_gfx = { western_unit_gfx }
ethnicities = {
10 = caucasian_blond
5 = caucasian_ginger
45 = caucasian_brown_hair
35 = caucasian_dark_hair
}
}
axiton = {
color = axiton
ethos = ethos_courtly
heritage = heritage_french
language = language_french
martial_custom = martial_custom_equal
traditions = {
tradition_chanson_de_geste
tradition_hereditary_hierarchy
tradition_chivalry
tradition_brewery
}
name_list = name_list_french
coa_gfx = { french_coa_gfx frankish_group_coa_gfx western_coa_gfx }
building_gfx = { western_building_gfx }
clothing_gfx = { french_clothing_gfx western_clothing_gfx }
unit_gfx = { western_unit_gfx }
ethnicities = {
10 = caucasian_blond
5 = caucasian_ginger
45 = caucasian_brown_hair
35 = caucasian_dark_hair
}
}
provencal = {
color = provencal
ethos = ethos_courtly
heritage = heritage_french
language = language_french
martial_custom = martial_custom_equal
traditions = {
tradition_chanson_de_geste
tradition_hereditary_hierarchy

View file

@ -0,0 +1,29 @@
NEOW_sephardi = {
color = { 0.4 0.4 0.7 }
ethos = ethos_communal
heritage = heritage_french
language = language_ladinois
martial_custom = martial_custom_equal
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 = { western_building_gfx }
clothing_gfx = { french_clothing_gfx western_clothing_gfx }
unit_gfx = { western_unit_gfx }
ethnicities = {
10 = caucasian_blond
5 = caucasian_ginger
45 = caucasian_brown_hair
35 = caucasian_dark_hair
}
}

View file

@ -14,4 +14,21 @@
}
color = french
}
language_ladinois = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_ladinois
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_ladinois }
multiply = 10
}
}
color = sephardi
}