language stuff and 1066 buildings
This commit is contained in:
parent
3f72f5943a
commit
767aadbe14
6 changed files with 958 additions and 5 deletions
101
common/culture/cultures/00_baltic.txt
Normal file
101
common/culture/cultures/00_baltic.txt
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
latgalian = {
|
||||
color = { 0.5 0.5 0.1 }
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_baltic
|
||||
language = NEOW_language_latvian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_forest_wardens
|
||||
tradition_sacred_groves
|
||||
}
|
||||
|
||||
dlc_tradition = {
|
||||
trait = tradition_staunch_traditionalists
|
||||
requires_dlc_flag = hybridize_culture
|
||||
}
|
||||
|
||||
name_list = name_list_latgalian
|
||||
|
||||
coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { northern_unit_gfx }
|
||||
house_coa_frame = house_frame_21
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 1.0 1.0 }
|
||||
|
||||
ethnicities = {
|
||||
80 = caucasian_northern_blond
|
||||
15 = caucasian_northern_ginger
|
||||
3 = caucasian_northern_brown_hair
|
||||
2 = caucasian_northern_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
lithuanian = {
|
||||
color = lithuanian
|
||||
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_baltic
|
||||
language = NEOW_language_lithuanian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_sacred_groves
|
||||
tradition_hit_and_run
|
||||
tradition_zealous_people
|
||||
tradition_forest_wardens
|
||||
}
|
||||
|
||||
name_list = name_list_lithuanian
|
||||
|
||||
coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { northern_unit_gfx }
|
||||
house_coa_frame = house_frame_21
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 1.0 1.0 }
|
||||
|
||||
ethnicities = {
|
||||
80 = caucasian_northern_blond
|
||||
15 = caucasian_northern_ginger
|
||||
3 = caucasian_northern_brown_hair
|
||||
2 = caucasian_northern_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
prussian = {
|
||||
color = { 0.56 0.55 0.4 }
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_baltic
|
||||
language = language_baltic
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_sacred_groves
|
||||
tradition_equitable
|
||||
tradition_forest_wardens
|
||||
tradition_welcoming
|
||||
}
|
||||
|
||||
name_list = name_list_prussian
|
||||
|
||||
coa_gfx = { baltic_group_coa_gfx steppe_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { northern_clothing_gfx }
|
||||
unit_gfx = { northern_unit_gfx }
|
||||
house_coa_frame = house_frame_21
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 1.0 1.0 }
|
||||
|
||||
ethnicities = {
|
||||
80 = caucasian_northern_blond
|
||||
15 = caucasian_northern_ginger
|
||||
3 = caucasian_northern_brown_hair
|
||||
2 = caucasian_northern_dark_hair
|
||||
}
|
||||
}
|
||||
|
|
@ -34,6 +34,50 @@ language_frisian = {
|
|||
color = { 229 168 45 }
|
||||
}
|
||||
|
||||
NEOW_language_latvian = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = NEOW_language_latvian
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
baltic_group_language_param = yes
|
||||
west_slavic__group_language_param = yes
|
||||
latin_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = NEOW_language_latvian }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 0.5 0.5 0.1 }
|
||||
}
|
||||
NEOW_language_lithuanian = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = NEOW_language_lithuanian
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
baltic_group_language_param = yes
|
||||
west_slavic__group_language_param = yes
|
||||
latin_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = NEOW_language_lithuanian }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = lithuanian
|
||||
}
|
||||
language_sarphatique = {
|
||||
type = language
|
||||
is_shown = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue