Merge branch 'main' of https://gitlab.com/new-era-team/N3OW
This commit is contained in:
commit
58d3664a7f
11 changed files with 590 additions and 24 deletions
144
common/culture/cultures/00_brythonic.txt
Normal file
144
common/culture/cultures/00_brythonic.txt
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
pictish = {
|
||||
color = hsv { 0.58 1.00 0.72 }
|
||||
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_brythonic
|
||||
language = language_brythonic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_concubines
|
||||
tradition_poetry
|
||||
tradition_highland_warriors
|
||||
tradition_hill_dwellers
|
||||
}
|
||||
|
||||
name_list = name_list_pictish
|
||||
|
||||
coa_gfx = { scottish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
welsh = {
|
||||
color = welsh
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_brythonic
|
||||
language = language_brythonic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_poetry
|
||||
tradition_concubines
|
||||
tradition_highland_warriors
|
||||
tradition_longbow_competitions
|
||||
}
|
||||
|
||||
name_list = name_list_welsh
|
||||
|
||||
coa_gfx = { welsh_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
breton = {
|
||||
color = hsv { 0.72 0.6 0.76 }
|
||||
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_brythonic
|
||||
language = language_brythonic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_fishermen
|
||||
tradition_storytellers
|
||||
tradition_swords_for_hire
|
||||
tradition_chanson_de_geste
|
||||
}
|
||||
|
||||
name_list = name_list_breton
|
||||
|
||||
coa_gfx = { breton_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
cornish = {
|
||||
color = hsv { 0.72 0.6 0.72 }
|
||||
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_brythonic
|
||||
language = language_brythonic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_fishermen
|
||||
tradition_storytellers
|
||||
tradition_ancient_miners
|
||||
}
|
||||
|
||||
name_list = name_list_cornish
|
||||
|
||||
coa_gfx = { welsh_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
cumbrian = {
|
||||
color = hsv { 0.64 0.6 0.72 }
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_brythonic
|
||||
language = language_brythonic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_poetry
|
||||
tradition_concubines
|
||||
tradition_highland_warriors
|
||||
tradition_stalwart_defenders
|
||||
}
|
||||
|
||||
name_list = name_list_cumbrian
|
||||
|
||||
coa_gfx = { scottish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
121
common/culture/cultures/00_goidelic.txt
Normal file
121
common/culture/cultures/00_goidelic.txt
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
irish = {
|
||||
color = { 78 121 95 }
|
||||
|
||||
ethos = ethos_courtly
|
||||
heritage = heritage_goidelic
|
||||
language = language_anglo_irish
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_pastoralists
|
||||
tradition_poetry
|
||||
tradition_maritime_mercantilism
|
||||
tradition_monastic_communities
|
||||
}
|
||||
|
||||
name_list = name_list_irish
|
||||
|
||||
coa_gfx = { irish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
gaelic = {
|
||||
color = gaelic
|
||||
created = 800.1.1
|
||||
parents = { irish pictish }
|
||||
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_goidelic
|
||||
language = language_goidelic
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_fishermen
|
||||
tradition_hill_dwellers
|
||||
tradition_highland_warriors
|
||||
tradition_strong_kinship
|
||||
tradition_concubines
|
||||
}
|
||||
|
||||
name_list = name_list_gaelic
|
||||
|
||||
coa_gfx = { scottish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
high_irish = {
|
||||
color = { 64 105 65 }
|
||||
|
||||
ethos = ethos_courtly
|
||||
heritage = heritage_goidelic
|
||||
language = language_goidelic
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_pastoralists
|
||||
tradition_poetry
|
||||
tradition_maritime_mercantilism
|
||||
tradition_monastic_communities
|
||||
}
|
||||
|
||||
name_list = name_list_irish
|
||||
|
||||
coa_gfx = { irish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
firslabh = {
|
||||
color = { 81 132 112 }
|
||||
|
||||
ethos = ethos_courtly
|
||||
heritage = heritage_goidelic
|
||||
language = language_anglo_irish
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_pastoralists
|
||||
tradition_poetry
|
||||
tradition_maritime_mercantilism
|
||||
tradition_monastic_communities
|
||||
}
|
||||
|
||||
name_list = name_list_irish
|
||||
name_list = name_list_polish
|
||||
name_list = name_list_latgalian
|
||||
name_list = name_list_lithuanian
|
||||
|
||||
coa_gfx = { polish_coa_gfx baltic_group_coa_gfx west_slavic_group_coa_gfx irish_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
35 = slavic_brown_hair
|
||||
15 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
125
common/culture/cultures/00_west_germanic.txt
Normal file
125
common/culture/cultures/00_west_germanic.txt
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
english = {
|
||||
color = english
|
||||
created = 1070.1.1
|
||||
parents = { norman anglo_saxon }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_anglic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_chivalry
|
||||
tradition_castle_keepers
|
||||
tradition_longbow_competitions
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
anglo_saxon = {
|
||||
color = { 0.8 0.3 0.3 }
|
||||
created = 500.1.1
|
||||
parents = { old_saxon }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_anglic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_the_witenagemot
|
||||
tradition_city_keepers
|
||||
tradition_hird
|
||||
}
|
||||
|
||||
name_list = name_list_anglo_saxon
|
||||
|
||||
coa_gfx = { anglo_saxon_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_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
|
||||
}
|
||||
}
|
||||
|
||||
old_saxon = {
|
||||
color = { 0.5 0.1 0.1 }
|
||||
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_west_germanic
|
||||
language = language_anglic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_things
|
||||
tradition_seafaring
|
||||
tradition_hird
|
||||
}
|
||||
|
||||
dlc_tradition = {
|
||||
trait = tradition_malleable_invaders
|
||||
requires_dlc_flag = hybridize_culture
|
||||
}
|
||||
|
||||
name_list = name_list_old_saxon
|
||||
|
||||
coa_gfx = { western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { fp1_norse_clothing_gfx northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
25 = caucasian_northern_blond
|
||||
15 = caucasian_northern_ginger
|
||||
35 = caucasian_northern_brown_hair
|
||||
25 = caucasian_northern_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
scottish = {
|
||||
color = hsv{ 0.035 0.8 0.8 }
|
||||
created = 1050.1.1
|
||||
parents = { anglo_saxon cumbrian }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_scottish
|
||||
language = language_scots
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_city_keepers
|
||||
tradition_xenophilic
|
||||
tradition_strong_kinship
|
||||
}
|
||||
|
||||
name_list = name_list_scottish
|
||||
|
||||
coa_gfx = { scottish_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
|
||||
}
|
||||
}
|
||||
|
|
@ -166,4 +166,34 @@ souflander = {
|
|||
2 = arab
|
||||
2 = african
|
||||
}
|
||||
}
|
||||
|
||||
norner = {
|
||||
color = { 0.9 0.56 0.1 }
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_anglo_frisian
|
||||
language = language_english
|
||||
martial_custom = martial_custom_equal
|
||||
traditions = {
|
||||
tradition_upland_skirmishing
|
||||
tradition_longbow_competitions
|
||||
tradition_modest
|
||||
tradition_hard_working
|
||||
}
|
||||
|
||||
name_list = name_list_english
|
||||
name_list = name_list_irish
|
||||
|
||||
coa_gfx = { irish_coa_gfx english_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
|
||||
ethnicities = {
|
||||
5 = caucasian_blond
|
||||
30 = caucasian_ginger
|
||||
35 = caucasian_brown_hair
|
||||
30 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
|
@ -68,4 +68,40 @@ language_brittannic = {
|
|||
}
|
||||
|
||||
color = { 134 53 72 }
|
||||
}
|
||||
}
|
||||
|
||||
language_scots = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_scots
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_scots }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = hsv{ 0.035 0.8 0.8 }
|
||||
}
|
||||
|
||||
language_anglo_irish = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_gaelic
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_anglo_irish }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 78 121 95 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue