romani and brittanic flavour
This commit is contained in:
parent
e53e43f242
commit
ab388a3f67
10 changed files with 270 additions and 25 deletions
|
|
@ -45,12 +45,47 @@ vlax = {
|
|||
tradition_hard_working
|
||||
}
|
||||
|
||||
name_list = name_list_castilian
|
||||
name_list = name_list_castilian #this needs changing, make unique romani ones later
|
||||
|
||||
coa_gfx = { castilian_coa_gfx iberian_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { iberian_building_gfx }
|
||||
clothing_gfx = { iberian_christian_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { iberian_christian_unit_gfx }
|
||||
coa_gfx = { south_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { mediterranean_building_gfx }
|
||||
clothing_gfx = { byzantine_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 = mediterranean
|
||||
}
|
||||
}
|
||||
|
||||
romungro = {
|
||||
color = { 112 20 10 }
|
||||
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_romani
|
||||
language = language_romungro
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
|
||||
traditions = {
|
||||
tradition_diasporic
|
||||
tradition_culture_blending
|
||||
tradition_family_entrepreneurship
|
||||
tradition_music_theory
|
||||
}
|
||||
|
||||
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 = mediterranean
|
||||
|
|
|
|||
|
|
@ -2378,6 +2378,24 @@ language_vlax = {
|
|||
color = { 87 20 204 }
|
||||
}
|
||||
|
||||
language_romungro = { #set up parameters once all of them exist
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = language_romungro
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = language_romungro }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 87 20 204 }
|
||||
}
|
||||
|
||||
language_rhaetoromance = { #just for friulian, since they are geographically disconnected from the romantsch
|
||||
type = language
|
||||
is_shown = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue