more changes

This commit is contained in:
trashb0at 2025-06-06 12:09:15 -04:00
parent 9e264e753f
commit c31fde07f2
9 changed files with 165 additions and 151 deletions

View file

@ -120,7 +120,7 @@ bavarian = {
ethos = ethos_spiritual
heritage = heritage_central_germanic
language = language_bavarian
language = language_high_german
martial_custom = martial_custom_male_only
traditions = {
tradition_zealous_people
@ -208,7 +208,7 @@ austrian = {
ethos = ethos_spiritual
heritage = heritage_central_germanic
language = language_bavarian
language = language_high_german
martial_custom = martial_custom_male_only
traditions = {
tradition_zealous_people
@ -236,7 +236,7 @@ regensburger = {
ethos = ethos_spiritual
heritage = heritage_central_germanic
language = language_bavarian
language = language_high_german
martial_custom = martial_custom_male_only
traditions = {
tradition_zealous_people

View file

@ -53,6 +53,35 @@ swiss = {
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
}
}
aleman = {
color = { 160 70 215 }
ethos = ethos_stoic
heritage = heritage_rhaeto_helvetic
language = language_rhaeto_helvetic
martial_custom = martial_custom_equal
traditions = {
tradition_parochialism
tradition_hard_working
tradition_castle_keepers
tradition_mountain_homes
}
name_list = name_list_swabian
coa_gfx = { german_group_coa_gfx western_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

View file

@ -264,22 +264,4 @@ language_lusophonic = {
}
color = { 0.4 0.4 0.8 }
}
language_bavarian = {
type = language
is_shown = {
language_is_shown_trigger = {
LANGUAGE = language_bavarian
}
}
ai_will_do = {
value = 10
if = {
limit = { has_cultural_pillar = language_bavarian }
multiply = 10
}
}
color = { 0.6 0.7 0.8 }
}