america (culture)

This commit is contained in:
trashb0at 2025-11-15 00:45:13 -05:00
parent 150177349f
commit 3d685ff59e
5 changed files with 53 additions and 5 deletions

View file

@ -396,6 +396,9 @@ palatine = {
kuhjung = {
color = { 0.6 0.7 0.5 }
parents = { palatine old_american }
created = 2100.1.1
ethos = ethos_bellicose
heritage = heritage_central_germanic
language = language_high_german

View file

@ -0,0 +1,29 @@
old_american = { #Antediluvian American
color = { 30 52 160 }
ethos = ethos_bellicose
heritage = heritage_anglo_american
language = language_english
martial_custom = martial_custom_equal
traditions = {
tradition_swords_of_freedom
tradition_ep3_cultivated_sophistication
tradition_republican_legacy
tradition_culture_blending
tradition_parochialism
}
name_list = name_list_english #make a proper american name list later
coa_gfx = { english_coa_gfx western_coa_gfx }
building_gfx = { western_building_gfx }
clothing_gfx = { western_clothing_gfx }
unit_gfx = { western_unit_gfx }
ethnicities = { #not really meant to actually appear as an alive culture ingame so it's just kept as this rn
25 = caucasian_blond
15 = caucasian_ginger
35 = caucasian_brown_hair
25 = caucasian_dark_hair
}
}

View file

@ -109,4 +109,13 @@ heritage_romani = {
}
}
audio_parameter = european
}
heritage_anglo_american = {
type = heritage
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_anglo_american
}
}
audio_parameter = european
}