random religion and culture stuff

This commit is contained in:
trashb0at 2024-11-08 19:34:59 -05:00
parent 428343c55b
commit 4438b9fea5
20 changed files with 3181 additions and 95 deletions

View file

@ -0,0 +1,28 @@
angler = {
color = angler
created = 2100.1.1
parents = { english }
ethos = ethos_courtly
heritage = heritage_anglo_frisian
language = language_english
martial_custom = martial_custom_equal
traditions = {
tradition_fishermen
}
name_list = name_list_english
coa_gfx = { english_coa_gfx western_coa_gfx }
building_gfx = { western_building_gfx }
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
}
}

View file

@ -135,6 +135,35 @@ provencal = {
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
}
}
picard = {
color = picard
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

View file

@ -7,3 +7,13 @@
}
audio_parameter = european
}
heritage_anglo_frisian = {
type = heritage
is_shown = {
heritage_is_shown_trigger = {
HERITAGE = heritage_anglo_frisian
}
}
audio_parameter = european
}