Merge branch 'main' of https://gitlab.com/new-era-team/N3OW
This commit is contained in:
commit
5af9907d81
43 changed files with 2365 additions and 953 deletions
|
|
@ -1050,90 +1050,6 @@ holy_site_great_mosque_of_mecca_01 = {
|
|||
flag = travel_point_of_interest_religious
|
||||
}
|
||||
|
||||
##########
|
||||
# Great Mosque of Cordoba
|
||||
##########
|
||||
|
||||
holy_site_great_mosque_of_cordoba_01 = {
|
||||
effect_desc = {
|
||||
triggered_desc = {
|
||||
trigger = { has_dlc_feature = legends_of_the_dead }
|
||||
desc = building_funeral_effect_desc
|
||||
}
|
||||
}
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "monument_mezquita_de_cordoba_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_great_mosque_of_cordoba.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
is_enabled = {
|
||||
custom_description = {
|
||||
text = holy_site_muslim_christian_or_holy_site_trigger
|
||||
OR = {
|
||||
scope:holder = {
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
scope:holder = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
}
|
||||
custom_description = {
|
||||
text = holy_site_building_trigger
|
||||
barony = {
|
||||
is_holy_site_of = scope:holder.faith
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
character_modifier = {
|
||||
different_culture_opinion = 5
|
||||
character_capital_county_monthly_development_growth_add = 0.2
|
||||
monthly_piety = 0.5
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
tax_mult = 0.15
|
||||
levy_size = 0.15
|
||||
development_growth_factor = 0.2
|
||||
development_growth = 0.15
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
#Regular Mandala Boon
|
||||
mandala_built_piety_duchy_building_t3_effect = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
ai_pious_building_preference_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_religious
|
||||
}
|
||||
|
||||
##########
|
||||
# Great Mosque of Djenne
|
||||
##########
|
||||
|
|
@ -4663,383 +4579,6 @@ danevirke_01 = {
|
|||
flag = travel_point_of_interest_martial_minor
|
||||
}
|
||||
|
||||
##########
|
||||
# Roman Walls of Lugo
|
||||
##########
|
||||
|
||||
roman_wall_of_lugo_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_roman_wall_of_lugo_01_a_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "lugo_walls.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
cost_gold = 300
|
||||
|
||||
character_modifier = {
|
||||
learning = 1
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
}
|
||||
|
||||
county_holder_character_modifier = {
|
||||
learning = 1
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 1
|
||||
garrison_size = 0.1
|
||||
fort_level = 1
|
||||
travel_danger = -10
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
|
||||
##########
|
||||
# Rock of Gibraltar
|
||||
##########
|
||||
|
||||
rock_of_gibraltar_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_rock_of_gibraltar_01_a_mesh"
|
||||
}
|
||||
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "gibraltar.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
cost_gold = 300
|
||||
|
||||
character_modifier = {
|
||||
stewardship = 1
|
||||
diplomatic_range_mult = 0.2
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
fort_level = 1
|
||||
defender_holding_advantage = normal_building_advantage_tier_1
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = 0.1
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_natural_feature
|
||||
flag = is_mountain
|
||||
}
|
||||
|
||||
##########
|
||||
# Aljaferia Palace
|
||||
##########
|
||||
|
||||
aljaferia_palace_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_aljaferia_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "aljaferia.dds"
|
||||
|
||||
can_construct = {
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_hoardings
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
character_modifier = {
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
diplomacy_per_prestige_level = 1
|
||||
}
|
||||
max_garrison = good_building_max_garrison_tier_2
|
||||
province_modifier = {
|
||||
defender_holding_advantage = normal_building_advantage_tier_3
|
||||
fort_level = good_building_fort_level_tier_2
|
||||
stationed_maa_damage_mult = normal_maa_damage_tier_2
|
||||
stationed_maa_toughness_mult = normal_maa_toughness_tier_2
|
||||
stationed_siege_weapon_siege_value_mult = normal_maa_siege_value_tier_2
|
||||
travel_danger = -20
|
||||
}
|
||||
county_modifier = {
|
||||
tax_mult = 0.05
|
||||
monthly_county_control_growth_add = 0.5
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
culture_likely_to_fortify_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
|
||||
##########
|
||||
# Tower of Hercules
|
||||
##########
|
||||
|
||||
tower_of_hercules_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_tower_of_hercules_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "hercules.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
cost_gold = 300
|
||||
|
||||
character_modifier = {
|
||||
naval_movement_speed_mult = 0.25
|
||||
embarkation_cost_mult = -0.25
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 1
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_learning
|
||||
}
|
||||
|
||||
##########
|
||||
# City Walls of Toledo
|
||||
##########
|
||||
|
||||
city_wall_of_toledo_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_toledo_city_walls_01_a_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "toledo.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
county_modifier = {
|
||||
defender_holding_advantage = 5
|
||||
development_growth_factor = 0.1
|
||||
development_growth = 0.3
|
||||
tax_mult = 0.1
|
||||
hostile_raid_time = 0.5
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
garrison_size = 0.25
|
||||
fort_level = 2
|
||||
travel_danger = -20
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
culture_likely_to_fortify_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
|
||||
##########
|
||||
# Alcazar de Segovia
|
||||
##########
|
||||
|
||||
alcazar_of_segovia_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_alcazar_de_segovia_01_a_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "alcazar_segovia.dds"
|
||||
|
||||
can_construct = {
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_hoardings
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
character_modifier = {
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
martial_per_prestige_level = 1
|
||||
}
|
||||
max_garrison = good_building_max_garrison_tier_2
|
||||
province_modifier = {
|
||||
defender_holding_advantage = normal_building_advantage_tier_3
|
||||
fort_level = good_building_fort_level_tier_2
|
||||
stationed_maa_damage_mult = normal_maa_damage_tier_2
|
||||
stationed_maa_toughness_mult = normal_maa_toughness_tier_2
|
||||
stationed_siege_weapon_siege_value_mult = normal_maa_siege_value_tier_2
|
||||
travel_danger = -20
|
||||
}
|
||||
county_modifier = {
|
||||
tax_mult = 0.05
|
||||
monthly_county_control_growth_add = 0.5
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
culture_likely_to_fortify_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
|
||||
##########
|
||||
# The Santiago de Compostela Archcathedral Basilica
|
||||
##########
|
||||
|
||||
holy_site_basilica_santiago_01 = {
|
||||
|
||||
asset = {
|
||||
type = pdxmesh
|
||||
name = "fp2_building_special_basilica_santiago_mesh"
|
||||
}
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "compostela.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
is_enabled = {
|
||||
custom_description = {
|
||||
text = holy_site_muslim_christian_or_holy_site_trigger
|
||||
OR = {
|
||||
scope:holder = {
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
scope:holder = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
}
|
||||
custom_description = {
|
||||
text = holy_site_building_trigger
|
||||
barony = {
|
||||
is_holy_site_of = scope:holder.faith
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
character_modifier = {
|
||||
monthly_piety = 0.25
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
holy_order_hire_cost_mult = -0.15
|
||||
clergy_opinion = 5
|
||||
learn_language_scheme_phase_duration_add = medium_scheme_phase_duration_bonus_value
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
tax_mult = 0.3
|
||||
development_growth_factor = 0.2
|
||||
development_growth = 0.2
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
#Regular Mandala Boon
|
||||
mandala_built_piety_duchy_building_t3_effect = yes
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
ai_pious_building_preference_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_religious
|
||||
}
|
||||
|
||||
##########
|
||||
# Sancutary of Imam Reza
|
||||
##########
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -10,7 +10,7 @@ alba_female = { Alba }
|
|||
albana_female = { Aubano }
|
||||
alberta_female = { Alberdina Alberta Alberte Albertino_female }
|
||||
alexandra_female = { Ailexsaindrai Alessandrino_female Alessandro_female Alexandra Allyksanddra Alyksanddra Sandra Sandrine Sandrino_female Sandy }
|
||||
alexia_female = { Alessio_female }
|
||||
alexia_female = { Al_e_grv_xia Alessio_female }
|
||||
alfhild_female = { Vilde }
|
||||
alice_female = { Ailice Al_i_act_cia Alice Alicia Alis Alixe Allycy Alycy Alysy }
|
||||
alina_female = { Aliena Alina Alino }
|
||||
|
|
@ -28,40 +28,43 @@ angela_female = { _A_grv_ngela Aela Aelia Aelig Ang_e_grv_lo_female Angela Angel
|
|||
angeles_female = { _A_grv_ngels }
|
||||
angelica_female = { Angelica Angelico_female Angelika Angelique Lieke }
|
||||
anna_female = { Aina Ainne Ana Ana_i_uml_s Ane Aneto Anette Anita Anja Anke Ann Anna Annaig Anne Anneke Anneken Annette Anni Annica Annick Annicka Annie Annigje Annika Anniken Anny Ano Anouk Antje Hanna Hannah Hanne Naig }
|
||||
annabella_female = { Annabell }
|
||||
annabella_female = { Annabel Annabell }
|
||||
annacatherine_female = { Anna-Karin }
|
||||
annacharlotte_female = { Ann-Charlotte }
|
||||
annachristina_female = { Anna-Stina Ann-Christin Annki }
|
||||
annaclara_female = { Ano-Claro }
|
||||
annahelena_female = { Anna-Lena }
|
||||
annaeleonora_female = { Hannelore }
|
||||
annaelizabeth_female = { Anna_spc_Isabel }
|
||||
annalaura_female = { Ano-Lauro }
|
||||
annalisa_female = { Anneli Anneliese Annelise Ano-Liso }
|
||||
annamargaret_female = { Annegret Anne-Gret Anne-Margrete Anne-Mette }
|
||||
annamaria_female = { Amei Anna_spc_Maria Anna-Vari Annemarie Anne-Marie Annemie Annemieke Ann-Marie Ano-Mar_i_grv_o }
|
||||
annasophia_female = { Ano-Souf_i_grv_o }
|
||||
antonia_female = { Ant_o_grv_nia Antoinette Antonetta Antonia Antouneto Antoynytty T_o_grv_nio_female Teuntje Tounieto }
|
||||
antonia_female = { Ant_o_grv_nia Antoinette Antonetta Antonia Antonieta Antouneto Antoynytty T_o_grv_nio_female Teuntje Tounieto }
|
||||
aphrodite_female = { Affrhodyty }
|
||||
apollonia_female = { Lone Poul_o_grv_nio }
|
||||
ariadne_female = { Ariadna }
|
||||
april_female = { Abri_e_act_u Abril }
|
||||
aranzazu_female = { Arantxa }
|
||||
ariadne_female = { Ariadna Ariana }
|
||||
arlette_female = { Arleto }
|
||||
astrid_female = { Asta Astri Astrid }
|
||||
astrid_female = { _A_grv_strid Asta Astri Astrid }
|
||||
auda_female = { Aude }
|
||||
audrey_female = { Audr_e_act_ }
|
||||
augusta_female = { Auguste_female }
|
||||
augustina_female = { Agustino_female Augustina }
|
||||
aurelia_female = { Aur_e_act_lie Aur_e_grv_lia Aurel_i_grv_o_female Aurelia }
|
||||
aurora_female = { Auroro }
|
||||
april_female = { Abri_e_act_u }
|
||||
asa_female = { _A_rng_sa _A_rng_se }
|
||||
ashleigh_female = { Aishlei Ashlly Ashly }
|
||||
asma_female = { Asma }
|
||||
assumption_female = { Assumpci_o_act_ }
|
||||
aveline_female = { Awyllyny Awylyny }
|
||||
baptista_female = { Batistino }
|
||||
barbara_female = { B_a_uml_rbl Barbara Barbo_female Barbro }
|
||||
barbara_female = { B_a_grv_rbara B_a_uml_rbl Barbara Barbo_female Barbro }
|
||||
beata_female = { Beata Beate }
|
||||
beatrice_female = { Beaitrice Beatrice Beatris Byatrhyks Byatrycy Byatrysy }
|
||||
beatrice_female = { Beaitrice Beatrice Beatris Beatriu Byatrhyks Byatrycy Byatrysy }
|
||||
belen_female = { Betlem }
|
||||
benedicta_female = { Benedikta Benedito_female Bente }
|
||||
berengaria_female = { Berenguiero }
|
||||
berenice_female = { Bereni_c_ced_o }
|
||||
|
|
@ -81,8 +84,8 @@ carla_female = { Carla Carleno_female Carola Carole Carolo_female }
|
|||
carmen_female = { Carme Carmella Carmen Carmina }
|
||||
carolina_female = { Carolina Caroline Caroulino Karolina Karoline }
|
||||
cassandra_female = { Cassandro Kasyy }
|
||||
catherine_female = { Cafyryny Caiterine Caitlin Carin Carina Catarino Catharina Cathyrhyny Cati Catyy Caytllyn K_a_uml_the Kafyryny Kaiterine Kaitrin Kajsa Karen Kari Karin Karina Karine Karyn Katarina Katell Katharina Katherina Katja Katrin Katrina Katrine Katy Kaytlyn Nienke Trijntje Trine }
|
||||
cecilia_female = { Cecilia Ceciliai Cecilie Cecilo Cilly Cycyllya Cycylya Sheila Silje Silke Sille Sisse Sissel Sysylya }
|
||||
catherine_female = { Cafyryny Caiterine Caitlin Carin Carina Catarino Caterina Catharina Cathyrhyny Cati Catyy Caytllyn K_a_uml_the Kafyryny Kaiterine Kaitrin Kajsa Karen Kari Karin Karina Karine Karyn Katarina Katell Katharina Katherina Katja Katrin Katrina Katrine Katy Kaytlyn Nienke Trijntje Trine }
|
||||
cecilia_female = { Cec_i_act_lia Cecilia Ceciliai Cecilie Cecilo Cilly Cycyllya Cycylya Sheila Silje Silke Sille Sisse Sissel Sysylya }
|
||||
celestina_female = { Celestino_female Celesto_female }
|
||||
celia_female = { C_e_grv_lia Celi_a_grv_ }
|
||||
celine_female = { C_e_act_line Celina Celino Selina Sylyna }
|
||||
|
|
@ -97,7 +100,7 @@ claire_female = { Clara Clarha Clarisso Claro_female Klara Sklaerenn }
|
|||
claudia_female = { Cl_a_grv_udia Claudia Glaudeto Glaudino Glaudo_female Gwladdys Klaoda Klaodina }
|
||||
clementia_female = { Clem_e_grv_nci Clem_e_grv_ncia Clementia Clementino_female Clymyntyny }
|
||||
clorinda_female = { Clorinda Clorinde Clourindo }
|
||||
clotilda_female = { Cloutido }
|
||||
clotilda_female = { Clotilde Cloutido }
|
||||
colette_female = { Colette Coul_e_grv_to }
|
||||
concepcion_female = { Concepci_o_act_ Conxita }
|
||||
constance_female = { Constaince Constancy Constanze Coustan_c_ced_o Konstanse }
|
||||
|
|
@ -138,6 +141,7 @@ enid_female = { Enydd }
|
|||
erika_female = { Erika }
|
||||
ermengarde_female = { Irmgard Irmingard }
|
||||
ernesta_female = { Erna Ernestino }
|
||||
esmeralda_female = { Esmeralda Maragda }
|
||||
esther_female = { Esfyrh Est_e_grv_r Ester Esther }
|
||||
eugenia_female = { _E_act_ug_e_grv_nio Eug_e_grv_nia }
|
||||
eulalia_female = { _E_act_ul_a_grv_lio Eul_a_grv_lia Laia }
|
||||
|
|
@ -150,7 +154,7 @@ faith_female = { Fayf }
|
|||
farah_female = { Farah Ffarrah }
|
||||
farida_female = { Farida }
|
||||
fatiha_female = { Fatiha }
|
||||
fatima_female = { Fatima Fatma Ffatymah }
|
||||
fatima_female = { F_a_grv_tima Fatima Fatma Ffatymah }
|
||||
fatina_female = { Fatine }
|
||||
faustina_female = { Faustino_female }
|
||||
fawzia_female = { Fawzia }
|
||||
|
|
@ -159,7 +163,7 @@ felicity_female = { Felicita }
|
|||
ferdinanda_female = { Fernando_female }
|
||||
fiona_female = { Ffyon Fiona }
|
||||
flavia_female = { Fl_a_grv_vio_female Flavia }
|
||||
flora_female = { Fflyurh Fleur Floor Floro Flour Flourino }
|
||||
flora_female = { Fflyurh Fleur Floor Flora Floro Flors Flour Flourino }
|
||||
florence_female = { Florence Flour_e_grv_n_c_ced_o }
|
||||
floriana_female = { Flouriano }
|
||||
france_female = { Fran_c_ced_o_female }
|
||||
|
|
@ -169,9 +173,9 @@ freya_female = { Freja }
|
|||
frida_female = { Frida }
|
||||
gabriela_female = { Gabriele Gabriella Gabrielo_female }
|
||||
gael_female = { Ga_e_grv_lo Ga_e_uml_lle }
|
||||
gemma_female = { Gemma Gemmai Gymma }
|
||||
gemma_female = { Gema Gemma Gemmai Gymma }
|
||||
genevieve_female = { Genevivo Gineto }
|
||||
georgia_female = { Georgia Georgina Gyorhgya Jourgeto }
|
||||
georgia_female = { Georgia Georgina Gyorhgya Jordina Jourgeto }
|
||||
geralda_female = { Geraldino_female Gyrhalddyny }
|
||||
gerarda_female = { Gerarda Gerdina Gerit_female Gerrit_female Gerritdina Gerritje }
|
||||
germana_female = { Germano_female }
|
||||
|
|
@ -214,7 +218,7 @@ ingeborg_female = { Ingebj_o_stk_rg Ingeborg }
|
|||
ingegerd_female = { Ingegerd Ingela }
|
||||
ingrid_female = { _I_act_ngrid Inger Ingrid Ingrido }
|
||||
igraine_female = { Igrayny }
|
||||
irene_female = { Eirin Ioryny Iren Irene Ireno_female Irhyny }
|
||||
irene_female = { Eirin Ioryny Iren Irene Ireno_female Irhyny Irina }
|
||||
irma_female = { Irm_a_grv_ }
|
||||
isabella_female = { Eisabello Iosabyll Iosabylla Iosabylly Isa_female Isabel Isabell Isabella Isabelle Isabyl Isabylla Isabylly Isaibel Isaibellai Isaibelle Izabel Ysbayl }
|
||||
iseult_female = { Ioswlldy Is_e_grv_ut Isolde Iswlddy Isyult Yseult }
|
||||
|
|
@ -225,7 +229,7 @@ jahan_female = { Jihane }
|
|||
jennifer_female = { Gueni_e_grv_vro Guynyvyry Guynywyrhy Gwynhwyffar Jennie Jennifer Jenny Jennyfer }
|
||||
jessica_female = { Jessic_a_grv_ Jessica Jessicai Jessie Jessika Jyssyca Jyssyka Jyssyy }
|
||||
joachima_female = { Joaquima }
|
||||
joan_female = { Chanig Hanneke Jaine Janed Janedig Janeto_female Janine Janna Janneke Jannetje Janni Jannicke Jannie Jannigje Janny Jano_female Jansje Jantina Jantje Jany Jeanette Jeanne Jeannette Jeannick Joain Joainnai Joan Joana Joanna Joanny Johanna Johanne Johanny Jonna Jwan Jyan Sywan Yanna }
|
||||
joan_female = { Chanig Hanneke Jaine Janed Janedig Janet Janeto_female Janine Janna Janneke Jannetje Janni Jannicke Jannie Jannigje Janny Jano_female Jansje Jantina Jantje Jany Jeanette Jeanne Jeannette Jeannick Joain Joainnai Joan Joana Joanna Joanny Johanna Johanne Johanny Jonna Jwan Jyan Sywan Yanna }
|
||||
joanamaria_female = { Jano-Mar_i_grv_o }
|
||||
jocelyn_female = { Joucelino_female }
|
||||
joelle_female = { Jo_e_uml_lle Jouelo_female }
|
||||
|
|
@ -260,7 +264,7 @@ lorraine_female = { Laiuren Laurhyn Lauryn Llauryn Lorena Lorhrhayny Lourreno }
|
|||
louise_female = { Aloisia Lizig Llu_i_uml_sa Lo_i_uml_za Loeiza Lou_i_uml_so_female Lou_i_uml_sono Louisa Louise Lova Lovisa Lowysy Ludwiga Luisa Luise Lwuysy Zaig }
|
||||
lourdes_female = { Lourdes }
|
||||
lubna_female = { Lobna }
|
||||
lucia_female = { L_u_grv_ci Llucy Luci Lucia Lucya Lusy Lusya }
|
||||
lucia_female = { L_u_grv_ci Llucia Llucy Luci Lucia Lucya Lusy Lusya }
|
||||
luciana_female = { Luciano_female }
|
||||
lucrezia_female = { Lucr_e_grv__c_ced_o }
|
||||
ludivina_female = { Ludivino }
|
||||
|
|
@ -277,17 +281,20 @@ maria_female = { M_a_grv_riam M_i_act_riam Maaike Mairi Maj Maja Majken Manon Ma
|
|||
mariaangel_female = { Mar_i_grv_o-Ange }
|
||||
mariaangeles_female = { Maria_spc__A_grv_ngels }
|
||||
mariaanna_female = { Mar_i_grv_o-Ano Maria_spc_Anna Mariannick Marie-Annick Maryannick Rianne }
|
||||
mariaantonia_female = { Mar_i_grv_o-Antouneto }
|
||||
mariaantonia_female = { Mar_i_grv_o-Antouneto Maria_spc_Antonieta }
|
||||
mariaassumpcion_female = { Maria_spc_Assumpci_o_act_ }
|
||||
mariablanca_female = { Maria_spc_Blanca }
|
||||
mariabrigitta_female = { Majbritt Maj-Britt }
|
||||
mariacarmen_female = { Maria_spc_Carme }
|
||||
mariacatherine_female = { Mar_i_grv_o-Catarino }
|
||||
mariacharlotte_female = { Marie_spc_Charlotte }
|
||||
mariachristina_female = { Mar_i_grv_o-Crestino Maria-Kristina }
|
||||
mariachristina_female = { Mar_i_grv_o-Crestino Maria_spc_Cristina Maria-Kristina }
|
||||
mariacinta_female = { Maria_spc_Cinta }
|
||||
mariaclara_female = { Mar_i_grv_o-Claro Marie-Claire }
|
||||
mariaclaudia_female = { Mar_i_grv_o-Glaudo }
|
||||
mariadolores_female = { Maria_spc_Dolors }
|
||||
mariadominica_female = { Mar_i_grv_o-Doumenico }
|
||||
mariaelizabeth_female = { Marlies Marlis }
|
||||
mariaelizabeth_female = { Maria_spc_Elisabet Marlies Marlis }
|
||||
mariaeugenia_female = { Maria_spc_Eug_e_grv_nia }
|
||||
mariafrance_female = { Mar_i_grv_o-Fran_c_ced_o Marie-France }
|
||||
mariafrancesca_female = { Mar_i_grv_o-Franceso }
|
||||
|
|
@ -300,15 +307,18 @@ mariajosepha_female = { Maria_spc_Josefa Maria_spc_Josepa }
|
|||
marialaura_female = { Mar_i_grv_o-Lauro }
|
||||
marialouisa_female = { Malou Mar_i_grv_o-Louiso Maria_spc_Llu_i_uml_sa Marie-Louise Marie-Luise Mari-Loeiza Marloes Milou }
|
||||
mariamagdalena_female = { Mar_i_grv_o-Madaleno Maria_spc_Magdalena }
|
||||
mariamar_female = { Maria_spc_Mar }
|
||||
mariamercedes_female = { Maria_spc_Merc_e_grv_ }
|
||||
marianne_female = { Mariana Mariann Marianne Mariano_female Marjan }
|
||||
marianoela_female = { Mar_i_grv_o-Nouelo }
|
||||
mariaodila_female = { Mar_i_grv_o-Oudilo }
|
||||
mariapaula_female = { Mar_i_grv_o-Paulo Maria_spc_Pau }
|
||||
mariapeter_female = { Mar_i_grv_o-P_e_grv_ire }
|
||||
mariapilar_female = { Maria_spc_Pilar }
|
||||
mariarosa_female = { Mar_i_grv_o-Roso Maria_spc_Rosa }
|
||||
mariasoledad_female = { Marisol }
|
||||
mariatheresa_female = { Maite Mar_i_grv_o-Ter_e_grv_so Maria_spc_Teresa Maria_spc_Theresia Maria-Tereza }
|
||||
mariavictoria_female = { Maria_spc_Vict_o_grv_ria }
|
||||
mariayvonne_female = { Marivon Marivono }
|
||||
marilyn_female = { Maril_e_grv_no_female }
|
||||
marina_female = { Maren Marina Marino_female }
|
||||
|
|
@ -318,14 +328,14 @@ martina_female = { Maartje Martina Martine Martino_female }
|
|||
mathilda_female = { Mahaut Maitildai Maiudd Mathilda Mathilde Matilda Matyldda Matylldda Maud Maudd Mauddy Mechthild Tilda Tilde }
|
||||
mauricia_female = { Mauriceto_female }
|
||||
maximiliana_female = { Maximiliane }
|
||||
melania_female = { M_e_act_lanie Melan_i_grv_o Melanie }
|
||||
melania_female = { M_e_act_lanie Melan_i_grv_o Melani Melanie }
|
||||
melinda_female = { M_e_act_linda }
|
||||
melissa_female = { Melissai Melisso Myllyssa Mylyssa }
|
||||
mercy_female = { Merc_e_grv_ }
|
||||
michelle_female = { Michaela Michaele Micheleto_female Michelle Michello_female Mikaela }
|
||||
mildred_female = { Mylddrhydd }
|
||||
miranda_female = { Myrandda Myrhandda }
|
||||
mireille_female = { Mir_e_grv_io Mireia Mireille Mirell }
|
||||
mireille_female = { Mir_e_grv_io Mireia Mireille Mirell Mireya }
|
||||
monica_female = { M_o_grv_nica Mona Monica Monika Monique Mounico_female }
|
||||
montserrat_female = { Montse Montserrat }
|
||||
morgana_female = { Morgana Morhgana Mourgano Mwrgyn }
|
||||
|
|
@ -371,11 +381,12 @@ ragnhild_female = { Ragnhild }
|
|||
ramona_female = { Raimunda Ramona Ramoundo_female }
|
||||
rashida_female = { Rachida }
|
||||
rayhan_female = { Rayhana }
|
||||
rebecca_female = { Beeke Beke Rebecca Rebeccai Rebecka Rebekka Rybycca Rybykka }
|
||||
rebecca_female = { Beeke Beke Rebeca Rebecca Rebeccai Rebecka Rebekka Rybycca Rybykka }
|
||||
regina_female = { R_e_grv_ino Regina Regino_female Rhygyna }
|
||||
regula_female = { Regula }
|
||||
renata_female = { Renate Renato_female }
|
||||
rhiannon_female = { Rhyannon }
|
||||
rocio_female = { Roc_i_act_o }
|
||||
rolanda_female = { Roulando_female }
|
||||
romana_female = { Roumano_female }
|
||||
rosa_female = { Rhosyn Rosa Rosina Rosita Roso_female Rousado Rousino Rozenn }
|
||||
|
|
@ -388,9 +399,9 @@ ruth_female = { Rut Ruth }
|
|||
sabina_female = { Sabine Sabino_female }
|
||||
sabrina_female = { Sabrina Sabrino_female }
|
||||
safia_female = { Safia Saphia }
|
||||
samantha_female = { Saimaintai Samanfa Samantha Samanto }
|
||||
samantha_female = { Saimaintai Samanfa Samanta Samantha Samanto }
|
||||
samia_female = { Samia }
|
||||
sarah_female = { Sairai Sairaih Sally Sara Sarah Sarha Saro_female }
|
||||
sarah_female = { Sairai Sairaih Sally Sara Sarah Sarai Sarha Saro_female }
|
||||
segolene_female = { Sigouleno }
|
||||
serafina_female = { Fina }
|
||||
serena_female = { Serenai Syryna }
|
||||
|
|
@ -407,16 +418,17 @@ solange_female = { Solen Solenn Soulanjo }
|
|||
solene_female = { Soul_e_grv_no }
|
||||
sophia_female = { S_o_grv_nia Soffy Sofie Sofia Sonia Sonja Sophia Sophiai Sophie Souf_i_grv_o }
|
||||
sophronia_female = { Soffrhonya Soffronya }
|
||||
stella_female = { Estelle Estello Stella Steren Sterenn Sterre }
|
||||
soraya_female = { Soraya }
|
||||
stella_female = { Estel Estela Estelle Estello Stella Steren Sterenn Sterre }
|
||||
stephanie_female = { Estefania Esteveneto Fan_i_grv_ St_e_act_phanie Stefanie Stephainie Stephanie Styffanyy }
|
||||
suad_female = { Souad }
|
||||
summer_female = { Summyr }
|
||||
sunniva_female = { Sunniva Syn_o_stk_ve Synn_o_stk_ve }
|
||||
susan_female = { Sanna Sanne Susan Susanna Susanne Susanny Susano_female Susoun Suzana Suzanne }
|
||||
susan_female = { Sanna Sanne Susan Susana Susanna Susanne Susanny Susano_female Susoun Suzana Suzanne }
|
||||
svetlana_female = { Swetlana }
|
||||
sylvia_female = { S_i_act_lvia Silv_i_grv_o_female Silva Silvia Silvie Sylvia Sylvie Sylwya }
|
||||
tamara_female = { Taimairai Tamara }
|
||||
tatiana_female = { T_a_grv_nia Tanja Tatjana }
|
||||
tatiana_female = { T_a_grv_nia Tanja Tatiana Tatjana }
|
||||
thekla_female = { Thekla }
|
||||
theodora_female = { Theodora }
|
||||
theodorica_female = { Dirkje }
|
||||
|
|
@ -424,19 +436,20 @@ theodosia_female = { Thyoddosya }
|
|||
theresa_female = { Ter_e_grv_so Teresa Terese Tess Tessa Theresa Therese Theresia Tyrhysa }
|
||||
thora_female = { Tone Tonje Tora Torny }
|
||||
thorfrid_female = { Tove Turid Tuva }
|
||||
trinity_female = { Trinitat }
|
||||
ulrika_female = { Ulrika Ulrike }
|
||||
ursula_female = { Oursulo Ursel Ursula }
|
||||
ute_female = { Oda Ute }
|
||||
valentina_female = { Valentina Valentino_female }
|
||||
valeria_female = { Val_e_act_rie Valiero_female }
|
||||
vanessa_female = { Vanessa Vanesso_female }
|
||||
vanessa_female = { Vanesa Vanessa Vanesso_female }
|
||||
venus_female = { Wynus }
|
||||
vera_female = { Vera Veruschka Wera }
|
||||
verena_female = { Verena }
|
||||
veronica_female = { V_e_act_ronique Ver_o_grv_nica Veronica Veronicai Veronika Verounico }
|
||||
victoria_female = { Vent_u_grv_ri_female Victoria Victoriai Viktoria Vit_o_grv_ri_female Vitourino_female Wyctorhya Wyyctwrya Wyyktorya }
|
||||
victoria_female = { Vent_u_grv_ri_female Vict_o_grv_ria Victoria Victoriai Viktoria Vit_o_grv_ri_female Vitourino_female Wyctorhya Wyyctwrya Wyyktorya }
|
||||
vibeke_female = { Vibeke Wiebke }
|
||||
violet_female = { Vi_o_act_uleto Viola }
|
||||
violet_female = { Vi_o_act_uleto Viola Violeta }
|
||||
virginia_female = { Viergino_female Virg_i_act_nia }
|
||||
vivian_female = { Viviano_female Wywyana }
|
||||
wenche_female = { Wenche Wencke Wenke }
|
||||
|
|
@ -446,7 +459,7 @@ winifred_female = { Wynnyffrhydd Wynnyffrydd Wynnyfryd }
|
|||
xenia_female = { X_e_grv_nia }
|
||||
yasmin_female = { Iasmino Ioasmyn Jaismin Jasmijn Jasmin Jasmyn Jasmyny Yasmyn Yassmina }
|
||||
yolanda_female = { Iolanda Jolanda Vi_o_act_ulando }
|
||||
yvette_female = { Ivetig Iveto_female Youna Yuna }
|
||||
yvette_female = { Ivet Ivetig Iveto_female Ivette Youna Yuna }
|
||||
yvonne_female = { Ivona Ivono_female Yvonne }
|
||||
zahra_female = { Zahra Zohra }
|
||||
zaynab_female = { Zineb }
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ achilles_male = { Achile }
|
|||
adam_male = { Adam Addam Aiddam }
|
||||
adil_male = { Adel }
|
||||
adrian_male = { Addryan Adrhyan Adri_a_grv_ Adriaan Adrian Adrianus Adrien }
|
||||
agapetus_male = { Agapit }
|
||||
ahmad_male = { Ahmad Ahmadd Ahmed Amadou }
|
||||
aidan_male = { Aeddan }
|
||||
ajax_male = { Ajaks }
|
||||
|
|
@ -55,7 +56,7 @@ arcadius_male = { Arcadi }
|
|||
archibald_male = { Airchibaildd Archyballdd Arkyballdd }
|
||||
aristides_male = { Aristido }
|
||||
arne_male = { Anjes Anne_male Are Arne }
|
||||
arnold_male = { Aart Airnoldd Arend Arhnoldd Arnau Arnaud Arnault Arno Arnold Arnoldus Arnolldd Arnoud }
|
||||
arnold_male = { Aart Airnoldd Arend Arhnoldd Arnald Arnau Arnaud Arnault Arno Arnold Arnoldus Arnolldd Arnoud }
|
||||
arnulf_male = { Arnulf }
|
||||
arsenius_male = { Arsena }
|
||||
arthur_male = { _A_grv_rtus Airtur Arfur Arhfurh Arthur Artur }
|
||||
|
|
@ -227,7 +228,7 @@ galahad_male = { Galahadd Gallahadd }
|
|||
gareth_male = { Garhyf Garyf }
|
||||
gawayn_male = { Gaivin Gawayn Gawyyn }
|
||||
geoffrey_male = { Gaufre Geoffrei Godffrhyy Gottfried Gyoffrhyy Gyoffryy Jaufret Jeffrey }
|
||||
george_male = { _O_uml_rjan G_o_uml_ran G_o_uml_rgen Georg George Gorch Gyorgy Gyorhgy J_o_grv_rgi J_o_stk_rgen J_o_stk_rn J_o_uml_ran J_o_uml_rn J_u_uml_rgen Jord Jordi Jordy Joris Jorj Jorres Schorsch Youri }
|
||||
george_male = { _O_uml_rjan G_o_uml_ran G_o_uml_rgen Georg George Gorch Gyorgy Gyorhgy J_o_grv_rgi J_o_stk_rgen J_o_stk_rn J_o_uml_ran J_o_uml_rg J_o_uml_rn J_u_uml_rgen Jord Jordi Jordy Joris Jorj Jorres Schorsch Youri }
|
||||
georgejames_male = { Jordi_spc_Jaume }
|
||||
georgejoseph_male = { Jordi_spc_Josep }
|
||||
gerald_male = { Geraildd Gerald Giraud Guerau Gyraldd Gyralldd Gyrhaldd }
|
||||
|
|
@ -467,7 +468,7 @@ oscar_male = { _O_grv_scar Oscair Oscar Oskar Ouscar }
|
|||
oswald_male = { Oswald }
|
||||
otto_male = { Eudes Ot Otto Udo }
|
||||
owen_male = { Owen Owenn }
|
||||
pascal_male = { Pascal Pascau Paskal }
|
||||
pascal_male = { Pascal Pascau Paskal Pasqual }
|
||||
patel_male = { Patyl Patyll }
|
||||
patrick_male = { Padrhyg Padrig Paitrick Patrice Patrici Patrick Patrig Patrik Patryc Patryk }
|
||||
paul_male = { P_a_rng_l Paiul Palle Paol Pau Paul Paull Paulus Pol Poul }
|
||||
|
|
@ -540,7 +541,7 @@ shaykh_male = { Cheikh }
|
|||
sherlock_male = { Shyrlok }
|
||||
siegfried_male = { Siegfried Sigfred Sigfrid }
|
||||
siegmar_male = { Siemer Sigmar }
|
||||
siegmund_male = { Sigismund Sigmund }
|
||||
siegmund_male = { Segimon Sigismund Sigmund }
|
||||
sigurd_male = { Sievert Sigurd Sjoerd }
|
||||
simon_male = { Simen Simon Simoun Symon }
|
||||
solomon_male = { Slimane Souleymane }
|
||||
|
|
@ -613,4 +614,5 @@ zachary_male = { Sachary Sashary Zacar_i_grv_o Zachary Zaichairi }
|
|||
zahid_male = { Sahyd }
|
||||
zayn_male = { Sayn }
|
||||
zaynuddin_male = { Zin_e_act_dine }
|
||||
zeno_male = { Zeno }
|
||||
zeno_male = { Zeno }
|
||||
zephyrinus_male = { Cefer_i_act_ }
|
||||
47
common/culture/name_lists/NEOW_brandenburger.txt
Normal file
47
common/culture/name_lists/NEOW_brandenburger.txt
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
name_list_brandenburger = {
|
||||
|
||||
cadet_dynasty_names = {
|
||||
}
|
||||
|
||||
dynasty_names = {
|
||||
"dynn_M_u_uml_ller"
|
||||
"dynn_Schmidt"
|
||||
}
|
||||
|
||||
male_names = {
|
||||
3 = {
|
||||
Arno
|
||||
Bernd
|
||||
J_o_uml_rg
|
||||
Peter
|
||||
Wilfried
|
||||
}
|
||||
2 = {
|
||||
}
|
||||
1 = {
|
||||
}
|
||||
}
|
||||
female_names = {
|
||||
3 = {
|
||||
}
|
||||
2 = {
|
||||
}
|
||||
1 = {
|
||||
}
|
||||
}
|
||||
dynasty_of_location_prefix = "dynnp_von"
|
||||
|
||||
# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
|
||||
pat_grf_name_chance = 60
|
||||
mat_grf_name_chance = 10
|
||||
father_name_chance = 10
|
||||
|
||||
# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
|
||||
pat_grm_name_chance = 10
|
||||
mat_grm_name_chance = 60
|
||||
mother_name_chance = 10
|
||||
|
||||
|
||||
mercenary_names = {
|
||||
}
|
||||
}
|
||||
|
|
@ -255,9 +255,9 @@ name_list_catalan = {
|
|||
Valent_i_act_ Vicen_c_ced_ V_i_act_ctor_spc_Manuel
|
||||
}
|
||||
1 = {
|
||||
Alb_a_grv_ Amador Amand Amat Antoni_spc_Joan Antoni_spc_Maria Arcadi Avel_mdn_l_i_act_
|
||||
Agapit Alb_a_grv_ Amador Amand Amat Antoni_spc_Joan Antoni_spc_Maria Arcadi Arnald Avel_mdn_l_i_act_
|
||||
Benvingut Bonaventura
|
||||
Camil Candi Casimir Cassi_a_grv_ Cebri_a_grv_ Cels Climent
|
||||
Camil Candi Casimir Cassi_a_grv_ Cebri_a_grv_ Cefer_i_act_ Cels Climent
|
||||
Dalmau Damas Delf_i_act_ Demetri
|
||||
Ermengol Estanislau Evarist
|
||||
Fabi_a_grv_ Ferriol Francesc_spc_d_pst_Ass_i_act_s Francesc_spc_de_spc_Borja Francesc_spc_de_spc_Paula Francesc_spc_Joan Frederic
|
||||
|
|
@ -268,9 +268,9 @@ name_list_catalan = {
|
|||
Ladislau Laure_a_grv_ Leandre Leopold Lle_i_uml_r Llu_i_act_s_spc_Maria Lluci_a_grv_
|
||||
Maurici
|
||||
Nepomuc_e_grv_ Non
|
||||
Patrici Paul_i_act_ Pere_spc_Jaume Pi Pompeu
|
||||
Pasqual Patrici Paul_i_act_ Pere_spc_Jaume Pi Pompeu
|
||||
R_o_grv_mul Raimon Rogel_mdn_li
|
||||
San_c_ced_ Sinibald
|
||||
San_c_ced_ Segimon Sinibald
|
||||
Teodor
|
||||
Valeri Vidal
|
||||
}
|
||||
|
|
@ -279,54 +279,61 @@ name_list_catalan = {
|
|||
10 = {
|
||||
_A_grv_ngels
|
||||
_I_act_ngrid
|
||||
A_i_uml_da Aina Ainoa Al_i_act_cia Alba Alexandra Ana_i_uml_s Andrea Anna Anna_spc_Maria Ant_o_grv_nia Ares Ariadna
|
||||
Berta Blanca
|
||||
A_i_uml_da Aina Ainoa Al_i_act_cia Alba Alexandra Ana_i_uml_s Andrea Anna Anna_spc_Maria Ares Ariadna Aroa
|
||||
Beatriu Berta Betlem Blanca
|
||||
Carla Carlota Carme Carolina Cl_a_grv_udia Clara Cristina
|
||||
Desir_e_act_e
|
||||
Elisabet Elisabeth Estefania Ester Esther Eva
|
||||
Elisabet Elisabeth Emma Estefania Ester Esther Eva
|
||||
Gemma Georgina Gl_o_grv_ria
|
||||
Helena
|
||||
Irene Iris Isabel
|
||||
Iolanda Irene Iris Isabel
|
||||
J_u_act_lia Jennifer Jennyfer Jessica Joana Josefina Judit Judith
|
||||
L_i_act_dia Laia Laura Lorena
|
||||
M_i_act_riam M_o_grv_nica Mar Maria Maria_spc_Carme Maria_spc_Teresa Marina Mariona Marta Merc_e_grv_ Meritxell Mireia Montserrat
|
||||
N_u_act_ria Nat_a_grv_lia Nerea Neus No_e_grv_lia Noemi
|
||||
M_i_act_riam M_o_grv_nica Mar Maria Maria_spc_Alba Maria_spc_Carme Maria_spc_Mar Maria_spc_Pilar Maria_spc_Teresa Marina Mariona Marta Merc_e_grv_ Meritxell Mireia Montserrat
|
||||
N_u_act_ria Nadia Nat_a_grv_lia Nerea Neus No_e_grv_lia Noemi
|
||||
Olga
|
||||
Patr_i_act_cia Paula
|
||||
Raquel Rosa Roser
|
||||
S_i_act_lvia S_o_grv_nia Sandra Sara Sheila
|
||||
T_a_grv_nia Tamara Teresa
|
||||
Vanessa Ver_o_grv_nica
|
||||
T_a_grv_nia Tamara Tatiana Teresa
|
||||
Vanessa Ver_o_grv_nica Vict_o_grv_ria
|
||||
X_e_grv_nia
|
||||
}
|
||||
5 = {
|
||||
_A_grv_ngela
|
||||
Adela Agn_e_grv_s Amparo Angelina Araceli Aur_e_grv_lia Assumpci_o_act_
|
||||
C_a_grv_ndida C_e_grv_lia Cinta Clorinda Concepci_o_act_ Conxita
|
||||
Delfina Dolors
|
||||
Elvira Em_i_act_lia Enriqueta Erika Eug_e_grv_nia Eul_a_grv_lia Eva_spc_Maria
|
||||
Gessam_i_act_ Guiomar
|
||||
Immaculada Iolanda Itziar
|
||||
Joaquima Josefa Josepa
|
||||
Leticia Llu_i_uml_sa Lourdes
|
||||
M_a_grv_riam Magda Magdalena Maite Margarida Maria_spc__A_grv_ngels Maria_spc_Dolors Maria_spc_Eug_e_grv_nia Maria_spc_Jes_u_act_s Maria_spc_Josefa Maria_spc_Josep Maria_spc_Llu_i_uml_sa Maria_spc_Magdalena Maria_spc_Merc_e_grv_ Maria_spc_Montserrat Maria_spc_Rosa Marisol Miracle Montse
|
||||
Palmira Pepita Pilar Purificaci_o_act_
|
||||
_A_grv_ngela _A_grv_strid _A_grv_urea
|
||||
_E_grv_lia
|
||||
Abril Ada Adela Adriana Agn_e_grv_s Aitana Al_e_grv_xia Alba_spc_Maria Amanda Amparo Angelina Anna_spc_Isabel Annabel Ant_o_grv_nia Antonieta Araceli Arantxa Ariana Aur_e_grv_lia Assumpci_o_act_ Aurembiaix
|
||||
B_a_grv_rbara Bego_n_tld_a Blau
|
||||
C_a_grv_ndida C_e_grv_lia Carina Caterina Cec_i_act_lia Cinta Clorinda Concepci_o_act_ Conxita
|
||||
Danae Delfina Diana Dolors
|
||||
Elisa Elisenda Elvira Em_i_act_lia Enriqueta Erika Esmeralda Estel Estela Eug_e_grv_nia Eul_a_grv_lia Eva_spc_Maria
|
||||
F_a_grv_tima Flora Flors
|
||||
Gema Gessam_i_act_ Gina Gisela Griselda Guiomar
|
||||
Immaculada Irina Itziar Ivet Ivette
|
||||
Janet Janira Joaquima Jordina Josefa Josepa
|
||||
Lara Leticia Llu_i_uml_sa Llucia Lourdes
|
||||
M_a_grv_riam Magda Magdalena Maite Maragda Margarida Maria_spc__A_grv_ngels Maria_spc_Antonieta Maria_spc_Assumpci_o_act_ Maria_spc_Blanca Maria_spc_Cinta Maria_spc_Cristina Maria_spc_Dolors Maria_spc_Elisabet Maria_spc_Eug_e_grv_nia Maria_spc_Goretti Maria_spc_Jes_u_act_s Maria_spc_Josefa Maria_spc_Josep Maria_spc_Llu_i_uml_sa Maria_spc_Magdalena Maria_spc_Merc_e_grv_ Maria_spc_Montserrat Maria_spc_Rosa Maria_spc_Vict_o_grv_ria Marisol Martina Melani Minerva Miracle Mireya Montse
|
||||
Nadine Nina
|
||||
Ona
|
||||
Palmira Paola Paula_spc_Maria Pepita Pilar Purificaci_o_act_
|
||||
Queralt
|
||||
Raimunda Ramona Rosa_spc_Maria Rosalia
|
||||
Sira Susanna
|
||||
Virg_i_act_nia
|
||||
Raimunda Ramona Rebeca Roc_i_act_o Rosa_spc_Maria Rosalia Rut Ruth
|
||||
Samanta Sarai Sira Sofia Soraya Susana Susanna
|
||||
Tha_i_uml_s Trinitat
|
||||
Vanesa Violeta Virg_i_act_nia
|
||||
Yaiza
|
||||
}
|
||||
1 = {
|
||||
_A_grv_tia
|
||||
Alberta Alegria Assumpta
|
||||
Carmina Cati Clem_e_grv_ncia Coral_i_act_ Corona
|
||||
Carmina Cati Clem_e_grv_ncia Clotilde Coral_i_act_ Corona
|
||||
Emerenci_a_grv_ Esperan_c_ced_a
|
||||
Fel_i_act_cia Fina Francina
|
||||
Imma Isidra
|
||||
Julieta Justa
|
||||
Karina
|
||||
Llum
|
||||
Maria_spc_Aur_e_grv_lia Maria_spc_Josepa Maria_spc_Pau Muriel
|
||||
Maria_spc_Aur_e_grv_lia Maria_spc_Josepa Maria_spc_Pau Miseric_o_grv_rdia Muriel
|
||||
Natzaret
|
||||
Of_e_grv_lia
|
||||
Patrocini Pia
|
||||
|
|
|
|||
|
|
@ -833,7 +833,7 @@ albers_dynasty = {
|
|||
|
||||
scheper_dynasty = {
|
||||
name = dynn_Scheper
|
||||
culture = NEOW_pomeranian
|
||||
culture = slesvigsk
|
||||
}
|
||||
|
||||
siemer_dynasty = {
|
||||
|
|
@ -1517,7 +1517,7 @@ roda_ulven_dynasty = {
|
|||
|
||||
kruger_dynasty = {
|
||||
name = dynn_Kr_u_uml_ger
|
||||
culture = svealandsk
|
||||
culture = gotsk
|
||||
}
|
||||
|
||||
loon_dynasty = {
|
||||
|
|
|
|||
|
|
@ -914,19 +914,26 @@ e_france = {
|
|||
c_issoudun = { #Bourges
|
||||
color = { 79 152 255 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_bourjez
|
||||
name_list_occitan=cn_borges
|
||||
}
|
||||
|
||||
b_bourges = {
|
||||
province = 2312
|
||||
|
||||
color = { 25 50 250 }
|
||||
}
|
||||
b_boussac = {
|
||||
province = 2311
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_bourjez
|
||||
name_list_occitan=cn_borges
|
||||
}
|
||||
}
|
||||
b_boussac = { # Sancoins
|
||||
province = 2311
|
||||
color = { 26 10 135 }
|
||||
}
|
||||
b_orval = {
|
||||
province = 2281
|
||||
|
||||
color = { 26 10 135 }
|
||||
}
|
||||
}
|
||||
|
|
@ -934,25 +941,38 @@ e_france = {
|
|||
|
||||
d_anjou = {
|
||||
color = { 10 146 214 }
|
||||
|
||||
capital = c_anjou # Angers
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_anjev
|
||||
name_list_occitan=cn_anjau
|
||||
}
|
||||
|
||||
c_anjou = { #Angers
|
||||
color = { 10 139 204 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_a_n_tld_je
|
||||
name_list_occitan=cn_angieus
|
||||
name_list_provencal=cn_angi_e_act_
|
||||
}
|
||||
|
||||
b_angers = {
|
||||
province = 2267
|
||||
|
||||
color = { 5 95 235 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_a_n_tld_je
|
||||
name_list_occitan=cn_angieus
|
||||
name_list_provencal=cn_angi_e_act_
|
||||
}
|
||||
}
|
||||
b_luigne = {
|
||||
b_luigne = { # Segré
|
||||
province = 2263
|
||||
|
||||
color = { 5 95 235 }
|
||||
}
|
||||
b_la_fleche = {
|
||||
b_la_fleche = { # Baugé
|
||||
province = 2268
|
||||
|
||||
color = { 5 95 235 }
|
||||
}
|
||||
}
|
||||
|
|
@ -961,60 +981,78 @@ e_france = {
|
|||
|
||||
b_saumur = {
|
||||
province = 2261
|
||||
|
||||
color = { 30 80 230 }
|
||||
}
|
||||
b_cholet = {
|
||||
province = 2260
|
||||
|
||||
color = { 30 80 230 }
|
||||
}
|
||||
}
|
||||
c_maine = { #Sarthe
|
||||
c_maine = { # Sarthe
|
||||
color = { 8 121 178 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_seurzh
|
||||
name_list_arpitan=cn_sarte
|
||||
name_list_occitan=cn_sarta
|
||||
name_list_provencal=cn_sarto
|
||||
}
|
||||
|
||||
b_le_mans = {
|
||||
province = 2270
|
||||
|
||||
color = { 15 80 205 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_ar_spc_ma_n_tld_s
|
||||
name_list_occitan=cn_lo_mans
|
||||
}
|
||||
}
|
||||
b_courcillon = {
|
||||
b_courcillon = { # Château-du-Loir
|
||||
province = 2272
|
||||
|
||||
color = { 15 80 205 }
|
||||
}
|
||||
b_sarthe = {
|
||||
b_sarthe = { # Mamers
|
||||
province = 2271
|
||||
|
||||
color = { 15 80 205 }
|
||||
}
|
||||
b_sable = {
|
||||
b_sable = { # Sablé-sur-Sarthe
|
||||
province = 2264
|
||||
|
||||
color = { 10 110 250 }
|
||||
}
|
||||
}
|
||||
c_sable = { #Mayenne
|
||||
color = { 12 174 255 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_mezven
|
||||
name_list_picard=cn_ma_i_uml_enne
|
||||
name_list_arpitan=cn_mayene
|
||||
name_list_occitan=cn_mai_e_grv_na
|
||||
name_list_provencal=cn_mai_e_grv_no
|
||||
}
|
||||
|
||||
b_mayenne = {
|
||||
province = 2266
|
||||
|
||||
color = { 10 110 250 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_mezven
|
||||
name_list_picard=cn_ma_i_uml_enne
|
||||
name_list_arpitan=cn_mayene
|
||||
name_list_occitan=cn_mai_e_grv_na
|
||||
name_list_provencal=cn_mai_e_grv_no
|
||||
}
|
||||
}
|
||||
b_laval = {
|
||||
province = 2265
|
||||
|
||||
color = { 10 110 250 }
|
||||
}
|
||||
b_craon = {
|
||||
province = 2262
|
||||
|
||||
color = { 5 95 235 }
|
||||
}
|
||||
b_evron = {
|
||||
province = 9746
|
||||
|
||||
color = { 5 95 235 }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
BIN
gfx/interface/frontend/fade_bg_ingame_menu.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/fade_bg_ingame_menu.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/frontend_main_menu_bg_button_glow.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/frontend_main_menu_bg_button_glow.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/frontend_main_menu_bg_glow.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/frontend_main_menu_bg_glow.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/frontend_main_menu_bg_mask.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/frontend_main_menu_bg_mask.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/frontend_main_menu_frame.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/frontend_main_menu_frame.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/loading_progress.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/loading_progress.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/mask_coa_flag.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/mask_coa_flag.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/portrait_main_menu_shadow.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/portrait_main_menu_shadow.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/frontend/startscreen.dds
(Stored with Git LFS)
BIN
gfx/interface/frontend/startscreen.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/interface/icons/building_types/alcazar_segovia.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/alcazar_segovia.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/alhambra.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/alhambra.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/aljaferia.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/aljaferia.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_building_legendary_watchtower.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_building_legendary_watchtower.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_building_powder_magazine.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_building_powder_magazine.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_structure_cologne_cathedral.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_structure_cologne_cathedral.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_structure_dau.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_structure_dau.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_structure_kassiopi_castle.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_structure_kassiopi_castle.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_structure_saint_lazarus.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_structure_saint_lazarus.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
gfx/interface/icons/building_types/icon_structure_tomb_of_cyrus.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/icons/building_types/icon_structure_tomb_of_cyrus.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -972,10 +972,10 @@ germany0056 = {
|
|||
}
|
||||
|
||||
germany0057 = {
|
||||
name = "Hartmut"
|
||||
name = "Anders"
|
||||
dynasty = scheper_dynasty
|
||||
religion = "lutheran"
|
||||
culture = NEOW_pomeranian
|
||||
culture = slesvigsk
|
||||
trait = education_martial_1
|
||||
trait = cautious_leader
|
||||
trait = athletic
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
scandinavia0002 = {
|
||||
name = "Lars"
|
||||
name = "Haakon"
|
||||
dynasty = olafssen_dynasty
|
||||
religion = "nobelian"
|
||||
culture = ostsk
|
||||
|
|
@ -147,15 +147,17 @@ scandinavia0008 = {
|
|||
}
|
||||
|
||||
scandinavia0009 = {
|
||||
name = "Ivar"
|
||||
name = "Hedvig"
|
||||
dynasty = kruger_dynasty
|
||||
religion = "lutheran"
|
||||
culture = gotsk
|
||||
female = yes
|
||||
trait = education_stewardship_4
|
||||
trait = callous
|
||||
trait = wrathful
|
||||
trait = stubborn
|
||||
trait = calm
|
||||
2506.1.1 = {
|
||||
trait = diligent
|
||||
trait = theologian
|
||||
2516.1.1 = {
|
||||
birth = yes
|
||||
}
|
||||
2600.1.1 = {
|
||||
|
|
@ -176,7 +178,7 @@ scandinavia0010 = {
|
|||
trait = strong
|
||||
trait = beauty_bad_3
|
||||
trait = scaly
|
||||
father = scandinavia0009
|
||||
mother = scandinavia0009
|
||||
2539.1.1 = {
|
||||
birth = yes
|
||||
}
|
||||
|
|
@ -206,7 +208,7 @@ scandinavia0011 = {
|
|||
scandinavia0012 = {
|
||||
name = "Douwe"
|
||||
dynasty = loon_dynasty
|
||||
religion = "lutheran"
|
||||
religion = "grundtvigian"
|
||||
culture = frisian
|
||||
trait = education_diplomacy_3
|
||||
trait = paranoid
|
||||
|
|
@ -518,6 +520,9 @@ scandinavia0028 = {
|
|||
2520.1.11 = {
|
||||
birth = yes
|
||||
}
|
||||
2551.1.1 = {
|
||||
add_spouse = scandinavia0030
|
||||
}
|
||||
2600.1.1 = {
|
||||
death = yes
|
||||
}
|
||||
|
|
@ -532,8 +537,8 @@ scandinavia0029 = {
|
|||
2493.1.11 = {
|
||||
birth = yes
|
||||
}
|
||||
2600.1.1 = {
|
||||
death = yes
|
||||
2549.6.7 = {
|
||||
death = yes
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -542,15 +547,22 @@ scandinavia0030 = {
|
|||
dynasty = glucksburg_dynasty
|
||||
religion = "lutheran"
|
||||
culture = dansk
|
||||
diplomacy=3
|
||||
trait= education_diplomacy_4
|
||||
trait= gregarious
|
||||
trait= ambitious
|
||||
trait= humble
|
||||
diplomacy=7
|
||||
martial=8
|
||||
stewardship=6
|
||||
intrigue=1
|
||||
learning=9
|
||||
learning=5
|
||||
father = scandinavia0029
|
||||
2522.4.24={
|
||||
birth=yes
|
||||
}
|
||||
2551.1.1 = {
|
||||
add_spouse = scandinavia0028
|
||||
}
|
||||
2600.1.1 = {
|
||||
death = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,13 +5,10 @@
|
|||
1995 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = cathedral_mosque_cordoba_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
812.1.1 = { religion = sevillian }
|
||||
867.1.1 = {
|
||||
special_building_slot = holy_site_great_mosque_of_cordoba_01
|
||||
special_building = holy_site_great_mosque_of_cordoba_01
|
||||
}
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
farm_estates_01
|
||||
cereal_fields_01
|
||||
|
|
@ -78,6 +75,7 @@
|
|||
1852 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building_slot = generic_university
|
||||
800.1.1 = { culture = andalusian }
|
||||
812.1.1 = { religion = sevillian }
|
||||
1280.1.1 = {
|
||||
|
|
@ -112,9 +110,7 @@
|
|||
culture = NEOW_andalusian
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
811.1.1 = {
|
||||
special_building = alhambra_01
|
||||
}
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
hill_forts_01
|
||||
|
|
@ -143,6 +139,7 @@
|
|||
1849 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = almeria_castle_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
812.1.1 = { religion = sevillian }
|
||||
1280.1.1 = {
|
||||
|
|
@ -164,6 +161,7 @@
|
|||
culture = NEOW_andalusian
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building_slot = fortified_port_of_malaga_01
|
||||
}
|
||||
1847 = {
|
||||
holding = none
|
||||
|
|
@ -185,6 +183,7 @@
|
|||
1981 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = cathedral_seville_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
|
|
@ -255,6 +254,7 @@
|
|||
}
|
||||
1991 = {
|
||||
holding = church_holding
|
||||
special_building = generic_copper_mines_01
|
||||
}
|
||||
1992 = {
|
||||
holding = none
|
||||
|
|
@ -262,12 +262,10 @@
|
|||
##d_gibraltar
|
||||
###c_gibraltar
|
||||
9769 = {
|
||||
1.1.1 = {
|
||||
special_building = rock_of_gibraltar_01
|
||||
}
|
||||
holding = castle_holding
|
||||
culture = llanito
|
||||
religion = jack_tar
|
||||
special_building = fortress_of_gibraltar_01
|
||||
}
|
||||
|
||||
#k_castille_leon
|
||||
|
|
@ -361,10 +359,9 @@
|
|||
1924 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = alcazar_of_segovia_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
867.1.1 = { special_building_slot = alcazar_of_segovia_01 }
|
||||
955.1.1 = { culture = castilian }
|
||||
1120.1.1 = { special_building_slot = alcazar_of_segovia_01 }
|
||||
}
|
||||
1925 = {
|
||||
holding = church_holding
|
||||
|
|
@ -460,9 +457,7 @@
|
|||
1919 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
650.1.1 = {
|
||||
special_building = city_wall_of_toledo_01
|
||||
}
|
||||
special_building = toledo_steelworks_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
|
|
@ -503,6 +498,7 @@
|
|||
1923 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = madird_university_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
955.1.1 = { culture = castilian }
|
||||
}
|
||||
|
|
@ -844,6 +840,7 @@
|
|||
1855 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building_slot = port_of_valencia_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
812.1.1 = { religion = sevillian }
|
||||
1259.1.1 = {
|
||||
|
|
@ -915,6 +912,7 @@
|
|||
1881 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building_slot = generic_university
|
||||
800.1.1 = { culture = catalan }
|
||||
}
|
||||
8796 = {
|
||||
|
|
@ -936,6 +934,7 @@
|
|||
1862 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = sagrada_familia_01
|
||||
800.1.1 = { culture = catalan }
|
||||
1066.1.1 = {
|
||||
buildings = {
|
||||
|
|
@ -1067,6 +1066,7 @@
|
|||
culture = basque
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = fortress_pamplona_01
|
||||
}
|
||||
1889 = {
|
||||
holding = city_holding
|
||||
|
|
@ -1128,9 +1128,7 @@
|
|||
1787 = {
|
||||
religion = iberian
|
||||
holding = castle_holding
|
||||
98.1.1 = {
|
||||
special_building = tower_of_hercules_01
|
||||
}
|
||||
800.1.1 = { culture = galician }
|
||||
}
|
||||
1788 = {
|
||||
|
|
@ -1142,19 +1140,14 @@
|
|||
1785 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = holy_site_basilica_santiago_01
|
||||
800.1.1 = { culture = galician }
|
||||
867.1.1 = {
|
||||
special_building_slot = holy_site_basilica_santiago_01
|
||||
}
|
||||
1066.1.1 = {
|
||||
buildings = {
|
||||
hill_forts_01
|
||||
hill_farms_01
|
||||
}
|
||||
}
|
||||
1211.1. = {
|
||||
special_building = holy_site_basilica_santiago_01
|
||||
}
|
||||
}
|
||||
1786 = {
|
||||
holding = city_holding
|
||||
|
|
@ -1242,6 +1235,7 @@
|
|||
1801 = {
|
||||
culture = asturleonese
|
||||
religion = sevillian
|
||||
special_building_slot = generic_university
|
||||
}
|
||||
1802 = {
|
||||
holding = city_holding
|
||||
|
|
@ -1260,6 +1254,7 @@
|
|||
culture = portuguese
|
||||
religion = iberian
|
||||
holding = castle_holding
|
||||
special_building = fortified_port_of_porto_01
|
||||
}
|
||||
1761 = {
|
||||
holding = city_holding
|
||||
|
|
@ -1298,6 +1293,7 @@
|
|||
culture = portuguese
|
||||
religion = iberian
|
||||
holding = castle_holding
|
||||
special_building = belem_tower_01
|
||||
}
|
||||
1753 = {
|
||||
holding = church_holding
|
||||
|
|
@ -1378,6 +1374,7 @@
|
|||
1748 = {
|
||||
religion = sevillian
|
||||
holding = castle_holding
|
||||
special_building = tomb_thez_mighty_01
|
||||
800.1.1 = { culture = andalusian }
|
||||
1264.1.1 = {
|
||||
culture = portuguese
|
||||
|
|
@ -1402,6 +1399,7 @@
|
|||
culture = portuguese
|
||||
religion = iberian
|
||||
holding = castle_holding
|
||||
special_building = university_coimbra_01
|
||||
}
|
||||
1758 = {
|
||||
holding = church_holding
|
||||
|
|
|
|||
|
|
@ -470,6 +470,7 @@
|
|||
culture = balearic
|
||||
religion = sevillian
|
||||
holding = city_holding
|
||||
special_building = plaza_de_toros_01
|
||||
}
|
||||
2001 = {
|
||||
holding = castle_holding
|
||||
|
|
|
|||
|
|
@ -1167,7 +1167,7 @@
|
|||
holding = castle_holding
|
||||
}
|
||||
1168.1.1 = {
|
||||
culture = NEOW_pomeranian
|
||||
culture = slesvigsk
|
||||
religion = lutheran
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,21 @@
|
|||
k_denmark = {
|
||||
2505.1.1 = {
|
||||
holder = scandinavia0029
|
||||
}
|
||||
2549.6.7 = {
|
||||
holder = scandinavia0030
|
||||
change_development_level = 7
|
||||
}
|
||||
}
|
||||
c_sjaelland = {
|
||||
2505.1.1 = {
|
||||
holder = scandinavia0029
|
||||
2549.6.7 = {
|
||||
holder = scandinavia0030
|
||||
change_development_level = 10
|
||||
}
|
||||
}
|
||||
c_fyn = {
|
||||
2505.1.1 = {
|
||||
holder = scandinavia0029
|
||||
2549.6.7 = {
|
||||
holder = scandinavia0030
|
||||
change_development_level = 9
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ c_stockholm = {
|
|||
}
|
||||
k_gotaland = {
|
||||
2505.1.1 = {
|
||||
holder = scandinavia0009
|
||||
change_development_level = 7
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
l_english:
|
||||
building_type_tell_mines_01:1 "Tell Mines"
|
||||
building_type_tell_mines_01_desc:1 "WIP."
|
||||
building_type_tell_mines_01_desc:1 "In this province, beneath hardy plants and new sediments rests the ruins of an age long gone. Excavating what remains of it may bring substantial profit - perhaps, even treasures from the past."
|
||||
building_tell_mines_01:1 "Surface Excavation"
|
||||
building_tell_mines_01_desc:2 "WIP."
|
||||
building_tell_mines_01_desc:2 "Scavengers often dig small holes in these tells to extract a few interesting baubles for sale."
|
||||
building_tell_mines_02:1 "Shallow Dig Sites"
|
||||
building_tell_mines_02_desc:1 "WIP."
|
||||
building_tell_mines_02_desc:1 "Camps of labourers work on digging up buried structures near the surface, collecting easily accessable materials by hand."
|
||||
building_tell_mines_03:1 "Simple Pulleys"
|
||||
building_tell_mines_03_desc:1 "WIP."
|
||||
building_tell_mines_03_desc:1 "With the aid of simple pulleys, workers are able to dig deeper and extract heavier materials."
|
||||
building_tell_mines_04:1 "Carts and Rails"
|
||||
building_tell_mines_04_desc:1 "WIP."
|
||||
building_tell_mines_05:1 "Merchants and Appraisers"
|
||||
building_tell_mines_05_desc:1 "WIP."
|
||||
building_tell_mines_04_desc:1 "Copied from antediluvian mines, rails and carts allow miners to go deeper then before. Seperating artifacts from the rubble and useable raw materials."
|
||||
building_tell_mines_05:1 "Large Mines"
|
||||
building_tell_mines_05_desc:1 "Dug into the side of a large Tells within the region, these mines excavate numerous materials and antediluvian relics, however the majority of which are broken beyond repair."
|
||||
building_tell_mines_06:1 "Shafts and Elevators"
|
||||
building_tell_mines_06_desc:1 "WIP."
|
||||
building_tell_mines_07:1 "Scholars and Alchemists "
|
||||
building_tell_mines_07_desc:1 "WIP."
|
||||
building_tell_mines_06_desc:1 "By hiring Masters from Unions, shafts and elevators are able to be constructed and maintained, allowing miners to access to ruins deep underground."
|
||||
building_tell_mines_07:1 "Scholars and Merchants "
|
||||
building_tell_mines_07_desc:1 "Scholars and Merchants are responsible for the flow of goods and identifying important finds that the common worker would throw away as junk."
|
||||
building_tell_mines_08:2 "Forges of Antediluvia"
|
||||
building_tell_mines_08_desc:2 "WIP."
|
||||
building_tell_mines_08_desc:2 "Chimneys cover the land a in thick smoke as the forges bellow smelt the remains of the Old World to fuel the new one."
|
||||
|
||||
building_type_leuven_university_01:1 "Leuven University"
|
||||
building_type_leuven_universtiy_01_desc:0 "$building_leuven_university_01_desc$"
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
building_type_academie_labsurde_01:1 "Académie de l'Absurde"
|
||||
building_type_academie_labsurde_01_desc:0 "$building_academie_labsurde_01_desc$"
|
||||
building_academie_labsurde_01:0 "Academy of the Absurd"
|
||||
building_academie_labsurde_01_desc:0 "WIP"
|
||||
building_academie_labsurde_01_desc:0 "building_academie_labsurde_01_desc:0 "Founded with the patronige of Isildur I, the Academy of the Absurd has long since served as one of the centers of education and preservation of texts in Western Europe. It is said the Academy was built near where one of the greatest antediluvian poets perished. While others claim its location was chosen by the High King to keep his unorthodox scholars far from Paris, but close enough to control."
|
||||
|
||||
building_type_palace_fontainebleau_01:1 "Palace of Fontainebleau"
|
||||
building_type_palace_fontainebleau_01_desc:0 "$building_palace_fontainebleau_01_desc$"
|
||||
|
|
@ -158,18 +158,138 @@
|
|||
building_type_statue_clorinda_01:1 "Statue of Clorinda"
|
||||
building_type_statue_clorinda_01_desc:0 "$building_statue_clorinda_01_desc$"
|
||||
building_statue_clorinda_01:0 "Statue of Clorinda"
|
||||
building_statue_clorinda_01_desc:0 "WIP"
|
||||
building_statue_clorinda_01_desc:0 "Built to honour Clorinda the Brave, one of the Fourteen Heroes. The statue depicts Clorinda saving the last of the Bonapartes from certain doom, granting her the right to bear the Imperial Eagle on her coat of arms."
|
||||
|
||||
building_type_sagrada_familia_01:1 "Basilica de la Sagrada Familia"
|
||||
building_type_sagrada_familia_01_desc:0 "$building_sagrada_familia_01_desc$"
|
||||
building_sagrada_familia_01:0 "Sagrada Familia"
|
||||
building_sagrada_familia_01_desc:0 "Sagrada Familia is an icon of Barcelona. Even though it's unfinished, and the original plans were lost, it is still one of the tallest churches in the world. Many pilgrims around the world commit to the journey of visiting this magnificent church because it reminds them of the old times before the Event. "
|
||||
|
||||
building_type_holy_site_basilica_santiago_01:1 "Cathedral of Santiago de Compostela"
|
||||
building_type_holy_site_basilica_santiago_01_desc:0 "$building_holy_site_basilica_santiago_01_desc$"
|
||||
building_holy_site_basilica_santiago_01:0 "Cathedral of Santiago de Compostela"
|
||||
building_holy_site_basilica_santiago_01_desc:0 "Built over the tomb of James the Great, this splendid edifice is the end point of the Way of Saint James, and the crown of one of the great sites of Christendom. Pilgrims from all over Western and Northern Europe arrive in large numbers, speaking dozens of tongues — though many become mute with awe. \n\nAfter the Event , the cathedral became the center of several new Christian religions, such as the Iberian or Sevillian, who fight over control of this masterpiece."
|
||||
|
||||
building_type_cathedral_seville_01:1 "The Grand Cathedral of Seville"
|
||||
building_type_cathedral_seville_01_desc:0 "$building_cathedral_seville_01_desc$"
|
||||
building_cathedral_seville_01:0 "The Grand Cathedral of Seville"
|
||||
building_cathedral_seville_01_desc:0 "Seville Cathedral, one of the largest Christian churches in the world, is the center of the Sevillian Church. Reconstructed and expanded after the schism between Roman and Sevillian Catholics, it serves as a counterweight to St. Peter's Basilica in Rome."
|
||||
|
||||
building_type_tomb_thez_mighty_01:1 "Tomb of Thez "The Mighty""
|
||||
building_type_tomb_thez_mighty_01_desc:0 "$building_tomb_thez_mighty_01_desc$"
|
||||
building_tomb_thez_mighty_01:0 "Tomb of Thez "The Mighty""
|
||||
building_tomb_thez_mighty_01_desc:0 "WIP"
|
||||
|
||||
building_type_belem_tower_01:1 "Tower of Belém"
|
||||
building_type_belem_tower_01_desc:0 "$building_belem_tower_01_desc$"
|
||||
building_belem_tower_01:0 "Small Belém Fortress"
|
||||
building_belem_tower_01_desc:0 "The Tower of Belém is the symbol of Lisbon, as it is also the main fortification of the city. Constructed to show Portugal's colonial power and past, it is now used primarily as a fortification for the city. However, the tower is crumbling and is missing several key fortification measures."
|
||||
building_belem_tower_02:0 "Tower of Belém Restored"
|
||||
building_belem_tower_02_desc:0 "With its walls reconstructed and strengthened , the Tower of Belém is once again the fortress it used to be. Able to withstand prolonged sieges, it finally protects the city of Lisbon from enemies."
|
||||
|
||||
building_type_toledo_steelworks_01:1 "Toledo Steelworks"
|
||||
building_type_toledo_steelworks_01_desc:0 "$building_toledo_steelworks_01_desc$"
|
||||
building_toledo_steelworks_01:0 "Basic Furnaces and Molders"
|
||||
building_toledo_steelworks_01_desc:0 "Traditions of steelworking in Toledo stretch very deep into history, even being used by the Romans themselves. Basic steel furnaces and molders are in place, but the production is low, while the opportunity is vast."
|
||||
building_toledo_steelworks_02:0 "Advanced Furnaces and Molders"
|
||||
building_toledo_steelworks_02_desc:0 "With more resources flooding into the city, the steelworks needed an expansion. With new technology, the furnaces and molders were modernized, now being able to produce at a much higher rate than any other steelworks in the region."
|
||||
building_toledo_steelworks_03:0 "Grand Furnaces and Molders"
|
||||
building_toledo_steelworks_03_desc:0 "Once just a dream, now a reality. Toledo steelworks are one of the largest steelworks in the world, producing high-quality steel not only for Iberia but also for many parts of Europe and Africa. Swords and armor from its foundry can be purchased everywhere for various prices."
|
||||
|
||||
building_type_cathedral_mosque_cordoba_01:1 "The Grand Cathedral-Mosque of Córdoba"
|
||||
building_type_cathedral_mosque_cordoba_01_desc:0 "$building_cathedral_mosque_cordoba_01_desc$"
|
||||
building_cathedral_mosque_cordoba_01:0 "The Grand Cathedral-Mosque of Córdoba"
|
||||
building_cathedral_mosque_cordoba_01_desc:0 "Constructed in the 8th century, it's one of the oldest Catholic and Islamic churches. This unique blend of religions shaped not only the church but also the city of Córdoba. Even though it's now primarily used as a Catholic cathedral, it can serve as a place of worship for Muslims, who travel just to see this."
|
||||
|
||||
building_type_almeria_castle_01:1 "Alcazaba of Almería"
|
||||
building_type_almeria_castle_01_desc:0 "$building_almeria_castle_01_desc$"
|
||||
building_almeria_castle_01:0 "Alcazaba of Almería"
|
||||
building_almeria_castle_01_desc:0 "Constructed by Muslims in the 10th century to protect the city of Almería. It was then used as a fortification, protecting the southern parts of Spain, but with modern warfare, the castle fell into ruins. After the Event, the complex was restored, once again protecting Spain from enemy invasions."
|
||||
|
||||
building_type_alhambra_01:1 "Alhambra"
|
||||
building_type_alhambra_01_desc:0 "$building_alhambra_01_desc$"
|
||||
building_alhambra_01:0 "Royal Palace of Alhambra"
|
||||
building_alhambra_01_desc:0 "Alhambra, a shining example of local architecture, the color of the buildings in contrast with the surrounding woods lead poets to describe it as "a pearl set in emeralds." \n\nAfter the Event , this palace was once again fortified and transformed into the fortress it once was. Furthermore, it became the primary fortress in the south, as it overshadowed others.."
|
||||
|
||||
building_type_alcazar_of_segovia_01:1 "Alcázar of Segovia"
|
||||
building_type_alcazar_of_segovia_01_desc:0 "$building_alcazar_of_segovia_01_desc$"
|
||||
building_alcazar_of_segovia_01:0 "Alcázar of Segovia"
|
||||
building_alcazar_of_segovia_01_desc:0 "Rising like the bow of a ship from a rocky crag, this fortress is an awe-inspiring sight. As majestic as it is impenetrable, it is the greatest of all castles in the kingdom of castles — Castile. \n\nAfter the Event, it was used as a fort almost immedietly, protecting its inhabitants from small roaming raider groups. One the people organized, Alcazár of Segovia was turned into a formidable fortress."
|
||||
|
||||
building_type_tower_of_hercules_01:1 "Farum Brigantium"
|
||||
building_type_tower_of_hercules_01_desc:0 "$building_tower_of_hercules_01_desc$"
|
||||
building_tower_of_hercules_01:0 "Farum Brigantium"
|
||||
building_tower_of_hercules_01_desc:0 "This ancient lighthouse is said to have been based on its more famous sister in Alexandria. Having guided seafarers for untold centuries, it remains important to Galicia's coastal trade. Some claim that you can glimpse Ireland's green coast from the top of this lonely tower, but gazing out, you see only endless sea. \n\nThis tower even withstood the Event, still guiding sailors on the coast of Galicia."
|
||||
|
||||
building_type_fortress_of_gibraltar_01:1 "Fortress of Giblraltar"
|
||||
building_type_fortress_of_gibraltar_01_desc:0 "$building_fortress_of_gibraltar_01_desc$"
|
||||
building_fortress_of_gibraltar_01:0 "Fortress of Gibraltar"
|
||||
building_fortress_of_gibraltar_01_desc:0 "Gibraltar, one of the most important naval bases in Europe, is a small strip of land that has been contested between many states. This led to the construction of a formidable fortress that protects the small city from enemies. "
|
||||
|
||||
building_type_aljaferia_palace_01:0 "Aljafería Palace"
|
||||
building_type_aljaferia_palace_01_desc:0 "$building_aljaferia_palace_01_desc$"
|
||||
building_aljaferia_palace_01:0 "Aljafería Palace"
|
||||
building_aljaferia_palace_01_desc:0 "A great palace-fortress built on the Saría plain, the Aljafería is a testament to the power and wealth of Zaragoza. Imposing and splendid in equal measure; it is both an intimidating fortification and a pinnacle of Iberian architecture. \n\nAfter the Event, the fortress was abandoned, but once civilization reorganized itself, Aljafería was restored and now stands as a proud symbol of Zaragoza."
|
||||
|
||||
building_type_madird_university_01:1 "Universidad Complutense de Madrid"
|
||||
building_type_madird_university_01_desc:0 "$building_madird_university_01_desc$"
|
||||
building_madird_university_01:0 "University of Madrid"
|
||||
building_madird_university_01_desc:0 "Founded in the 13th century, the University of Madrid is one of the oldest universities in Iberia. Scholars and scientists are attracted from far and wide to study and expand their knowledge even after the Event."
|
||||
|
||||
building_type_university_coimbra_01:1 "University of Coimbra"
|
||||
building_type_university_coimbra_01_desc:0 "$building_university_coimbra_01_desc$"
|
||||
building_university_coimbra_01:0 "University of Coimbra"
|
||||
building_university_coimbra_01_desc:0 "Founded in the 13th century, the University of Coimbra is one of the oldest universities in Iberia. Scholars and scientists are attracted from far and wide to study and expand their knowledge even after the Event."
|
||||
|
||||
building_type_port_of_valencia_01:1 "Port of Valencia"
|
||||
building_type_port_of_valencia_01_desc:0 "$building_port_of_valencia_01_desc$"
|
||||
building_port_of_valencia_01:0 "Extensive Harbour"
|
||||
building_port_of_valencia_01_desc:0 "A small port has been constructed in a trade-rich region to allow for easier transport of goods overseas. Several small harbors work together to bring goods in and out of the city, but the capacity is small while the opportunity is large."
|
||||
building_port_of_valencia_02:0 "Bustling Port"
|
||||
building_port_of_valencia_02_desc:0 "As trade grows, so does the port. With the influx of new merchants into the city, the port needs to grow too , harboring ships from faraway lands and trading goods never seen before."
|
||||
building_port_of_valencia_03:0 "Grand Port"
|
||||
building_port_of_valencia_03_desc:0 "As trade grew increasingly, several new docks were set up, covering almost the entire coastline of the city. New harbor storage and cargo cranes were needed. With the increased need for ships, several shipyards popped up to facilitate the new demand."
|
||||
|
||||
building_type_fortified_port_of_porto_01:1 "Fortified Port of Porto"
|
||||
building_type_fortified_port_of_porto_01_desc:0 "$building_fortified_port_of_porto_01_desc$"
|
||||
building_fortified_port_of_porto_01:0 "Fortified Harbors"
|
||||
building_fortified_port_of_porto_01_desc:0 "In a region of strategic importance, but also of economic opportunities, several smaller harbors started to fortify themselves to protect themselves and their goods from raiders and smaller armies, creating several chokepoints for the enemy. However, these harbors have little interest in working together to properly organize themselves."
|
||||
building_fortified_port_of_porto_02:0 "Fortified Port"
|
||||
building_fortified_port_of_porto_02_desc:0 "As trade demands grew and the harbors became more centralized, a central port was constructed with tough walls that could easily stop an enemy ambush and medium armies. Over time, the main castle was connected to the port with walls, creating a single entity. Furthermore, the castle could be supplied by sea, further improving its strategic importance."
|
||||
building_fortified_port_of_porto_03:0 "Fortified Grand Port"
|
||||
building_fortified_port_of_porto_03_desc:0 "With more money flowing into the port, expansion was needed. The port almost doubled in size, and the walls were higher and thicker. Furthermore, the castle and the port slowly became one as more people moved into the protected walls connecting the castle and the port."
|
||||
|
||||
building_type_fortress_pamplona_01:1 "Fortress of Pamplona"
|
||||
building_type_fortress_pamplona_01_desc:0 "$building_fortress_pamplona_01_desc$"
|
||||
building_fortress_pamplona_01:0 "Fortress of Pamplona"
|
||||
building_fortress_pamplona_01_desc:0 "Constructed on top of a fort from the 16th century, the fortress of Pamplona protects the city of Pamplona and the Basque people. Many say as long as Pamplona holds, the Basque people will not be lost. Today, it's the largest fortress in the Pyrenees mountains, overshadowing the Fortress Monastery of Andorra."
|
||||
|
||||
building_type_fortified_port_of_malaga_01:1 "Fortified Port of Málaga"
|
||||
building_type_fortified_port_of_malaga_01_desc:0 "$building_fortified_port_of_malaga_01_desc$"
|
||||
building_fortified_port_of_malaga_01:0 "Fortified Harbors"
|
||||
building_fortified_port_of_malaga_01_desc:0 "In a region of strategic importance, but also of economic opportunities, several smaller harbors started to fortify themselves to protect themselves and their goods from raiders and smaller armies, creating several chokepoints for the enemy. However, these harbors have little interest in working together to properly organize themselves."
|
||||
building_fortified_port_of_malaga_02:0 "Fortified Port"
|
||||
building_fortified_port_of_malaga_02_desc:0 "As trade demands grew and the harbors became more centralized, a central port was constructed with tough walls that could easily stop an enemy ambush and medium armies. Over time, the main castle was connected to the port with walls, creating a single entity. Furthermore, the castle could be supplied by sea, further improving its strategic importance."
|
||||
building_fortified_port_of_malaga_03:0 "Fortified Grand Port"
|
||||
building_fortified_port_of_malaga_03_desc:0 "With more money flowing into the port, expansion was needed. The port almost doubled in size, and the walls were higher and thicker. Furthermore, the castle and the port slowly became one as more people moved into the protected walls connecting the castle and the port."
|
||||
|
||||
building_type_statue_isildur_01:1 "Statue of Isildur Bonaparte"
|
||||
building_type_statue_isildur_01_desc:0 "$building_statue_isildur_01_desc$"
|
||||
building_statue_isildur_01:0 "Equestrian Statue of Isildur Bonaparte"
|
||||
building_statue_isildur_01_desc:0 "After the defeat of the last of his enemies in France, Isildur I, Emperor of the French, ordered the construction of a marble statue of himself in the newly conquered city of Marseille to commemorate his victories. The statue depicts him on his warhorse Vouvray, holding a book in one hand with the sword Joyeuse in the other."
|
||||
building_statue_isildur_01_desc:0 "After the defeat of the last of his enemies in France, Isildur I, Emperor of the French, ordered the construction of a marble statue of himself in the newly conquered city of Marseille to commemorate his victories. The statue depicts him on his warhorse Vouvray, holding a book in one hand with the sword Joyeuse in the other."
|
||||
|
||||
building_type_fourviere_01:1 "Fourvière"
|
||||
building_type_fourviere_01_desc:0 "$building_fourviere_01_desc$"
|
||||
building_fourviere_01:0 "Fourvière"
|
||||
building_fourviere_01_desc:0 "Fourvière, the historical center of Lyon. Settled by the Romans and developed by Christians and those after them, Fourvière is a true jewel of the city. Over time , the collection of temples, cathedrals, and other religious sites grew, transforming the city into the city we know."
|
||||
|
||||
building_type_plaza_de_toros_01:1 "Plaza de Toros"
|
||||
building_type_plaza_de_toros_01_desc:0 "$building_plaza_de_toros_01_desc$"
|
||||
building_plaza_de_toros_01:0 "Ruins of Plaza de Toros"
|
||||
building_plaza_de_toros_01_desc:0 "Plaza de Toros, a bullfighting arena preserved in Balearic culture. Many walls have collapsed, but the idea of restoration is strong. However, it's still used for smaller events and activities in the city, which only people from the island are interested in attending."
|
||||
building_plaza_de_toros_02:0 "Plaza de Toros Restored"
|
||||
building_plaza_de_toros_02_desc:0 "Once just a local sensation, now it has become a Mediterranean sensation. People from all around the Mediterranean travel to see this grand arena, which is used for many more things than just bullfighting. The city of Palma is known as the city of entertainment, with the Plaza de Toros being the main attracti"
|
||||
|
||||
building_type_croke_park_01:1 "Croke Park Stadium City"
|
||||
building_type_croke_park_01_desc:0 "$building_croke_park_01_desc$"
|
||||
building_croke_park_01:0 "Basic Stadium Housing"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
bookmark_WE_moselle_schengen_jean:0 "Charlotte"
|
||||
bookmark_WE_moselle_schengen_jean_subheading:0 "The Daughter of Elysium"
|
||||
bookmark_WE_moselle_schengen_jean_desc:0 "The first child of Emperor Leopold, Charlotte idolised her father, cherishing the few times she got to spend time with him, as he warred with the vile King Jaan and consolidated his new Europa. She always expected to inherit his title, to carry on his work. But as her father’s mind wasted away and the duke of trier wormed his way out of the empire to join the Rheinbund the greedy ungrateful lords of her father’s empire conspired.Upon her illustrious father’s death, they chose one of her younger half-brother, Hendrick to be emperor instead. Affable as he is, he is too trusting and too easy to manipulate. The empire is strong but newly born, and Charlotte fears for her family and her father’s project. Furthermore, the alliance with the Bonapartes her de Veurne siblings have perused has opens the door once more to French domination.\n\n#bold Can the firstborn of the emperor guide and shape the growth of the empire her father built? Or will the dream of Europa end before it has truly begun?#!"
|
||||
bookmark_WE_moselle_schengen_jean_desc:0 "The first child of Emperor Leopold, Charlotte idolised her father, cherishing the few times she got to spend time with him, as he warred with the vile King Jaan and consolidated his new Europa. She always expected to inherit his title, to carry on his work. But as her father’s mind wasted away and the duke of trier wormed his way out of the empire to join the Rheinbund the greedy ungrateful lords of her father’s empire conspired. Upon her illustrious father’s death, they chose one of her younger half-brother, Hendrick to be emperor instead. Affable as he is, he is too trusting and too easy to manipulate. The empire is strong but newly born, and Charlotte fears for her family and her father’s project. Furthermore, the alliance with the Bonapartes her de Veurne siblings have perused has opens the door once more to French domination.\n\n#bold Can the firstborn of the emperor guide and shape the growth of the empire her father built? Or will the dream of Europa end before it has truly begun?#!"
|
||||
|
||||
bookmark_WE_venice_robecchi_marco:0 "Marco"
|
||||
bookmark_WE_venice_robecchi_marco_subheading:0 "The Least Serene Doge"
|
||||
|
|
|
|||
|
|
@ -881,13 +881,6 @@
|
|||
building_pyramids_02:0 "$building_type_pyramids_02$"
|
||||
building_pyramids_02_desc:0 "$building_type_pyramids_02_desc$"
|
||||
|
||||
building_type_alhambra_01:0 "Alhambra"
|
||||
building_type_alhambra_01_desc:0 "The Alhambra is a fortress built upon the remains of an ancient Roman fortification. While it is serviceable as a defensive structure, with the right investments it could be turned into something more..."
|
||||
building_alhambra_01:0 "$building_type_alhambra_01$ Fortress Ruins"
|
||||
building_alhambra_01_desc:0 "$building_type_alhambra_01_desc$"
|
||||
building_alhambra_02:0 "Royal Palace of $building_type_alhambra_01$"
|
||||
building_alhambra_02_desc:1 "The Alhambra has since its days as a mere Roman ruin been upgraded to a royal palace befitting an emperor! A shining example of local architecture, the color of the buildings in contrast with the surrounding woods lead poets to describe it as "a pearl set in emeralds.""
|
||||
|
||||
building_type_shwedagon_pagoda_01:0 "Shwedagon Pagoda"
|
||||
building_type_shwedagon_pagoda_01_desc:0 "The Shwedagon Pagoda is a sacred Buddhist stupa built by the Mon people around the year 500. It houses many famous relics, such as the staff of Kakusandha, the water filter of Koṇāgamana, a piece of the robe of Kassapa, and eight strands of hair from the head of Gautama."
|
||||
building_shwedagon_pagoda_01:0 "Shwedagon Pagoda"
|
||||
|
|
@ -1028,11 +1021,6 @@
|
|||
building_holy_site_mahabodhi_temple_01:0 "$building_type_holy_site_mahabodhi_temple_01$"
|
||||
building_holy_site_mahabodhi_temple_01_desc:0 "$building_type_holy_site_mahabodhi_temple_01_desc$"
|
||||
|
||||
building_type_holy_site_great_mosque_of_cordoba_01:0 "The Great Mosque of Cordoba"
|
||||
building_type_holy_site_great_mosque_of_cordoba_01_desc:0 "The Great Mosque of Cordoba was erected after the Islamic Conquest of the Visigothic Kingdom, upon the foundation of a Christian church. Originally the site was shared, with both Muslims and Christians using it, but the Christian half was eventually purchased and demolished to make room for the Grand Mosque."
|
||||
building_holy_site_great_mosque_of_cordoba_01:0 "$building_type_holy_site_great_mosque_of_cordoba_01$"
|
||||
building_holy_site_great_mosque_of_cordoba_01_desc:0 "$building_type_holy_site_great_mosque_of_cordoba_01_desc$"
|
||||
|
||||
building_type_walls_of_genoa_01:0 "Walls of Genoa"
|
||||
building_type_walls_of_genoa_01_desc:0 "The Walls of Genoa were built in the 9th century after the city was granted significant autonomy. The walls, together with the protection of the coastline, allow the area to develop and prosper."
|
||||
building_walls_of_genoa_01:0 "$building_type_walls_of_genoa_01$"
|
||||
|
|
@ -1797,41 +1785,6 @@
|
|||
building_danevirke_01:0 "$building_type_danevirke_01$"
|
||||
building_danevirke_01_desc:0 "$building_type_danevirke_01_desc$"
|
||||
|
||||
building_type_aljaferia_palace_01:0 "Aljafería"
|
||||
building_type_aljaferia_palace_01_desc:0 "A great palace-fortress built on the Saría plain, the Aljafería is a testament to the power and wealth of Zaragoza. Imposing and splendid in equal measure; it is both an intimidating fortification and a pinnacle of Iberian architecture."
|
||||
building_aljaferia_palace_01:0 "$building_type_aljaferia_palace_01$"
|
||||
building_aljaferia_palace_01_desc:0 "$building_type_aljaferia_palace_01_desc$"
|
||||
|
||||
building_type_roman_wall_of_lugo_01:0 "Roman Walls of Lugo"
|
||||
building_type_roman_wall_of_lugo_01_desc:0 "Built by the Romans long ago, the great Walls of Lugo remain an impressive sight. Pilgrims pass their five gates on the road to Santiago de Compostela, making the journey even more profound."
|
||||
building_roman_wall_of_lugo_01:0 "$building_type_roman_wall_of_lugo_01$"
|
||||
building_roman_wall_of_lugo_01_desc:0 "$building_type_roman_wall_of_lugo_01_desc$"
|
||||
|
||||
building_type_rock_of_gibraltar_01:0 "Rock of Gibraltar"
|
||||
building_type_rock_of_gibraltar_01_desc:0 "The monolithic Rock of Gibraltar overlooks a narrow strait that is the gateway to the Mediterranean Sea. It was one of the Pillars of Hercules in antiquity, considered to mark the end of the known world. Looking at it now, you cannot help but wonder what lies beyond."
|
||||
building_rock_of_gibraltar_01:0 "$building_type_rock_of_gibraltar_01$"
|
||||
building_rock_of_gibraltar_01_desc:0 "$building_type_rock_of_gibraltar_01_desc$"
|
||||
|
||||
building_type_tower_of_hercules_01:0 "Farum Brigantium"
|
||||
building_type_tower_of_hercules_01_desc:0 "This ancient lighthouse is said to have been based on its more famous sister in Alexandria. Having guided seafarers for untold centuries, it remains important to Galicia's coastal trade. Some claim that you can glimpse Ireland's green coast from the top of this lonely tower, but gazing out, you see only endless sea."
|
||||
building_tower_of_hercules_01:0 "$building_type_tower_of_hercules_01$"
|
||||
building_tower_of_hercules_01_desc:0 "$building_type_tower_of_hercules_01_desc$"
|
||||
|
||||
building_type_city_wall_of_toledo_01:0 "City Walls of Toledo"
|
||||
building_type_city_wall_of_toledo_01_desc:0 "Originally built by the Romans in days of old, these massive walls were significantly expanded under the reign of Wamba, king of the Visigoths. The early Arabic rulers widened them even further, creating a defensive system fit for the City of Kings."
|
||||
building_city_wall_of_toledo_01:0 "$building_type_city_wall_of_toledo_01$"
|
||||
building_city_wall_of_toledo_01_desc:0 "$building_type_city_wall_of_toledo_01_desc$"
|
||||
|
||||
building_type_alcazar_of_segovia_01:0 "Alcázar of Segovia"
|
||||
building_type_alcazar_of_segovia_01_desc:0 "Rising like the bow of a ship from a rocky crag, this fortress is an awe-inspiring sight. As majestic as it is impenetrable, it is the greatest of all castles in the kingdom of castles — Castile."
|
||||
building_alcazar_of_segovia_01:0 "$building_type_alcazar_of_segovia_01$"
|
||||
building_alcazar_of_segovia_01_desc:0 "$building_type_alcazar_of_segovia_01_desc$"
|
||||
|
||||
building_type_holy_site_basilica_santiago_01:0 "Cathedral of Santiago de Compostela"
|
||||
building_type_holy_site_basilica_santiago_01_desc:0 "Built over the tomb of James the Great, this splendid edifice is the end point of the Way of Saint James, and the crown of one of the great sites of Christendom. Pilgrims from all over Western and Northern Europe arrive in large numbers, speaking dozens of tongues — though many become mute with awe."
|
||||
building_holy_site_basilica_santiago_01:0 "$building_type_holy_site_basilica_santiago_01$"
|
||||
building_holy_site_basilica_santiago_01_desc:0 "$building_type_holy_site_basilica_santiago_01_desc$"
|
||||
|
||||
building_type_charnel_grounds_01: "Charnel Grounds"
|
||||
building_type_charnel_grounds_01_desc: "As much sites for spiritual cleansing as they are areas for the dead to rest, these open-air grounds provide a site for bodies to decompose."
|
||||
|
||||
|
|
|
|||
|
|
@ -755,7 +755,6 @@
|
|||
dynn_Korhnoallyngton:0 "Korhnoallyngton"
|
||||
dynn_Koster:0 "Koster"
|
||||
dynn_Kr_o_uml_ger:0 "Kröger"
|
||||
dynn_Kr_u_uml_ger:0 "Krüger"
|
||||
dynn_Kraft:0 "Kraft"
|
||||
dynn_Kramer:0 "Kramer"
|
||||
dynn_Kranz:0 "Kranz"
|
||||
|
|
@ -1187,7 +1186,7 @@
|
|||
dynn_Schedl:0 "Schedl"
|
||||
dynn_Schellenberg:0 "Schellenberg"
|
||||
dynn_Schengen:0 "Schengen"
|
||||
dynn_Scheper:0 "Scheper"
|
||||
dynn_Scheper:0 "Skibsbygger"
|
||||
dynn_Schiffer:0 "Schiffer"
|
||||
dynn_Schiller:0 "Schiller"
|
||||
dynn_Schilling:0 "Schilling"
|
||||
|
|
|
|||
|
|
@ -440,6 +440,7 @@
|
|||
# e_scandinavia
|
||||
|
||||
dynn_loon:0 "Loon"
|
||||
dynn_Kr_u_uml_ger:0 "Fouché d'Otrante"
|
||||
|
||||
# PATRONYMS — PREFIXES AND SUFFIXES
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -131,9 +131,9 @@
|
|||
holy_site_provence_effect_name:0 "From [holy_site|E] #weak ($holy_site_provence_name$)#!"
|
||||
|
||||
holy_site_poitiers_name:0 "Moussais-la-Bataille"
|
||||
holy_site_rocamdour_name:0 "Rocamdour"
|
||||
holy_site_rocamdour_name:0 "Rocamadour"
|
||||
holy_site_pavia_name:0 "Pavia"
|
||||
holy_site_ker_ys_name:0 "Ker-Ys"
|
||||
holy_site_ker_ys_name:0 "Kêr-Ys"
|
||||
holy_site_doggerland_name:0 "Melar"
|
||||
holy_site_toulon_name:0 "Toulon"
|
||||
holy_site_oxford_name:0 "Oxford"
|
||||
|
|
|
|||
|
|
@ -2292,6 +2292,30 @@
|
|||
cn_teurgn:0 "Teurgn"
|
||||
cn_tors:0 "Tors"
|
||||
cn_l_o_grv_chas:0 "Lòchas"
|
||||
# Issoudun/Bourges
|
||||
cn_borges:0 "Borges"
|
||||
cn_bourjez:0 "Bourjez"
|
||||
## Anjou
|
||||
cn_anjau:0 "Anjau"
|
||||
cn_anjev:0 "Anjev"
|
||||
# Anjou/Angers
|
||||
cn_a_n_tld_je:0 "Añje"
|
||||
cn_angi_e_act_:0 "Angié"
|
||||
cn_angieus:0 "Angieus"
|
||||
# Maine/Sarthe
|
||||
cn_sarta:0 "Sarta"
|
||||
cn_sarte:0 "Sarte"
|
||||
cn_sarto:0 "Sarto"
|
||||
cn_seurzh:0 "Seurzh"
|
||||
cn_ar_spc_ma_n_tld_s:0 "Ar Mañs"
|
||||
cn_lo_mans:0 "Lo Mans"
|
||||
# Sablé/Mayenne
|
||||
cn_ma_i_uml_enne:0 "Maïenne"
|
||||
cn_mai_e_grv_na:0 "Maièna"
|
||||
cn_mai_e_grv_no:0 "Maièno"
|
||||
cn_mayene:0 "Mayene"
|
||||
cn_mezven:0 "Mezven"
|
||||
#
|
||||
|
||||
# Custom (changed from default) title names:
|
||||
cn_konstantiniyye:0 "Konstantiniyye"
|
||||
|
|
|
|||
|
|
@ -1008,6 +1008,40 @@
|
|||
b_amboise:0 "Amboise"
|
||||
b_le_lude:0 "Bourgueil"
|
||||
b_chinon:0 "Chinon"
|
||||
# Issoudun/Bourges
|
||||
c_issoudun:0 "Bourges"
|
||||
c_issoudun_adj:0 "Berruyer"
|
||||
b_bourges:0 "Bourges"
|
||||
b_boussac:0 "Sancoins"
|
||||
b_orval:0 "Orval"
|
||||
## Anjou
|
||||
d_anjou:0 "Anjou"
|
||||
d_anjou_adj:0 "Angevin"
|
||||
# Anjou/Angers
|
||||
c_anjou:0 "Angers"
|
||||
c_anjou_adj:0 "Angevin"
|
||||
b_angers:0 "Angers"
|
||||
b_luigne:0 "Segré"
|
||||
b_la_fleche:0 "Baugé"
|
||||
# Saumur
|
||||
c_saumur:0 "Saumur"
|
||||
c_saumur_adj:0 "Saumurese"
|
||||
b_saumur:0 "Saumur"
|
||||
b_cholet:0 "Cholet"
|
||||
# Maine/Sarthe
|
||||
c_maine:0 "Sarthe"
|
||||
c_maine_adj:0 "Sarthese"
|
||||
b_le_mans:0 "Le Mans"
|
||||
b_courcillon:0 "Château-du-Loir"
|
||||
b_sarthe:1 "Mamers"
|
||||
b_sable:1 "Sablé-sur-Sarthe"
|
||||
# Sablé/Mayenne
|
||||
c_sable:1 "Mayenne"
|
||||
c_sable_adj:0 "Mayennese"
|
||||
b_mayenne:0 "Mayenne"
|
||||
b_laval:0 "Laval"
|
||||
b_craon:0 "Craon"
|
||||
b_evron:0 "Évron"
|
||||
|
||||
# Custom (changed from default) title names:
|
||||
LOTHARINGIA:0 "$k_lotharingia$"
|
||||
|
|
@ -1712,7 +1746,6 @@
|
|||
b_anemurium:0 "Anemurium"
|
||||
b_anfa:0 "Anfa"
|
||||
b_angelokastron:0 "Angelokastron"
|
||||
b_angers:0 "Angers"
|
||||
b_angouleme:0 "Angoulême"
|
||||
b_anholt:0 "Anholt"
|
||||
b_ani:0 "Ani"
|
||||
|
|
@ -2751,10 +2784,8 @@
|
|||
b_bourem:0 "Bourem"
|
||||
b_boureminaly:0 "Bourem-Inaly"
|
||||
b_bourgas:0 "Bourgas"
|
||||
b_bourges:0 "Bourges"
|
||||
b_bourmedes:0 "Boumerdès"
|
||||
b_bousaada:0 "Bousaada"
|
||||
b_boussac:0 "Sancoins"
|
||||
b_boutron:0 "Boutron"
|
||||
b_bouvines:0 "Bouvines"
|
||||
b_bouzonville:0 "Bouzonville"
|
||||
|
|
@ -3297,7 +3328,6 @@
|
|||
b_chiva:0 "Chiva"
|
||||
b_chizha:0 "Chizha"
|
||||
b_chlifa:0 "Chlifa"
|
||||
b_cholet:0 "Cholet"
|
||||
b_chomutov:0 "Chomutov"
|
||||
b_chora:0 "Chora"
|
||||
b_chornukhy:0 "Chornukhy"
|
||||
|
|
@ -3447,7 +3477,6 @@
|
|||
b_cottbus:0 "Cottbus"
|
||||
b_cotyora:0 "Cotyora"
|
||||
b_coulogne:0 "Coulogne"
|
||||
b_courcillon:0 "Montval-sur-Loir"
|
||||
b_courtenay:0 "Pithiviers"
|
||||
b_courtrai:0 "Courtrai"
|
||||
b_coutances:0 "Coutances"
|
||||
|
|
@ -3459,7 +3488,6 @@
|
|||
b_crailsheim:0 "Crailsheim"
|
||||
b_craiova:0 "Craiova"
|
||||
b_cranz:0 "Cranz"
|
||||
b_craon:0 "Craon"
|
||||
b_crato:0 "Elvas"
|
||||
b_cravant:0 "Cravant"
|
||||
b_crediton:0 "Crediton"
|
||||
|
|
@ -4179,7 +4207,6 @@
|
|||
b_everstein:0 "Everstein"
|
||||
b_evora:0 "Beja"
|
||||
b_evreux:1 "Évreux"
|
||||
b_evron:0 "Évron"
|
||||
b_ewloe:0 "Ewloe"
|
||||
b_ewyas_harold:0 "Ewyas Harold"
|
||||
b_eynafylki:0 "Forsen"
|
||||
|
|
@ -6454,7 +6481,6 @@
|
|||
b_kyzylsu:0 "Kyzyl Su"
|
||||
b_kyzylyar:0 "Kyzyl-Yar"
|
||||
b_kzyluzen:0 "Kzyl-Uzen"
|
||||
b_la_fleche:0 "Baugé-en-Anjou"
|
||||
b_la_peyrade:0 "Castres"
|
||||
b_la_roche-bernard:0 "La Roche-bernard"
|
||||
b_la_roche:0 "Chaudfontaine"
|
||||
|
|
@ -6608,7 +6634,6 @@
|
|||
b_lausanne:0 "Lausanne"
|
||||
b_lauterbach:0 "Lauterbach"
|
||||
b_lauterburg:0 "Lauterburg"
|
||||
b_laval:0 "Laval"
|
||||
b_lavant:0 "Lavant"
|
||||
b_lavardin:0 "Lavardin"
|
||||
b_lavaur:0 "Lavaur"
|
||||
|
|
@ -6618,7 +6643,6 @@
|
|||
b_lawqah:0 "Lawqah"
|
||||
b_laxey:0 "Laxey"
|
||||
b_lazarza:0 "La Zarza"
|
||||
b_le_mans:0 "Le Mans"
|
||||
b_le_puy:1 "Le Puy"
|
||||
b_leal:0 "Lihula"
|
||||
b_lebadea:0 "Lebadea"
|
||||
|
|
@ -6889,7 +6913,6 @@
|
|||
b_lugny:0 "Lugny"
|
||||
b_lugo:0 "Lugo"
|
||||
b_lugos:0 "Lugos"
|
||||
b_luigne:0 "Segré-en-Anjou Bleu"
|
||||
b_lujavvr:0 "Lujavv'r"
|
||||
b_lukh:0 "Lukh"
|
||||
b_lukow:0 "Łuków"
|
||||
|
|
@ -7256,7 +7279,6 @@
|
|||
b_mayafaraqin:0 "Mayafaraqin"
|
||||
b_maydara:0 "Maydara"
|
||||
b_maydh:0 "Maydh"
|
||||
b_mayenne:0 "Mayenne"
|
||||
b_mayin:0 "Mayin"
|
||||
b_maymana:0 "Maymana"
|
||||
b_maymand:0 "Maymand"
|
||||
|
|
@ -8237,7 +8259,6 @@
|
|||
b_ortakuyu:0 "Ortakuyu"
|
||||
b_ortenburg:0 "Ortenburg"
|
||||
b_orthez:0 "Orthez"
|
||||
b_orval:0 "Orval"
|
||||
b_orvieto:0 "Orvieto"
|
||||
b_osa:0 "Osa"
|
||||
b_osek:0 "Osek"
|
||||
|
|
@ -9259,7 +9280,6 @@
|
|||
b_saban:0 "Sab'an"
|
||||
b_sabbioneta:0 "Sabbioneta"
|
||||
b_sabiba:0 "Sabiba"
|
||||
b_sable:1 "Sablé"
|
||||
b_sabratah:0 "Sabratah"
|
||||
b_sabratha:0 "Sabratha"
|
||||
b_sabt:0 "Sabt"
|
||||
|
|
@ -9532,7 +9552,6 @@
|
|||
b_sarria:0 "Astorga"
|
||||
b_sarsink:0 "Sarsink"
|
||||
b_sarskoyegorodishche:0 "Sarskoye Gorodishche"
|
||||
b_sarthe:1 "Mamers"
|
||||
b_sarum:0 "Sarum"
|
||||
b_sarvantikar:0 "Sarvantikar"
|
||||
b_sarvar:0 "Sárvár"
|
||||
|
|
@ -9567,7 +9586,6 @@
|
|||
b_satyapura:0 "Satyapura"
|
||||
b_sauatra:0 "Sauatra"
|
||||
b_saulnois:0 "Saulnois"
|
||||
b_saumur:0 "Saumur"
|
||||
b_saundatti:0 "Saundatti"
|
||||
b_sauveterre:0 "Sauveterre"
|
||||
b_savarinarayana:0 "Savarinarayana"
|
||||
|
|
@ -12154,8 +12172,6 @@
|
|||
c_anhalt_adj:0 "Anhaltian"
|
||||
c_ani:0 "Ani"
|
||||
c_ani_adj:0 "Anian"
|
||||
c_anjou:0 "Angers"
|
||||
c_anjou_adj:0 "Angerian"
|
||||
c_ankober:0 "Ankober"
|
||||
c_ankober_adj:0 "Ankoberian"
|
||||
c_ankyra:0 "Ankyra"
|
||||
|
|
@ -13269,8 +13285,6 @@
|
|||
c_isfara_adj:0 "Isfaran"
|
||||
c_ishim:0 "Ishim"
|
||||
c_ishim_adj:0 "Ishimian"
|
||||
c_issoudun:0 "Bourges"
|
||||
c_issoudun_adj:0 "Bourger"
|
||||
c_istakhr:0 "Istakhr"
|
||||
c_istria:0 "Istria"
|
||||
c_istria_adj:0 "Istrian"
|
||||
|
|
@ -13771,8 +13785,6 @@
|
|||
c_mahoyadapuram_adj:0 "Mahoyadapuram"
|
||||
c_mahra:0 "Mahra"
|
||||
c_mahra_adj:0 "Mahran"
|
||||
c_maine:0 "Sarthe"
|
||||
c_maine_adj:0 "Sarthian"
|
||||
c_mainz:0 "Mainz"
|
||||
c_mainz_adj:0 "Mainzian"
|
||||
c_makran:0 "Makran"
|
||||
|
|
@ -14483,8 +14495,6 @@
|
|||
c_ryazan_adj:0 "Ryazanian"
|
||||
c_saarbrucken:0 "Saarbrücken"
|
||||
c_saarbrucken_adj:0 "Saarbrückener"
|
||||
c_sable:1 "Mayenne"
|
||||
c_sable_adj:0 "Sablian"
|
||||
c_sabzevar:0 "Sabzevar"
|
||||
c_sacz:0 "Sącz"
|
||||
c_sacz_adj:0 "Sączian"
|
||||
|
|
@ -14571,8 +14581,6 @@
|
|||
c_satif_adj:0 "Satifi"
|
||||
c_satyapura:0 "Satyapura"
|
||||
c_satyapura_adj:0 "Satyapuran"
|
||||
c_saumur:0 "Saumur"
|
||||
c_saumur_adj:0 "Saumurian"
|
||||
c_scalovia:0 "Scalovia"
|
||||
c_scalovia_adj:0 "Scalovian"
|
||||
c_schaumberg:0 "Schaumberg"
|
||||
|
|
@ -15398,8 +15406,6 @@
|
|||
d_angria_adj:0 "Angarian"
|
||||
d_anhalt:0 "Anhalt"
|
||||
d_anhalt_adj:0 "Anhalter"
|
||||
d_anjou:0 "Anjou"
|
||||
d_anjou_adj:0 "Anjou"
|
||||
d_antioch:0 "Antioch"
|
||||
d_antioch_adj:0 "Antiochian"
|
||||
d_anupa:0 "Anupa"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue