tons of work
This commit is contained in:
parent
70d85b6e89
commit
9307cfb4f4
38 changed files with 2398 additions and 221 deletions
|
|
@ -154,38 +154,6 @@ bavarian = {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
dutch = {
|
||||
color = dutch
|
||||
created = 750.1.1 # Frankish settlements in Frisia from the 6th to 8th century
|
||||
parents = { frankish frisian }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_central_germanic
|
||||
language = language_dutch
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_parochialism
|
||||
tradition_maritime_mercantilism
|
||||
tradition_polders
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
||||
german = { #obsolete
|
||||
color = { 0.5 0.5 0.5 }
|
||||
|
||||
|
|
@ -393,6 +361,36 @@ palatine = {
|
|||
}
|
||||
}
|
||||
|
||||
rhinelander = {
|
||||
color = { 0.4 0.8 0.4 }
|
||||
|
||||
ethos = ethos_courtly
|
||||
heritage = heritage_central_germanic
|
||||
language = language_high_german
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_metal_craftsmanship
|
||||
tradition_hard_working
|
||||
tradition_religious_patronage
|
||||
tradition_fervent_temple_builders
|
||||
tradition_maritime_mercantilism
|
||||
}
|
||||
|
||||
name_list = name_list_franconian
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
kuhjung = {
|
||||
color = { 0.6 0.7 0.5 }
|
||||
|
||||
|
|
@ -455,61 +453,3 @@ turkisch = {
|
|||
25 = caucasian_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
limburgisch = {
|
||||
color = { 0.7 0.3 0.1 }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_central_germanic
|
||||
language = language_dutch
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_parochialism
|
||||
tradition_maritime_mercantilism
|
||||
tradition_polders
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
||||
kleverlandish = {
|
||||
color = { 0.75 0.3 0.0 }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_central_germanic
|
||||
language = language_dutch
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_parochialism
|
||||
tradition_maritime_mercantilism
|
||||
tradition_polders
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,119 @@
|
|||
|
||||
|
||||
dutch = {
|
||||
color = dutch
|
||||
created = 750.1.1 # Frankish settlements in Frisia from the 6th to 8th century
|
||||
parents = { frankish frisian }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_dutch
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_parochialism
|
||||
tradition_maritime_mercantilism
|
||||
tradition_polders
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
||||
frisian = { #Consider this to be "old frisian", in the times of "Frankish" culture, so 760s and before.
|
||||
# Effectively, this culture isn't playable in game
|
||||
color = { 0.7 0.3 0.0 }
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_anglic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_fishermen
|
||||
tradition_zealous_people
|
||||
tradition_battlefield_looters
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
limburgisch = {
|
||||
color = { 0.7 0.3 0.1 }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_dutch
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_parochialism
|
||||
tradition_maritime_mercantilism
|
||||
tradition_polders
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
||||
kleverlandish = {
|
||||
color = { 0.75 0.3 0.0 }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_dutch
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_parochialism
|
||||
tradition_maritime_mercantilism
|
||||
tradition_polders
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
|
|
@ -288,34 +288,6 @@ english = {
|
|||
}
|
||||
}
|
||||
|
||||
frisian = { #Consider this to be "old frisian", in the times of "Frankish" culture, so 760s and before.
|
||||
# Effectively, this culture isn't playable in game
|
||||
color = { 0.7 0.3 0.0 }
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_west_germanic
|
||||
language = language_anglic
|
||||
martial_custom = martial_custom_male_only
|
||||
traditions = {
|
||||
tradition_fishermen
|
||||
tradition_zealous_people
|
||||
tradition_battlefield_looters
|
||||
}
|
||||
|
||||
name_list = name_list_dutch
|
||||
|
||||
coa_gfx = { frisian_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
|
||||
}
|
||||
}
|
||||
#anglo_saxon = {
|
||||
# color = { 0.8 0.3 0.3 }
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue