some flavor stuff fixes to cultures, added cultures and other minor stuff
This commit is contained in:
parent
eab34db6e7
commit
e5bb213c3c
12 changed files with 715 additions and 399 deletions
75
common/culture/cultures/NEOW_hungarian.txt
Normal file
75
common/culture/cultures/NEOW_hungarian.txt
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
hungarian = {
|
||||
color = hungarian
|
||||
created = 1000.1.1
|
||||
parents = { mogyer }
|
||||
|
||||
name_order_convention = dynasty_always_first
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_magyar
|
||||
language = language_magyar
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_hussar
|
||||
tradition_zealous_people
|
||||
}
|
||||
|
||||
name_list = name_list_hungarian
|
||||
|
||||
coa_gfx = { magyar_group_coa_gfx ugro_permian_group_coa_gfx steppe_coa_gfx }
|
||||
coa_gfx = { western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
# 10 = caucasian_blond
|
||||
# 5 = caucasian_ginger
|
||||
25 = caucasian_brown_hair
|
||||
25 = caucasian_dark_hair
|
||||
25 = turkic
|
||||
25 = turkic_west
|
||||
}
|
||||
}
|
||||
|
||||
szeklers = {
|
||||
color = hungarian
|
||||
created = 1100.1.1
|
||||
parents = { hungarian }
|
||||
|
||||
name_order_convention = dynasty_always_first
|
||||
ethos = ethos_bellicose
|
||||
heritage = heritage_magyar
|
||||
language = language_magyar
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_mountain_homes
|
||||
tradition_hussar
|
||||
tradition_zealous_people
|
||||
}
|
||||
|
||||
name_list = name_list_hungarian
|
||||
|
||||
coa_gfx = { magyar_group_coa_gfx ugro_permian_group_coa_gfx steppe_coa_gfx }
|
||||
coa_gfx = { western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
# 10 = caucasian_blond
|
||||
# 5 = caucasian_ginger
|
||||
25 = caucasian_brown_hair
|
||||
25 = caucasian_dark_hair
|
||||
25 = turkic
|
||||
25 = turkic_west
|
||||
}
|
||||
}
|
||||
|
|
@ -37,6 +37,47 @@
|
|||
50 = mediterranean_byzantine
|
||||
}
|
||||
}
|
||||
|
||||
rumeli = {
|
||||
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_NEOW_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
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_gagauz = {
|
||||
color = { 210 60 50 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue