Esperanto
This commit is contained in:
parent
290c7692a9
commit
5a9636b3ef
8 changed files with 121 additions and 58 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_balto_finnic
|
||||
language = language_finnic
|
||||
language = NEOW_language_finnic
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
|
|
|
|||
44
common/culture/cultures/NEOW_esperantist.txt
Normal file
44
common/culture/cultures/NEOW_esperantist.txt
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
NEOW_esperantisto = {
|
||||
color = { 0 150 0 }
|
||||
|
||||
ethos = ethos_egalitarian
|
||||
heritage = heritage_esperantisto
|
||||
language = NEOW_language_esperanto
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
|
||||
traditions = {
|
||||
tradition_astute_diplomats
|
||||
tradition_esteemed_hospitality
|
||||
tradition_welcoming
|
||||
tradition_philosopher_culture
|
||||
tradition_diasporic
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_finnish
|
||||
|
||||
coa_gfx = { french_coa_gfx frankish_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { french_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { western_unit_gfx }
|
||||
house_coa_frame = house_frame_5
|
||||
|
||||
ethnicities = {
|
||||
20 = circumpolar_dark_hair
|
||||
20 = circumpolar_blonde_hair
|
||||
10 = circumpolar_brown_hair
|
||||
10 = caucasian_blond
|
||||
10 = caucasian_ginger
|
||||
5 = caucasian_brown_hair
|
||||
5 = caucasian_dark_hair
|
||||
5 = slavic_blond
|
||||
5 = slavic_brown_hair
|
||||
5 = slavic_dark_hair
|
||||
1 = arab
|
||||
1 = african
|
||||
1 = mediterranean
|
||||
1 = asian
|
||||
1 = south_indian
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -237,4 +237,14 @@ heritage_northeast_caucasian = {
|
|||
}
|
||||
}
|
||||
audio_parameter = european
|
||||
}
|
||||
|
||||
heritage_esperantisto = {
|
||||
type = heritage
|
||||
is_shown = {
|
||||
heritage_is_shown_trigger = {
|
||||
HERITAGE = heritage_esperantisto
|
||||
}
|
||||
}
|
||||
audio_parameter = european
|
||||
}
|
||||
|
|
@ -751,6 +751,37 @@ NEOW_language_new_yiddish = {
|
|||
|
||||
color = { 204 54 40 }
|
||||
}
|
||||
|
||||
NEOW_language_esperanto = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = NEOW_language_esperanto
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
french_group_language_param = yes
|
||||
lausatian_group_language_param = yes
|
||||
west_hispanic_group_language_param = yes
|
||||
middle_hispanic_group_language_param = yes
|
||||
east_hispanic_group_language_param = yes
|
||||
gallo_italian_group_language_param = yes
|
||||
italo_dalmatian_group_language_param = yes
|
||||
daco_romanian_group_language_param = yes
|
||||
finnic_group_language_param = yes
|
||||
latin_sprachbund_language_param = yes
|
||||
greek_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = NEOW_language_esperanto }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = irish
|
||||
}
|
||||
NEOW_language_new_hebrew = {
|
||||
type = language
|
||||
is_shown = {
|
||||
|
|
@ -2840,6 +2871,7 @@ NEOW_language_vilamovian = {
|
|||
high_german_group_language_param = yes
|
||||
low_franconian_group_language_param = yes
|
||||
west_slavic_group_language_param = yes
|
||||
latin_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
|
|
@ -2850,4 +2882,28 @@ NEOW_language_vilamovian = {
|
|||
}
|
||||
|
||||
color = { 204 54 40 }
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_language_finnic = {
|
||||
type = language
|
||||
is_shown = {
|
||||
language_is_shown_trigger = {
|
||||
LANGUAGE = NEOW_language_finnic
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
finnic_group_language_param = yes
|
||||
latin_sprachbund_language_param = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
value = 10
|
||||
if = {
|
||||
limit = { has_cultural_pillar = NEOW_language_finnic }
|
||||
multiply = 10
|
||||
}
|
||||
}
|
||||
|
||||
color = { 204 54 40 }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue