bavaria setup stuff
This commit is contained in:
parent
7828cb49ac
commit
9e264e753f
12 changed files with 213 additions and 106 deletions
|
|
@ -116,11 +116,11 @@ rottisch = {
|
|||
|
||||
|
||||
bavarian = {
|
||||
color = { 0.3 0.30 0.35 }
|
||||
color = { 0.55 0.55 0.55 }
|
||||
|
||||
ethos = ethos_spiritual
|
||||
heritage = heritage_central_germanic
|
||||
language = language_high_german
|
||||
language = language_bavarian
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_zealous_people
|
||||
|
|
@ -202,3 +202,59 @@ german = { #obsolete
|
|||
25 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
austrian = {
|
||||
color = { 0.6 0.6 0.6 }
|
||||
|
||||
ethos = ethos_spiritual
|
||||
heritage = heritage_central_germanic
|
||||
language = language_bavarian
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_zealous_people
|
||||
tradition_stand_and_fight
|
||||
tradition_hereditary_hierarchy
|
||||
}
|
||||
|
||||
name_list = name_list_bavarian
|
||||
|
||||
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
|
||||
35 = caucasian_brown_hair
|
||||
25 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
regensburger = {
|
||||
color = { 0.35 0.35 0.35 }
|
||||
|
||||
ethos = ethos_spiritual
|
||||
heritage = heritage_central_germanic
|
||||
language = language_bavarian
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_zealous_people
|
||||
tradition_stand_and_fight
|
||||
tradition_hereditary_hierarchy
|
||||
}
|
||||
|
||||
name_list = name_list_bavarian
|
||||
|
||||
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
|
||||
35 = caucasian_brown_hair
|
||||
25 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
|
@ -264,4 +264,22 @@ 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 }
|
||||
}
|
||||
|
|
@ -1010,7 +1010,7 @@
|
|||
}
|
||||
}
|
||||
teutonic = {
|
||||
color = { 211 188 110 }
|
||||
color = { 211 214 208 }
|
||||
icon = NEOW_teutonic
|
||||
|
||||
religious_head = k_papal_state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue