thracian culture added + albania loc tweeks
This commit is contained in:
parent
178fc0bcc9
commit
a670ba8f0c
10 changed files with 90 additions and 24 deletions
39
common/culture/cultures/NEOW_turkish.txt
Normal file
39
common/culture/cultures/NEOW_turkish.txt
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
thracian = {
|
||||
color = { 225 50 50 }
|
||||
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_turkish
|
||||
language = language_turkish
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_herd
|
||||
traditions = { #WIP
|
||||
tradition_warrior_culture
|
||||
#tradition_horse_lords
|
||||
tradition_swords_for_hire
|
||||
tradition_ruling_caste
|
||||
}
|
||||
|
||||
dlc_tradition = {
|
||||
trait = tradition_mpo_iron_cavalry
|
||||
requires_dlc_flag = khans_of_the_steppe
|
||||
}
|
||||
|
||||
dlc_tradition = {
|
||||
trait = tradition_devoted_horsemanship
|
||||
requires_dlc_flag = khans_of_the_steppe
|
||||
}
|
||||
|
||||
name_list = name_list_turkish
|
||||
|
||||
coa_gfx = { oghuz_coa_gfx turkic_group_coa_gfx arabic_group_coa_gfx }
|
||||
building_gfx = { byzantine_building_gfx }
|
||||
clothing_gfx = { turkic_clothing_gfx byzantine_clothing_gfx dde_abbasid_clothing_gfx mena_clothing_gfx }
|
||||
unit_gfx = { mena_unit_gfx }
|
||||
house_coa_frame = house_frame_14
|
||||
|
||||
ethnicities = {
|
||||
10 = turkic_west
|
||||
40 = arab
|
||||
50 = mediterranean_byzantine
|
||||
}
|
||||
}
|
||||
|
|
@ -136,4 +136,13 @@ heritage_indo_aryan = {
|
|||
}
|
||||
}
|
||||
audio_parameter = indian
|
||||
}
|
||||
heritage_turkish = {
|
||||
type = heritage
|
||||
is_shown = {
|
||||
heritage_is_shown_trigger = {
|
||||
HERITAGE = heritage_turkish
|
||||
}
|
||||
}
|
||||
audio_parameter = mena
|
||||
}
|
||||
|
|
@ -384,4 +384,21 @@ language_punjabi = {
|
|||
}
|
||||
|
||||
color = punjabi
|
||||
}
|
||||
language_turkish = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_turkish
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_turkish }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 225 50 50 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue