Merge branch 'main' of https://gitlab.com/new-era-team/N3OW
This commit is contained in:
commit
081da1ade9
37 changed files with 558 additions and 297 deletions
|
|
@ -439,4 +439,154 @@ tell_mines_08 = {
|
|||
directive_to_build_economy_modifier = yes
|
||||
ai_economical_building_preference_modifier = yes
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
### Leclerc Dyeworks
|
||||
|
||||
leclerc_dyeworks_01 = {
|
||||
construction_time = standard_construction_time
|
||||
|
||||
can_construct_potential = {
|
||||
building_leclerc_dyeworks_requirement_terrain = yes
|
||||
building_requirement_castle_city_church = { LEVEL = 01 }
|
||||
}
|
||||
|
||||
can_construct_showing_failures_only = {
|
||||
building_requirement_tribal = no
|
||||
county = { NOT = { has_county_modifier = backwater_county_modifier } }
|
||||
}
|
||||
|
||||
cost_gold = normal_building_tier_2_cost
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = normal_building_tax_tier_2
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = normal_building_development_growth_factor_tier_2
|
||||
development_growth = normal_building_development_growth_tier_2
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 0.3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
creator_mandala_built_regular_building_piety_effect = yes
|
||||
}
|
||||
|
||||
next_building = leclerc_dyeworks_02
|
||||
|
||||
type_icon = "icon_building_murex_farms.dds"
|
||||
|
||||
ai_value = {
|
||||
base = 9
|
||||
ai_tier_1_economical_building_preference_modifier = yes
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
}
|
||||
}
|
||||
|
||||
leclerc_dyeworks_02 = {
|
||||
construction_time = standard_construction_time
|
||||
|
||||
can_construct_potential = {
|
||||
building_murex_farm_requirement_terrain = yes
|
||||
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||
}
|
||||
|
||||
can_construct_showing_failures_only = {
|
||||
building_requirement_tribal = no
|
||||
county = { NOT = { has_county_modifier = backwater_county_modifier } }
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
building_requirement_castle_city_church = { LEVEL = 02 }
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_manorialism
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = normal_building_tier_5_cost
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = normal_building_tax_tier_5
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = normal_building_development_growth_factor_tier_5
|
||||
development_growth = normal_building_development_growth_tier_5
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 1.3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
#Mandala Creator Aspect
|
||||
creator_mandala_built_regular_building_piety_effect = yes
|
||||
}
|
||||
|
||||
next_building = leclerc_dyeworks_03
|
||||
|
||||
type_icon = "icon_building_murex_farms.dds"
|
||||
|
||||
ai_value = {
|
||||
base = 6
|
||||
ai_tier_1_economical_building_preference_modifier = yes
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
}
|
||||
}
|
||||
|
||||
leclerc_dyeworks_03 = {
|
||||
construction_time = standard_construction_time
|
||||
|
||||
can_construct_potential = {
|
||||
building_murex_farm_requirement_terrain = yes
|
||||
building_requirement_castle_city_church = { LEVEL = 04 }
|
||||
}
|
||||
|
||||
can_construct_showing_failures_only = {
|
||||
building_requirement_tribal = no
|
||||
county = { NOT = { has_county_modifier = backwater_county_modifier } }
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
building_requirement_castle_city_church = { LEVEL = 04 }
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_cranes
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = normal_building_tier_7_cost
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = normal_building_tax_tier_7
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = normal_building_development_growth_factor_tier_7
|
||||
development_growth = normal_building_development_growth_tier_7
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 2.3
|
||||
}
|
||||
|
||||
on_complete = {
|
||||
#Mandala Creator Aspect
|
||||
creator_mandala_built_regular_building_piety_effect = yes
|
||||
}
|
||||
|
||||
type_icon = "icon_building_murex_farms.dds"
|
||||
|
||||
ai_value = {
|
||||
base = 4
|
||||
ai_tier_1_economical_building_preference_modifier = yes
|
||||
ai_general_building_modifier = yes
|
||||
directive_to_build_economy_modifier = yes
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
abigail_female = { Abby Abygayl Abygayll Aibbie Aibigail }
|
||||
ada_female = { Ada Adda }
|
||||
adela_female = { Aaltje Ad_e_grv_lo Addyla Addylla Adela Aiddelai }
|
||||
adela_female = { Aaltje Ad_e_grv_lo Addyla Addylla Adela Adele Aiddelai }
|
||||
adelaide_female = { Adelheid Addylayddy Addylaydy Addyllayddy Aiddelaide Aleida Alida Alijda Alke Azala_i_uml_s Aziliz Azylis Elke Heide Heidi }
|
||||
adriana_female = { Adriana Adriano }
|
||||
agatha_female = { _A_rng_got Agatha Agathe Agato }
|
||||
|
|
@ -61,7 +61,7 @@ asma_female = { Asma }
|
|||
assumption_female = { Assumpci_o_act_ }
|
||||
aveline_female = { Awyllyny Awylyny }
|
||||
baptista_female = { Batistino }
|
||||
barbara_female = { B_a_grv_rbara B_a_uml_rbl Barbara Barbo_female Barbro }
|
||||
barbara_female = { B_a_grv_rbara B_a_uml_rbel B_a_uml_rbl Barbara Barbo_female Barbro }
|
||||
beata_female = { Beata Beate }
|
||||
beatrice_female = { Beaitrice Beatrice Beatris Beatriu Byatrhyks Byatrycy Byatrysy }
|
||||
belen_female = { Betlem }
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ edmund_male = { Eddmund Eddmundd Edmond Edmound Edmund }
|
|||
edward_male = { _E_act_douard Audouard Eaddwarhd Eddwaird Eddwardd Edouard Eduard Edvard Edward Nyddardd }
|
||||
edwin_male = { Eddwyn Edvin Edwin }
|
||||
egbert_male = { Egbert }
|
||||
ekkehard_male = { Eckhard Eckart Eicke Eike Ekkehard Eyke }
|
||||
ekkehard_male = { Eckehard Eckhard Eckart Eicke Eike Ekkehard Eyke }
|
||||
eligius_male = { Aloi Eloi }
|
||||
elijah_male = { El_i_grv_o Elies Elias Eliaz Ilyes Lyes }
|
||||
elliot_male = { Elliot Ellyot Elywt }
|
||||
|
|
@ -342,7 +342,7 @@ johnmichael_male = { Jan-Mich_e_grv_u Yann-Vikael }
|
|||
johnnoel_male = { Jan-Calendau }
|
||||
johnpascal_male = { Jan-Pascau }
|
||||
johnpaul_male = { Jan-Pau Jean-Pol Yann-Baol }
|
||||
johnpeter_male = { Jan-P_e_grv_ire Joan_spc_Pere }
|
||||
johnpeter_male = { Hans-Peter Jan-P_e_grv_ire Joan_spc_Pere }
|
||||
johnphilip_male = { Jan-Felip }
|
||||
johnraymond_male = { Joan_spc_Ramon }
|
||||
johnstephen_male = { Jan-Steve }
|
||||
|
|
@ -413,7 +413,7 @@ malthe_male = { Malte Malthe }
|
|||
manfred_male = { Manfred Manfrid }
|
||||
marcel_male = { Marc_e_grv_u Marcel Marsel }
|
||||
marcelinus_male = { Marcel_mdn_l_i_act_ Marcellinus }
|
||||
marianus_male = { Mari_a_grv_ }
|
||||
marianus_male = { Mari_a_grv_ Marian_male }
|
||||
marinus_male = { Marinus }
|
||||
marius_male = { M_a_grv_ri_male M_a_grv_rius Marhyus Mario Marius }
|
||||
mark_male = { Mairk Marc Marco Marcus Marhc Mark Marko Markus }
|
||||
|
|
@ -433,7 +433,7 @@ meinhard_male = { Meinert Meinhard }
|
|||
melchior_male = { Melchior Melker }
|
||||
mercury_male = { Myrhcurhy }
|
||||
merlin_male = { Merlijn Myrlyn }
|
||||
michael_male = { Chiel Maic Maikel Meik Mich_e_grv_u Michael Michaiel Michel Michiel Micka_e_uml_l Mikael Mike Mikkel Mikko Miqu_e_grv_u Miquel Misha_e_uml_l Mychayl Mychayll Myshayl Mytchyll }
|
||||
michael_male = { Chiel Maic Maik Maikel Meik Mich_e_grv_u Michael Michaiel Michel Michiel Micka_e_uml_l Mikael Mike Mikkel Mikko Miqu_e_grv_u Miquel Misha_e_uml_l Mychayl Mychayll Myshayl Mytchyll }
|
||||
michaelangel_male = { Miquel_spc__A_grv_ngel }
|
||||
modest_male = { Modest }
|
||||
morgan_male = { Morgan Morgann Morhgan }
|
||||
|
|
|
|||
|
|
@ -8,23 +8,31 @@
|
|||
"dynn_Arndt"
|
||||
"dynn_Becker"
|
||||
"dynn_Berger"
|
||||
"dynn_Broshog"
|
||||
"dynn_Donath"
|
||||
"dynn_Fischer"
|
||||
"dynn_Franke"
|
||||
"dynn_Friedrich"
|
||||
"dynn_G_o_uml_cke"
|
||||
"dynn_G_u_uml_nther"
|
||||
"dynn_H_u_uml_bner"
|
||||
"dynn_Hartmann"
|
||||
"dynn_Heidemann"
|
||||
"dynn_Heinrich"
|
||||
"dynn_Herrmann"
|
||||
"dynn_Hoffmann"
|
||||
"dynn_Hofmann"
|
||||
"dynn_Just"
|
||||
"dynn_K_o_uml_hler"
|
||||
"dynn_K_o_uml_nig"
|
||||
"dynn_Kiep"
|
||||
"dynn_Koch"
|
||||
"dynn_Kr_u_uml_ger"
|
||||
"dynn_Krakow"
|
||||
"dynn_Krause"
|
||||
"dynn_Lange"
|
||||
"dynn_Lehmann"
|
||||
"dynn_Leisegang"
|
||||
"dynn_Lorenz"
|
||||
"dynn_M_o_uml_ller"
|
||||
"dynn_M_u_uml_ller"
|
||||
|
|
@ -62,54 +70,57 @@
|
|||
Bernd Bernhard
|
||||
Christian
|
||||
Detlef Dieter Dirk
|
||||
Eberhard Erich Ernst
|
||||
Eberhard Erich Ernst Erwin
|
||||
Frank Friedrich Fritz
|
||||
G_u_uml_nter Georg Gerhard Gunter
|
||||
Hans Hans-J_u_uml_rgen Hans-Joachim Harald Harry Hartmut Heiko Heinz Helmut Herbert Hermann Holger Horst
|
||||
J_o_uml_rg J_u_uml_rgen Jens Joachim
|
||||
Karl Karl-Heinz Karsten Klaus Klaus-J_u_uml_rgen Kurt
|
||||
Lutz
|
||||
Manfred Martin Matthias Michael
|
||||
Karl Karl-Heinz Karsten Klaus Klaus-Dieter Klaus-J_u_uml_rgen Kurt
|
||||
Lothar Lutz
|
||||
Manfred Marco Martin Matthias Michael
|
||||
Norbert
|
||||
Olaf Otto
|
||||
Peter
|
||||
Rainer Ralf Reinhard Ronny Rudolf
|
||||
Paul Peter
|
||||
Rainer Ralf Reinhard Ren_e_act_ Roland Ronny Rudolf
|
||||
Siegfried Steffen
|
||||
Thomas Torsten
|
||||
Ulrich Uwe
|
||||
Volker
|
||||
Walter Werner Wilfried Wilhelm Wolfgang
|
||||
Walter Werner Wilfried Wilhelm Willi Wolfgang
|
||||
}
|
||||
2 = {
|
||||
Albert Alexander Andy Arthur
|
||||
Albert Alex Alexander Andy Arthur
|
||||
Benjamin Bruno
|
||||
Carl Carsten
|
||||
Daniel
|
||||
Emil Enrico Eric
|
||||
Felix Franz Friedemann
|
||||
Dagobert Daniel
|
||||
Eckehard Emil Enrico Eric
|
||||
Fabian Felix Frank-Michael Franz Friedemann
|
||||
G_o_uml_tz Gerhart Gotthard
|
||||
Hartwig Heinrich Helmuth Hendrik
|
||||
Jan Jens-Uwe Jochen Johann Johannes John Josef
|
||||
Karlheinz Kersten Kevin
|
||||
Hans-Peter Hardy Hartwig Heinrich Helge Helmuth Hendrik Hugo
|
||||
Jan Jens-Uwe Jochen Johann Johannes John Josef Julius
|
||||
Karlheinz Kersten Kevin Konrad
|
||||
Lars Ludwig
|
||||
Markus
|
||||
Richard Rico Robert
|
||||
Siegmund Sylvio
|
||||
Theo Tim Timo Tino Toni
|
||||
Maik Marian_male Markus
|
||||
Patrick
|
||||
Richard Rico Robert Roger
|
||||
Sebastian Siegmund Sylvio
|
||||
Theo Tim Timo Tino Tobias Toni
|
||||
Ulf
|
||||
Volkmar
|
||||
Willibald
|
||||
Willibald Willy Wolf Wolf-Hugo
|
||||
}
|
||||
1 = {
|
||||
Albin
|
||||
Adalbert Albin
|
||||
Carlfriedrich
|
||||
Dirk-Alexander
|
||||
Erasmus Erhart
|
||||
Frank-Thomas
|
||||
Frank-Thomas Frederik
|
||||
Giso
|
||||
Hanns Hanns-Heinz Hansjochen Henner
|
||||
Hanns Hanns-Heinz Hansjochen Hans-Julius Henner
|
||||
Jan-Hendrik
|
||||
Kendy
|
||||
Ludolf
|
||||
Moritz
|
||||
Marvin Moritz
|
||||
Samuel
|
||||
Tristan
|
||||
Wilfred
|
||||
|
|
@ -117,36 +128,42 @@
|
|||
}
|
||||
female_names = {
|
||||
3 = {
|
||||
Anja Anke Annette
|
||||
Barbara Brigitte
|
||||
Angelika Anja Anke Annette
|
||||
B_a_uml_rbel Barbara Brigitte
|
||||
Carola Charlotte Christel Claudia
|
||||
Dagmar Doreen
|
||||
Gisa
|
||||
Elisabeth Erna
|
||||
Gisa Gudrun
|
||||
Hannelore Helga Hildegard
|
||||
Ilse Ingrid
|
||||
Johanna
|
||||
Kathrin Kerstin
|
||||
Mandy Martina
|
||||
Susanne Sylvia
|
||||
Johanna Jutta
|
||||
Karin Kathrin Kerstin
|
||||
Mandy Marina Martina
|
||||
Sabine Susanne Sylvia
|
||||
Ulrike Ute
|
||||
Yvonne
|
||||
}
|
||||
2 = {
|
||||
Adele
|
||||
Britta
|
||||
Dana
|
||||
Elsa Evelin
|
||||
Gaby Gertraud Gitta
|
||||
Hedwig
|
||||
Dana Diana
|
||||
Elly Elsa Evelin
|
||||
Gaby Gerlinde Gertraud Gitta
|
||||
Hedwig Hertha
|
||||
Julia Juliane
|
||||
Katharina
|
||||
Katharina Katja
|
||||
Lisa
|
||||
Marit Monique
|
||||
Sophie
|
||||
Thea
|
||||
Viola
|
||||
Wiebke
|
||||
}
|
||||
1 = {
|
||||
Elrid
|
||||
Elen Elrid
|
||||
Lynn
|
||||
Mariechen
|
||||
Mariechen Maxi Michelle
|
||||
Skadi
|
||||
}
|
||||
}
|
||||
dynasty_of_location_prefix = "dynnp_von"
|
||||
|
|
|
|||
|
|
@ -1699,3 +1699,8 @@ kraft_dynasty = {
|
|||
name = dynn_Kraft
|
||||
culture = NEOW_pomeranian
|
||||
}
|
||||
|
||||
hofer_dynasty = {
|
||||
name = dynn_Hofer
|
||||
culture = austrian
|
||||
}
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ female_not_muslim_sultan = { # Sultana
|
|||
top_liege = no
|
||||
}
|
||||
}
|
||||
title_not_muslim_sultanate = { # Sultanate
|
||||
title_not_muslim_sultan = { # Sultanate
|
||||
type = title
|
||||
titles = { d_solent }
|
||||
priority = 60
|
||||
|
|
|
|||
|
|
@ -48,6 +48,10 @@
|
|||
oath_faithful_building_01
|
||||
oath_poor_building_01
|
||||
monastic_schools_01 # only for the monastic_schools_allowed_in_every_holding_type faith tenet
|
||||
|
||||
# N3OW buildings
|
||||
leclerc_dyeworks_01
|
||||
tell_mines_01
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -127,6 +131,10 @@ city_holding = {
|
|||
oath_poor_building_01
|
||||
|
||||
monastic_schools_01 # only for the monastic_schools_allowed_in_every_holding_type faith tenet
|
||||
|
||||
# N3OW buildings
|
||||
leclerc_dyeworks_01
|
||||
tell_mines_01
|
||||
}
|
||||
|
||||
can_be_inherited = yes
|
||||
|
|
@ -178,6 +186,10 @@ church_holding = {
|
|||
oath_warriors_building_01
|
||||
oath_faithful_building_01
|
||||
oath_poor_building_01
|
||||
|
||||
# N3OW buildings
|
||||
leclerc_dyeworks_01
|
||||
tell_mines_01
|
||||
}
|
||||
|
||||
can_be_inherited = yes
|
||||
|
|
|
|||
|
|
@ -1379,7 +1379,7 @@ e_france = {
|
|||
province = 2318
|
||||
color = { 42 65 190 }
|
||||
}
|
||||
b_sully_sur_loire = {
|
||||
b_sully_sur_loire = { # Romorantin-Lanthenay
|
||||
province = 2317
|
||||
color = { 5 30 175 }
|
||||
|
||||
|
|
@ -1405,11 +1405,7 @@ e_france = {
|
|||
|
||||
cultural_names = {
|
||||
name_list_picard=cn_rins
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
name_list_occitan=cn_rems
|
||||
}
|
||||
|
||||
b_reims = {
|
||||
|
|
@ -1417,127 +1413,153 @@ e_france = {
|
|||
color = { 7 60 160 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
name_list_picard=cn_rins
|
||||
name_list_occitan=cn_rems
|
||||
}
|
||||
}
|
||||
b_epernay = {
|
||||
province = 2366
|
||||
color = { 7 60 160 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
}
|
||||
}
|
||||
b_vitry_en_perthois = {
|
||||
b_vitry_en_perthois = { # Montmirail
|
||||
province = 2367
|
||||
color = { 7 60 120 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
}
|
||||
}
|
||||
}
|
||||
c_troyes = {
|
||||
color = { 15 61 153 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_picard=cn_tro_e_act__i_uml_es
|
||||
name_list_occitan=cn_tr_o_grv_ias
|
||||
}
|
||||
|
||||
b_troyes = {
|
||||
province = 2371
|
||||
|
||||
color = { 15 55 145 }
|
||||
}
|
||||
b_nogent = {
|
||||
province = 2368
|
||||
|
||||
cultural_names = {
|
||||
name_list_picard=cn_tro_e_act__i_uml_es
|
||||
name_list_occitan=cn_tr_o_grv_ias
|
||||
}
|
||||
}
|
||||
b_nogent = { # Nogent-sur-Seine
|
||||
province = 2368
|
||||
color = { 20 80 145 }
|
||||
}
|
||||
b_bar_sur_seine = {
|
||||
province = 2370
|
||||
|
||||
color = { 20 80 145 }
|
||||
}
|
||||
b_bar_sur_aube = {
|
||||
province = 2365
|
||||
|
||||
color = { 15 55 145 }
|
||||
}
|
||||
b_brienne_le_chateau = {
|
||||
province = 9751
|
||||
|
||||
color = { 15 55 145 }
|
||||
}
|
||||
}
|
||||
c_chalons = {
|
||||
color = { 22 91 229 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_occitan=cn_chalons
|
||||
}
|
||||
|
||||
b_chalons = {
|
||||
province = 2392
|
||||
|
||||
color = { 7 60 120 }
|
||||
}
|
||||
b_saint_dizier = {
|
||||
province = 2389
|
||||
|
||||
cultural_names = {
|
||||
name_list_occitan=cn_chalons_de_champanha
|
||||
}
|
||||
}
|
||||
b_saint_dizier = { # Vitry-le-François
|
||||
province = 2389
|
||||
color = { 7 60 120 }
|
||||
}
|
||||
b_fagnieres = {
|
||||
province = 9749
|
||||
|
||||
color = { 7 60 120 }
|
||||
}
|
||||
}
|
||||
c_langres = { #Haute-Marne
|
||||
color = { 12 51 127 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_arpitan=cn_hi_o_hat_ta_m_a_hat_rna
|
||||
name_list_occitan=cn_nauta_marna
|
||||
name_list_basque=cn_marne_garaia
|
||||
}
|
||||
|
||||
b_chaumont = {
|
||||
province = 2374
|
||||
|
||||
color = { 55 105 225 }
|
||||
}
|
||||
b_langres = {
|
||||
province = 9750
|
||||
|
||||
color = { 55 105 225 }
|
||||
}
|
||||
b_joinville = {
|
||||
province = 2372
|
||||
|
||||
color = { 15 55 145 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
}
|
||||
}
|
||||
b_grand = {
|
||||
province = 2386
|
||||
|
||||
color = { 55 105 225 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
}
|
||||
}
|
||||
b_romilly = {
|
||||
province = 2373
|
||||
|
||||
color = { 12 48 170 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
}
|
||||
}
|
||||
b_champs = {
|
||||
province = 2385
|
||||
|
||||
color = { 55 105 225 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_breton=cn_breizh
|
||||
name_list_normaund=cn_breizh
|
||||
name_list_picard=cn_franche
|
||||
name_list_arpitan=cn_franche
|
||||
name_list_occitan=cn_fran_c_ced_a
|
||||
name_list_provencal=cn_fran_c_ced_a
|
||||
name_list_corsican=cn_francia
|
||||
name_list_basque=cn_frantzia
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1855,7 +1877,7 @@ e_france = {
|
|||
k_aquitaine = {
|
||||
color = { 224 73 17 }
|
||||
|
||||
capital = c_toulouse # Bordaeux
|
||||
capital = c_toulouse # Toulouse
|
||||
|
||||
can_create = {
|
||||
trigger_if = {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
religion_tag = folkgerman_religion
|
||||
|
||||
#Hermetic
|
||||
religion_tag = hermetic_religion
|
||||
religion_tag = chronicler_religion
|
||||
#Europeanist
|
||||
religion_tag = europeanist_religion
|
||||
|
||||
|
|
@ -443,7 +443,7 @@
|
|||
|
||||
special_doctrine_christian_hermetic = {
|
||||
is_shown = {
|
||||
religion_tag = hermetic_religion
|
||||
religion_tag = chronicler_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
|
|
@ -475,7 +475,7 @@
|
|||
|
||||
special_doctrine_nobelian_hermetic = {
|
||||
is_shown = {
|
||||
religion_tag = hermetic_religion
|
||||
religion_tag = chronicler_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
|
|
|
|||
|
|
@ -6,17 +6,14 @@
|
|||
|
||||
###WICCA###
|
||||
|
||||
the_queen_of_summer = {
|
||||
tenet_divine_opulence = {
|
||||
icon = core_tenet_ritual_hospitality
|
||||
|
||||
is_shown = {
|
||||
religion_tag = wicca_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = the_queen_of_summer }
|
||||
limit = { has_doctrine = tenet_divine_opulence }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
|
@ -26,7 +23,6 @@
|
|||
piety_from_feasts_active = yes
|
||||
mandatory_feast_attendance = yes
|
||||
allows_brewery = yes
|
||||
no_unfaithfulness_penalty_active = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
@ -1925,7 +1921,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
tenet_militant_monasticism = {
|
||||
tenet_militant_vows = {
|
||||
icon = core_tenet_armed_resistance
|
||||
piety_cost = {
|
||||
if = {
|
||||
|
|
@ -1954,7 +1950,7 @@
|
|||
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_militant_monasticism }
|
||||
limit = { has_doctrine = tenet_militant_vows }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@
|
|||
#Tenets | placeholder
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_unrelenting_faith
|
||||
doctrine = tenet_militant_monasticism
|
||||
doctrine = tenet_militant_vows
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
hermetic_religion = {
|
||||
chronicler_religion = {
|
||||
family = rf_esoteric
|
||||
doctrine = pagan_hostility_doctrine
|
||||
|
||||
|
|
@ -72,79 +72,79 @@
|
|||
localization = {
|
||||
|
||||
#WealthGod | placeholder
|
||||
WealthGodName = hermetic_wealth_god_name
|
||||
WealthGodNamePossessive = hermetic_wealth_god_name_possessive
|
||||
WealthGodName = chronicler_wealth_god_name
|
||||
WealthGodNamePossessive = chronicler_wealth_god_name_possessive
|
||||
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||
|
||||
#FateGod | placeholder
|
||||
FateGodName = hermetic_fate_god_name
|
||||
FateGodNamePossessive = hermetic_fate_god_name_possessive
|
||||
FateGodName = chronicler_fate_god_name
|
||||
FateGodNamePossessive = chronicler_fate_god_name_possessive
|
||||
FateGodSheHe = CHARACTER_SHEHE_HE
|
||||
FateGodHerHis = CHARACTER_HERHIS_HIS
|
||||
FateGodHerHim = CHARACTER_HERHIM_HIM
|
||||
|
||||
#TricksterGod | placeholder
|
||||
TricksterGodName = hermetic_trickster_god_name
|
||||
TricksterGodNamePossessive = hermetic_trickster_god_name_possessive
|
||||
TricksterGodName = chronicler_trickster_god_name
|
||||
TricksterGodNamePossessive = chronicler_trickster_god_name_possessive
|
||||
TricksterGodSheHe = CHARACTER_SHEHE_HE
|
||||
TricksterGodHerHis = CHARACTER_HERHIS_HIS
|
||||
TricksterGodHerHim = CHARACTER_HERHIM_HIM
|
||||
|
||||
#NightGod | placeholder
|
||||
NightGodName = hermetic_night_god_name
|
||||
NightGodNamePossessive = hermetic_night_god_name_possessive
|
||||
NightGodName = chronicler_night_god_name
|
||||
NightGodNamePossessive = chronicler_night_god_name_possessive
|
||||
NightGodSheHe = CHARACTER_SHEHE_SHE
|
||||
NightGodHerHis = CHARACTER_HERHIS_HER
|
||||
NightGodHerHim = CHARACTER_HERHIM_HER
|
||||
|
||||
GoodGodNames = {
|
||||
hermetic_high_god_name
|
||||
hermetic_high_god_name_alternate
|
||||
chronicler_high_god_name
|
||||
chronicler_high_god_name_alternate
|
||||
}
|
||||
DevilName = hermetic_devil_name
|
||||
DevilNamePossessive = hermetic_devil_name_possessive
|
||||
DevilName = chronicler_devil_name
|
||||
DevilNamePossessive = chronicler_devil_name_possessive
|
||||
DevilSheHe = CHARACTER_SHEHE_HE
|
||||
DevilHerHis = CHARACTER_HERHIS_HIS
|
||||
DevilHerHis = CHARACTER_HERHIS_HIS
|
||||
DevilHerselfHimself = CHARACTER_HIMSELF
|
||||
EvilGodNames = {
|
||||
hermetic_devil_name
|
||||
chronicler_devil_name
|
||||
}
|
||||
HouseOfWorship = hermetic_house_of_worship
|
||||
HouseOfWorshipPlural = hermetic_house_of_worship_plural
|
||||
ReligiousText = hermetic_religious_text
|
||||
ReligiousHeadName = hermetic_religious_head_title
|
||||
ReligiousHeadTitleName = hermetic_religious_head_title_name
|
||||
DevoteeMale = hermetic_devotee
|
||||
DevoteeMalePlural = hermetic_devotee_plural
|
||||
DevoteeFemale = hermetic_devotee
|
||||
DevoteeFemalePlural = hermetic_devotee_plural
|
||||
DevoteeNeuter = hermetic_devotee
|
||||
DevoteeNeuterPlural = hermetic_devotee_plural
|
||||
PriestMale = hermetic_priest
|
||||
PriestMalePlural = hermetic_priest_plural
|
||||
PriestFemale = hermetic_priest
|
||||
PriestFemalePlural = hermetic_priest_plural
|
||||
PriestNeuter = hermetic_priest
|
||||
PriestNeuterPlural = hermetic_priest_plural
|
||||
BishopMale = hermetic_bishop
|
||||
BishopMalePlural = hermetic_bishop_plural
|
||||
BishopFemale = hermetic_bishop
|
||||
BishopFemalePlural = hermetic_bishop_plural
|
||||
BishopNeuter = hermetic_bishop
|
||||
BishopNeuterPlural = hermetic_bishop_plural
|
||||
DivineRealm = hermetic_positive_afterlife
|
||||
PositiveAfterLife = hermetic_positive_afterlife
|
||||
NegativeAfterLife = hermetic_negative_afterlife
|
||||
DeathDeityName = hermetic_death_deity_name
|
||||
DeathDeityNamePossessive = hermetic_death_deity_name_possessive
|
||||
HouseOfWorship = chronicler_house_of_worship
|
||||
HouseOfWorshipPlural = chronicler_house_of_worship_plural
|
||||
ReligiousText = chronicler_religious_text
|
||||
ReligiousHeadName = chronicler_religious_head_title
|
||||
ReligiousHeadTitleName = chronicler_religious_head_title_name
|
||||
DevoteeMale = chronicler_devotee
|
||||
DevoteeMalePlural = chronicler_devotee_plural
|
||||
DevoteeFemale = chronicler_devotee
|
||||
DevoteeFemalePlural = chronicler_devotee_plural
|
||||
DevoteeNeuter = chronicler_devotee
|
||||
DevoteeNeuterPlural = chronicler_devotee_plural
|
||||
PriestMale = chronicler_priest
|
||||
PriestMalePlural = chronicler_priest_plural
|
||||
PriestFemale = chronicler_priest
|
||||
PriestFemalePlural = chronicler_priest_plural
|
||||
PriestNeuter = chronicler_priest
|
||||
PriestNeuterPlural = chronicler_priest_plural
|
||||
BishopMale = chronicler_bishop
|
||||
BishopMalePlural = chronicler_bishop_plural
|
||||
BishopFemale = chronicler_bishop
|
||||
BishopFemalePlural = chronicler_bishop_plural
|
||||
BishopNeuter = chronicler_bishop
|
||||
BishopNeuterPlural = chronicler_bishop_plural
|
||||
DivineRealm = chronicler_positive_afterlife
|
||||
PositiveAfterLife = chronicler_positive_afterlife
|
||||
NegativeAfterLife = chronicler_negative_afterlife
|
||||
DeathDeityName = chronicler_death_deity_name
|
||||
DeathDeityNamePossessive = chronicler_death_deity_name_possessive
|
||||
DeathDeitySheHe = CHARACTER_SHEHE_HE
|
||||
DeathDeityHerHis = CHARACTER_HERHIS_HIS
|
||||
DeathDeityHerHim = CHARACTER_HERHIM_HIM
|
||||
WitchGodName = hermetic_witch_god_name
|
||||
WitchGodNamePossessive = hermetic_witch_god_name_possessive
|
||||
WitchGodName = chronicler_witch_god_name
|
||||
WitchGodNamePossessive = chronicler_witch_god_name_possessive
|
||||
WitchGodHerHis = CHARACTER_HERHIS_HIS
|
||||
WitchGodSheHe = CHARACTER_SHEHE_HE
|
||||
WitchGodHerHim = CHARACTER_HERHIM_HIM
|
||||
|
|
@ -259,15 +259,15 @@
|
|||
rosenkreuzer_health_god_name
|
||||
rosenkreuzer_knowledge_god_name
|
||||
rosenkreuzer_household_god_name
|
||||
hermetic_witch_god_name
|
||||
hermetic_wealth_god_name
|
||||
hermetic_fate_god_name
|
||||
hermetic_night_god_name
|
||||
chronicler_witch_god_name
|
||||
chronicler_wealth_god_name
|
||||
chronicler_fate_god_name
|
||||
chronicler_night_god_name
|
||||
}
|
||||
EvilGodNames = {
|
||||
hermetic_devil_name
|
||||
chronicler_devil_name
|
||||
rosenkreuzer_war_god_name
|
||||
hermetic_death_diety_name
|
||||
chronicler_death_diety_name
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -369,15 +369,15 @@
|
|||
nobelian_health_god_name
|
||||
nobelian_knowledge_god_name
|
||||
nobelian_household_god_name
|
||||
hermetic_witch_god_name
|
||||
hermetic_wealth_god_name
|
||||
hermetic_fate_god_name
|
||||
hermetic_night_god_name
|
||||
chronicler_witch_god_name
|
||||
chronicler_wealth_god_name
|
||||
chronicler_fate_god_name
|
||||
chronicler_night_god_name
|
||||
}
|
||||
EvilGodNames = {
|
||||
hermetic_devil_name
|
||||
chronicler_devil_name
|
||||
nobelian_war_god_name
|
||||
hermetic_death_diety_name
|
||||
chronicler_death_diety_name
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_sun_worship
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_divine_opulence
|
||||
doctrine = tenet_legalism
|
||||
doctrine = doctrine_temporal_head
|
||||
#Coronation tradition
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
#doctrine = special_doctrine_esoteric_witchcraft
|
||||
|
||||
#Tenets | WIP
|
||||
doctrine = the_queen_of_summer
|
||||
doctrine = tenet_divine_opulence
|
||||
doctrine = tenet_do_what_thou_wilt
|
||||
doctrine = tenet_rule_the_waves
|
||||
doctrine = doctrine_witchcraft_virtuous
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@
|
|||
doctrine = doctrine_clerical_gender_female_only
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = the_queen_of_summer
|
||||
doctrine = tenet_divine_opulence
|
||||
doctrine = king_of_winter
|
||||
doctrine = tenet_chivalric_ideals
|
||||
|
||||
|
|
|
|||
|
|
@ -938,3 +938,16 @@ building_breweries_requirement = {
|
|||
# }
|
||||
# }
|
||||
#}
|
||||
|
||||
building_leclerc_dyeworks_requirement_terrain = {
|
||||
is_county_capital = yes
|
||||
OR = {
|
||||
this.barony = title:b_paris
|
||||
this.barony = title:b_toulouse
|
||||
this.barony = title:b_bordeaux
|
||||
this.barony = title:b_saumur
|
||||
this.barony = title:b_marseille
|
||||
this.barony = title:b_lyon
|
||||
this.barony = title:b_roanne
|
||||
}
|
||||
}
|
||||
BIN
gfx/interface/icons/faith/concordianist.dds
(Stored with Git LFS)
BIN
gfx/interface/icons/faith/concordianist.dds
(Stored with Git LFS)
Binary file not shown.
|
|
@ -11730,7 +11730,7 @@ religion_interior = {
|
|||
}
|
||||
|
||||
texture = {
|
||||
trigger = { religion = religion:hermetic_religion }
|
||||
trigger = { religion = religion:chronicler_religion }
|
||||
reference = "event_scenes/study.dds"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ alps_hans= {
|
|||
|
||||
alps_luitpold = {
|
||||
name = "Luitpold"
|
||||
#dynasty = hernaud_dynasty
|
||||
dynasty = hofer_dynasty
|
||||
religion = roman_catholic
|
||||
culture = austrian
|
||||
trait = education_learning_3
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ britannia_cyflymarhyan_frydyryk = {
|
|||
}
|
||||
|
||||
france_spatstone_mary = {
|
||||
name = "Mair"
|
||||
name = "Mayr"
|
||||
dynasty = dynn_britannia_spatstony
|
||||
religion = "victorian"
|
||||
culture = soueyrneg
|
||||
|
|
@ -372,7 +372,7 @@ britannia_starr_cwmfwrt = {
|
|||
}
|
||||
|
||||
britannia_starr_kevyn = {
|
||||
name = "Kyvyn"
|
||||
name = "Kyfyn"
|
||||
dynasty = dynn_britannia_starr
|
||||
religion = "victorian"
|
||||
culture = scouseg
|
||||
|
|
@ -450,7 +450,7 @@ britannia_starr_anise = {
|
|||
}
|
||||
|
||||
britannia_starr_john = {
|
||||
name = "Evan"
|
||||
name = "Efan"
|
||||
dynasty = dynn_britannia_starr
|
||||
religion = "victorian"
|
||||
culture = scouseg
|
||||
|
|
@ -543,7 +543,7 @@ britannia_giray_basenzhabu = {
|
|||
}
|
||||
|
||||
britannia_giray_selim = {
|
||||
name = "Selim"
|
||||
name = "Sylym"
|
||||
dynasty = dynn_britannia_giray
|
||||
#dna = dna_giray_basenzhabu
|
||||
religion = "victorian"
|
||||
|
|
@ -568,7 +568,7 @@ britannia_giray_selim = {
|
|||
}
|
||||
|
||||
britannia_giray_qirim = {
|
||||
name = "Qirim"
|
||||
name = "Qyrym"
|
||||
dynasty = dynn_britannia_giray
|
||||
#dna = dna_giray_basenzhabu
|
||||
religion = "victorian"
|
||||
|
|
@ -649,7 +649,7 @@ britannia_tudorh_arthur = {
|
|||
}
|
||||
|
||||
britannia_tudorh_magaret = {
|
||||
name = "Margarhet"
|
||||
name = "Marhgarhyt"
|
||||
dynasty = dynn_britannia_tudorh
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -792,7 +792,7 @@ britannia_rholls_rhoycy_bynjamyn = {
|
|||
}
|
||||
|
||||
britannia_rholls_rhoycy_evan = {
|
||||
name = "Evan"
|
||||
name = "Efan"
|
||||
dynasty = dynn_britannia_rholls_rhoycy
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -822,7 +822,7 @@ britannia_rholls_rhoycy_henry = {
|
|||
}
|
||||
|
||||
britannia_rholls_rhoycy_eleanor = {
|
||||
name = "Gwenhwyfar"
|
||||
name = "Gwynhwyffar"
|
||||
dynasty = dynn_britannia_rholls_rhoycy
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -839,7 +839,7 @@ britannia_rholls_rhoycy_eleanor = {
|
|||
}
|
||||
|
||||
britannia_rholls_rhoycy_charles = {
|
||||
name = "Siarl"
|
||||
name = "Syarhl"
|
||||
dynasty = dynn_britannia_rholls_rhoycy
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -1013,7 +1013,7 @@ britannia_solomonid_jhwhn = {
|
|||
|
||||
|
||||
britannia_solomonid_alfryd = {
|
||||
name = "Alfryd"
|
||||
name = "Alffrydd"
|
||||
dynasty = dynn_britannia_solomonid
|
||||
religion = "victorian"
|
||||
#dna = dna_solomonid_arthur
|
||||
|
|
@ -1118,7 +1118,7 @@ britannia_colbrugha_michael = {
|
|||
}
|
||||
|
||||
britannia_lawrence_owain = {
|
||||
name = "Owain"
|
||||
name = "Owan"
|
||||
dynasty = dynn_britannia_lawrence
|
||||
religion = "victorian"
|
||||
culture = scouseg
|
||||
|
|
@ -2177,7 +2177,7 @@ britannia_newton_margaret = {
|
|||
}
|
||||
|
||||
britannia_evan_bryan = {
|
||||
name = "Evan"
|
||||
name = "Efan"
|
||||
dynasty = dynn_britannia_juny
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -2197,7 +2197,7 @@ britannia_evan_bryan = {
|
|||
}
|
||||
|
||||
britannia_juny_bryan = {
|
||||
name = "Bryan"
|
||||
name = "Brhyan"
|
||||
dynasty = dynn_britannia_juny
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -2237,7 +2237,7 @@ britannia_juny_alys = {
|
|||
}
|
||||
|
||||
britannia_juny_lowri = {
|
||||
name = "Lowri"
|
||||
name = "Lowrhy"
|
||||
dynasty = dynn_britannia_juny
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -2480,7 +2480,7 @@ britannia_adam_duleep = { #Claims to be relative of the last Maharaja, ruler of
|
|||
}
|
||||
|
||||
britannia_victor_duleep = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Vyktor"
|
||||
name = "Ffyrhmyn"
|
||||
dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
#dna = dna_duleep_singh
|
||||
|
|
@ -2588,7 +2588,7 @@ britannia_kafyry_duleep = { #Claims to be relative of the last Maharaja, ruler o
|
|||
}
|
||||
|
||||
britannia_sophiai_duleep = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Sophiai"
|
||||
name = "Soffrhonya"
|
||||
dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -2610,7 +2610,7 @@ britannia_sophiai_duleep = { #Claims to be relative of the last Maharaja, ruler
|
|||
}
|
||||
|
||||
britannia_albert_duleep = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Albert"
|
||||
name = "Albyrht"
|
||||
dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
culture = prytoneg
|
||||
|
|
@ -2626,7 +2626,7 @@ britannia_albert_duleep = { #Claims to be relative of the last Maharaja, ruler o
|
|||
|
||||
|
||||
britannia_pauline_duleep = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Polinu"
|
||||
name = "Polynu"
|
||||
female=yes
|
||||
dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
|
|
@ -2667,7 +2667,7 @@ britannia_ada_duleep = { #Claims to be relative of the last Maharaja, ruler of b
|
|||
}
|
||||
}
|
||||
britannia_alex_duleep = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Iskar"
|
||||
name = "Iskarh"
|
||||
dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
dna = dna_duleep_singh
|
||||
|
|
@ -2693,7 +2693,7 @@ britannia_alex_duleep = { #Claims to be relative of the last Maharaja, ruler of
|
|||
}
|
||||
|
||||
britannia_vyktor_duleep_1 = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Vyktor"
|
||||
name = "Ffyrhmyn"
|
||||
dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
dna = dna_duleep_vyktor_1
|
||||
|
|
@ -2714,7 +2714,7 @@ britannia_vyktor_duleep_1 = { #Claims to be relative of the last Maharaja, ruler
|
|||
}
|
||||
}
|
||||
britannia_banda_duleep = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||
name = "Banda"
|
||||
name = "Bandda"
|
||||
#dynasty = dynn_britannia_duleep_singh
|
||||
religion = "victorian"
|
||||
dna = dna_duleep_banda
|
||||
|
|
|
|||
|
|
@ -116,15 +116,17 @@
|
|||
}
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
leclerc_dyeworks_01
|
||||
farm_estates_01
|
||||
curtain_walls_01
|
||||
}
|
||||
}
|
||||
1066.1.1 = {
|
||||
buildings = {
|
||||
curtain_walls_01
|
||||
castle_02
|
||||
farm_estates_02
|
||||
curtain_walls_01
|
||||
leclerc_dyeworks_01
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,11 +4,6 @@ k_switzerland = {
|
|||
change_development_level = 7
|
||||
}
|
||||
}
|
||||
k_tirol = {
|
||||
2505.1.1 = {
|
||||
change_development_level = 7
|
||||
}
|
||||
}
|
||||
k_doggerland = {
|
||||
2505.1.1 = {
|
||||
change_development_level = 7
|
||||
|
|
|
|||
|
|
@ -331,4 +331,13 @@
|
|||
building_croke_park_01:0 "Basic Stadium Housing"
|
||||
building_croke_park_01_desc:0 "Croke Park Stadium, once one of the greatest stadiums in Europe, is now used as a foundation for a settlement. Even though its walls are crumbling, many people call this place home, as the high walls protect them from enemy attacks. The field in the middle is used for many games, keeping the people in the nearby region happier. But alas , its great potential is still unused."
|
||||
building_croke_park_02:0 "Great City Of Croke Park"
|
||||
building_croke_park_02_desc:0 "Great City of Croke Park, as many like to call it, is not only a grand city but also a formidable fortress. Its walls no longer crumble, and its defense is now properly organized. Croke Park Stadium is now known not only as a great city but also a formidable fortress protecting the people of Dublin in tougher times."
|
||||
building_croke_park_02_desc:0 "Great City of Croke Park, as many like to call it, is not only a grand city but also a formidable fortress. Its walls no longer crumble, and its defense is now properly organized. Croke Park Stadium is now known not only as a great city but also a formidable fortress protecting the people of Dublin in tougher times."
|
||||
|
||||
building_type_leclerc_dyeworks_01:1 "Leclerc Dyeworks"
|
||||
building_type_leclerc_dyeworks_01_desc:1 "Famed throughout the world, Leclerc White is one of the most sought-after dyes, known for its pure white colour. Only made in France, it is produced by scraping off titanium rust from Leclerc tanks, ancient armoured vehicles that even now remain in the major cities they were ordered to defend."
|
||||
building_leclerc_dyeworks_01:1 "Rust Harvesters"
|
||||
building_leclerc_dyeworks_01_desc:2 "The harvesting of titanium rust is only entrusted upon skilled journeymen and masters who are delicate in their work, making sure not to damage the Leclerc they are assigned."
|
||||
building_leclerc_dyeworks_02:1 "Leclerc Dyehouse"
|
||||
building_leclerc_dyeworks_02_desc:1 "A centre of production, where the collected titanium rust is stored and used in the making of Leclerc White by master unionsmen and their apprentices."
|
||||
building_leclerc_dyeworks_03:1 "Leclercier Union Hall"
|
||||
building_leclerc_dyeworks_03_desc:1 "The local headquarters of the Leclercier Union in the region, which oversees product quality, tax collection and the continued training of new masters."
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
l_english:
|
||||
nick_no_quarter:0 "'No-Quarter'"
|
||||
nick_the_senan:0 "'the Sénan'"
|
||||
nick_no_quarter:0 "No-Quarter"
|
||||
nick_the_senan:0 "the Sénan"
|
||||
nick_the_senan_desc:1 "[CHARACTER.GetShortUINameNoTooltipNoFormat|U] [CharWereWas(CHARACTER)] raised on the island of Sein, and [CharWereWas(CHARACTER)] known for [CharYourHerHis(CHARACTER)] love of it."
|
||||
nick_the_soldier:0 "'the Soldier'"
|
||||
nick_the_white_ermine:0 "'the White Ermine'"
|
||||
nick_the_soldier:0 "the Soldier"
|
||||
nick_the_white_ermine:0 "the White Ermine"
|
||||
nick_the_white_ermine_desc:1 ""#italic Kentoc'h mervel eget bezañ saotret!#!" - Rather death than dishonour! Like the beast adorning the flag of [CharYourHerHis(CHARACTER)] people, [CHARACTER.GetShortUINameNoTooltipNoFormat|U] would die rather than stain [CharYourHerHis(CHARACTER)]'s honour."
|
||||
nick_the_saltspite:0 "'Saltspite'"
|
||||
nick_the_saltspite:0 "Saltspite"
|
||||
nick_the_saltspite_desc:1 "[CHARACTER.GetShortUINameNoTooltipNoFormat|U] [CharAreIs(CHARACTER)] known for two things. His spiteful nature, and his love of the sea."
|
||||
|
|
@ -477,23 +477,23 @@
|
|||
building_elephant_pens_08:1 "Elephant Breeders"
|
||||
building_elephant_pens_08_desc:1 "The elephant breeders ensure that new calves are born and raised only from the best and most healthy stock."
|
||||
|
||||
building_type_guild_halls_01:1 "Guilds"
|
||||
building_type_guild_halls_01_desc:1 "The city provides all major guilds and burgher families with ample locale to organize and practice their crafts."
|
||||
building_guild_halls_01:0 "Guild Halls"
|
||||
building_type_guild_halls_01:1 "Unions"
|
||||
building_type_guild_halls_01_desc:1 "The city provides all major unions and burgher families with ample locale to organize and practice their crafts."
|
||||
building_guild_halls_01:0 "Union Halls"
|
||||
building_guild_halls_01_desc:0 "$building_type_guild_halls_01_desc$"
|
||||
building_guild_halls_02:1 "Carver's Guilds"
|
||||
building_guild_halls_02_desc:1 "Carvers produce items out of wood or bone, such as frames, decorations or tools. They also carve heraldic shields, making the guild popular among the nobility."
|
||||
building_guild_halls_03:1 "Carpenter's Guilds"
|
||||
building_guild_halls_02:1 "Carver's Unions"
|
||||
building_guild_halls_02_desc:1 "Carvers produce items out of wood or bone, such as frames, decorations or tools. They also carve heraldic shields, making the union popular among the nobility."
|
||||
building_guild_halls_03:1 "Carpenter's Unions"
|
||||
building_guild_halls_03_desc:1 "Carpenters work with construction, primarily using timber as their material of choice. Their services are sought-after by both nobles and clergy, especially for the beautiful trim jointery they make for churches and estates."
|
||||
building_guild_halls_04:1 "Hunter's Guilds"
|
||||
building_guild_halls_04:1 "Hunter's Unions"
|
||||
building_guild_halls_04_desc:1 "Hunters trade in meat and skins, with their services enabling both butchers and tanners to do their crafts. The finest skins naturally befall the most prestigious noble families."
|
||||
building_guild_halls_05:1 "Mason's Guilds"
|
||||
building_guild_halls_05:1 "Mason's Unions"
|
||||
building_guild_halls_05_desc:1 "Masons work with stone, both for construction and sculpture. Their skill is widely sought after, as their expertise is invaluable when constructing fortifications."
|
||||
building_guild_halls_06:1 "Tailor's Guilds"
|
||||
building_guild_halls_06:1 "Tailor's Unions"
|
||||
building_guild_halls_06_desc:1 "Tailors wield needle, thread, and cloth as their weapons of choice. With their unparalleled skills, they produce beautiful garments for the nobility."
|
||||
building_guild_halls_07:1 "Glassworker's Guilds"
|
||||
building_guild_halls_07:1 "Glassworker's Unions"
|
||||
building_guild_halls_07_desc:1 "Glassworkers create fascinating items out of glass, everything from goblets to window panes. Having items made out of glass is very prestigious, making their services highly desirable."
|
||||
building_guild_halls_08:1 "Artisan's Guilds"
|
||||
building_guild_halls_08:1 "Artisan's Unions"
|
||||
building_guild_halls_08_desc:1 "Artisans use a multitude of materials not only to produce works of art but also entirely new innovations. Their ingenuity and refined skill is drawing the attention of high nobles everywhere."
|
||||
|
||||
building_type_monastic_schools_01:1 "Monasteries"
|
||||
|
|
@ -615,8 +615,8 @@
|
|||
building_stables_05_desc:0 "The addition of simple quarters in which the workers can sleep keeps them out of the horse pens, making life more comfortable for man and beast alike."
|
||||
building_stables_06:0 "Drainage Channels"
|
||||
building_stables_06_desc:0 "Channels carved in the ground of the stables keep the horses dry and cozy, almost effortlessly."
|
||||
building_stables_07:0 "Farrier's Guilds"
|
||||
building_stables_07_desc:0 "The amount of work and skill required to properly care for the hooves encourages the growth of farrier's guilds, tirelessly making, adjusting, and repairing horseshoes."
|
||||
building_stables_07:0 "Farrier's Unions"
|
||||
building_stables_07_desc:0 "The amount of work and skill required to properly care for the hooves encourages the growth of farrier's unions, tirelessly making, adjusting, and repairing horseshoes."
|
||||
building_stables_08:0 "Stud Farms"
|
||||
building_stables_08_desc:0 "The addition of dedicated facilities for grooming and caring for the most prized examples of equine perfection support the breeding of new, magnificent steeds, and make the ones we have almost glitter."
|
||||
|
||||
|
|
@ -724,7 +724,7 @@
|
|||
building_watermills_03:0 "Overshot Waterwheels"
|
||||
building_watermills_03_desc:0 "Using the difference in water levels, formed either naturally or achieved with a bit of human ingenuity, is a much more efficient and reliable way of generating torque."
|
||||
building_watermills_04:0 "Industrial Mills"
|
||||
building_watermills_04_desc:0 "What started as a simple malt mill, processing mostly agricultural goods, now attracts other trades. Guild porters are waiting till the mills grind their mustard, full their cloth, or crush their ore."
|
||||
building_watermills_04_desc:0 "What started as a simple malt mill, processing mostly agricultural goods, now attracts other trades. Union porters are waiting till the mills grind their mustard, full their cloth, or crush their ore."
|
||||
building_watermills_05:0 "Organized Roads"
|
||||
building_watermills_05_desc:0 "Hired enforcers, shelters, road passes, and even inns, placed alongside the roads leading to the mills, organize and cater to those waiting in line. Horse or human-pulled carts, full of soon to be milled goods, like lumber, hemp, or animal skins, are lining up day and night."
|
||||
building_watermills_06:0 "Ship Mills"
|
||||
|
|
@ -761,10 +761,10 @@
|
|||
building_workshops_02_desc:0 "Day and night, in a long narrow ditch partially sheltered from elements, workers are laying and braiding rope and string, both plant or animal-based."
|
||||
building_workshops_03:0 "String Storages"
|
||||
building_workshops_03_desc:0 "A dedicated storage facility keeps a ready-to-use stock for bows, crossbows, and torsion siege weapons."
|
||||
building_workshops_04:0 "Tunneler's Guild"
|
||||
building_workshops_04:0 "Tunneler's Union"
|
||||
building_workshops_04_desc:0 "While appearing deceitfully simple, tunneling during sieges is an occupation that requires a lot of dedication and expertise. Those who survived their first siege can share the knowledge and practical skills with eager volunteers."
|
||||
building_workshops_05:0 "Fletcher's Guild"
|
||||
building_workshops_05_desc:0 "No longer part of the bowyer's guild due to increased demand for both weapons and ammunition, a separate fletcher's guild tirelessly provides all the arrows needed to sustain the troops in the field."
|
||||
building_workshops_05:0 "Fletcher's Union"
|
||||
building_workshops_05_desc:0 "No longer part of the bowyer's union due to increased demand for both weapons and ammunition, a separate fletcher's union tirelessly provides all the arrows needed to sustain the troops in the field."
|
||||
building_workshops_06:0 "Mathematicians Halls"
|
||||
building_workshops_06_desc:0 "Repeated trial and error adjustments to torsion engine parameters, made to achieve better accuracy and range, have led some of our siege engineers to start writing down their successful methods. Their records now fill whole halls, alive with commotion and discussion."
|
||||
building_workshops_07:0 "Standardized Weapon Dimensions"
|
||||
|
|
@ -1696,8 +1696,8 @@
|
|||
building_type_blacksmiths_01_desc:0 "Smiths in the employ of the crown forge weapons and armor for the royal guard, ensuring a steady supply of superior armaments."
|
||||
building_blacksmiths_01:1 "Crown Blacksmiths"
|
||||
building_blacksmiths_01_desc:1 "The best and most productive smiths are employed by the crown and set to produce swords, mail, and pikes for the royal guard."
|
||||
building_blacksmiths_02:0 "Blacksmith's Guilds"
|
||||
building_blacksmiths_02_desc:0 "By collaborating with the various guilds, large amounts of gear can be made cheaply on order."
|
||||
building_blacksmiths_02:0 "Blacksmith's Unions"
|
||||
building_blacksmiths_02_desc:0 "By collaborating with the various unions, large amounts of gear can be made cheaply on order."
|
||||
building_blacksmiths_03:0 "Royal Forges"
|
||||
building_blacksmiths_03_desc:0 "Large forges are constructed for the sole purpose of supplying the crown with weapons; only the best smiths are employed to work therein."
|
||||
|
||||
|
|
@ -2077,8 +2077,8 @@
|
|||
building_murex_farm_03_desc: "The specialized distillery refines Murex secretions into a potent purple dye. Its operation significantly increases the vibrancy and value of the dye."
|
||||
building_murex_farm_04: "Drying Flats"
|
||||
building_murex_farm_04_desc: "An open-air courtyard expedites the dye oxidation process. This reduces the production time for the purple dye, ensuring a more efficient workflow."
|
||||
building_murex_farm_05: "Master Dyers Guild"
|
||||
building_murex_farm_05_desc: "The Master Dyers Guild, renowned for achieving the perfect shade of Tyrian purple, enhances the precision of textile dyeing. This results in consistently high-quality purple garments."
|
||||
building_murex_farm_05: "Master Dyers Union"
|
||||
building_murex_farm_05_desc: "The Master Dyers Union, renowned for achieving the perfect shade of Tyrian purple, enhances the precision of textile dyeing. This results in consistently high-quality purple garments."
|
||||
building_murex_farm_06: "Silk Weaving Atelier"
|
||||
building_murex_farm_06_desc: "This workshop specializes in weaving luxurious fabrics like silk for dyeing. It unlocks the ability to produce garments of exceptional quality, increasing their trade value."
|
||||
building_murex_farm_07: "Imperial Textile Workshop"
|
||||
|
|
@ -2127,8 +2127,8 @@
|
|||
building_capital_bureau_02_desc: "This office employs a large policing force, which keeps the city safe from criminals and apprehends lawbreakers."
|
||||
building_capital_bureau_03: "Firemen's Headquarters"
|
||||
building_capital_bureau_03_desc: "Fires are a constant threat that looms over any densely populated area. A well-drilled fire crew will put out a fire before it spreads."
|
||||
building_capital_bureau_04: "Guild Administration"
|
||||
building_capital_bureau_04_desc: "Appointing officials as overseers of the many guilds within the city will ensure that each guild is efficient, maintain quality, and follow all necessary procedures."
|
||||
building_capital_bureau_04: "Union Administration"
|
||||
building_capital_bureau_04_desc: "Appointing officials as overseers of the many unions within the city will ensure that each union is efficient, maintain quality, and follow all necessary procedures."
|
||||
building_capital_bureau_05: "Judicial Department"
|
||||
building_capital_bureau_05_desc: "An extended department for judicial matters is a necessity in a large and growing city. An army of officials, clerks, and judges, work effortlessly to enforce law and order."
|
||||
building_capital_bureau_06: "City Jail"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@
|
|||
name_list_goidelic:0 "Goidelic"
|
||||
name_list_neow_scottish:0 "Scottish"
|
||||
name_list_neow_goidelic:0 "Irish"
|
||||
name_list_NEOW_french:0 "French"
|
||||
name_list_NEOW_french:0 "French"
|
||||
name_list_NEOW_swabian:0 "Swabian"
|
||||
|
|
@ -1492,3 +1492,11 @@
|
|||
dynn_Wolff:0 "Wolff"
|
||||
dynn_H_u_uml_bner:0 "Hübner"
|
||||
dynn_Otto:0 "Otto"
|
||||
dynn_Donath:0 "Donath"
|
||||
dynn_Broshog:0 "Broshog"
|
||||
dynn_Just:0 "Just"
|
||||
dynn_Krakow:0 "Krakow"
|
||||
dynn_Kiep:0 "Kiep"
|
||||
dynn_Leisegang:0 "Leisegang"
|
||||
dynn_G_o_uml_cke:0 "Göcke"
|
||||
dynn_Heidemann:0 "Heidemann"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
dynn_belpois:0 "Belpois"
|
||||
dynn_giry:0 "Giry"
|
||||
dynn_eiffel:0 "Eiffel"
|
||||
dynn_spatstony:0 "Spatstone"
|
||||
dynn_spatstony:0 "Spatstony"
|
||||
dynn_millardet:0 "Millardet"
|
||||
dynn_beaumont:0 "Beaumont"
|
||||
dynn_orleans:0 "Orleans"
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
dynn_carnegie:0 "Carnegie"
|
||||
dynn_jacob:0 "Jakobs"
|
||||
dynn_newton:0 "Newton"
|
||||
dynn_juny:0 "Mountbatten"
|
||||
dynn_juny:0 "Mountbattyn"
|
||||
dynn_gibb:0 "Gibb"
|
||||
dynn_lennon:0 "Lennon"
|
||||
dynn_harriswn:0 "Harriswn"
|
||||
|
|
|
|||
|
|
@ -4620,3 +4620,19 @@
|
|||
Tino:0 "Tino"
|
||||
Andy:0 "Andy"
|
||||
Volkmar:0 "Volkmar"
|
||||
Adele:0 "Adele"
|
||||
Maxi:0 "Maxi"
|
||||
Wolf-Hugo:0 "Wolf-Hugo"
|
||||
Skadi:0 "Skadi"
|
||||
Hans-Julius:0 "Hans-Julius"
|
||||
Dagobert:0 "Dagobert"
|
||||
Eckehard:0 "Eckehard"
|
||||
B_a_uml_rbel:0 "Bärbel"
|
||||
Gerlinde:0 "Gerlinde"
|
||||
Maik:0 "Maik"
|
||||
Hardy:0 "Hardy"
|
||||
Hertha:0 "Hertha"
|
||||
Dirk-Alexander:0 "Dirk-Alexander"
|
||||
Hans-Peter:0 "Hans-Peter"
|
||||
Marvin:0 "Marvin"
|
||||
Marian_male:0 "Marian"
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@
|
|||
tenet_wandering_bards_desc:0 "Our faith's religious narratives are shaped by the handiwork of our finest bards and poets. This storytelling tradition will allow our beliefs to persist for thousands of years."
|
||||
|
||||
|
||||
tenet_militant_monasticism_name:0 "Militant Monasticism"
|
||||
tenet_militant_monasticism_desc:0 "The pleasures of fine food and drink only serve to distract us from service to the divine. We should devote ourselves to being defenders of our faith mastering all arts spiritual and militant."
|
||||
tenet_militant_vows_name:0 "Militant Vows"
|
||||
tenet_militant_vows_desc:0 "Defense of the faith is the divine duty of any devotee, no different than prayer or study. We encourage our [ROOT.Faith.DevoteeNeuterPlural] to dedicate themselves to fighting for their beliefs."
|
||||
doctrine_parameter_neow_can_build_citadels:0 "[rulers|E] of this faith can Build Temple Citadels"
|
||||
neow_can_build_citadels_name:0 "Can Build Temple Citadels"
|
||||
#Abrahamic Tenets
|
||||
|
|
@ -116,8 +116,8 @@
|
|||
the_book_of_shadows_desc:0 "Since time immemorial, our high priests and grand wizards have always been chosen from among the best. Only through diligent study and practice may one master our Craft."
|
||||
king_of_winter_name:0 "King of Winter"
|
||||
king_of_winter_desc:0 "Our King protects us from the harshness of the winter, and all our priests and laymen value the honourable knight's protection more than any fat king's laws."
|
||||
the_queen_of_summer_name:0 "Queen of Summer"
|
||||
the_queen_of_summer_desc:0 "Our Queen gave us all the wonders of the world to enjoy, and enjoy it we will in her name."
|
||||
tenet_divine_opulence_name:0 "Divine Opulence"
|
||||
tenet_divine_opulence_desc:0 "We believe in the divine duty of our rulers to bless their subjects with the bountiful harvests given to them by [ROOT.Faith.HighGodNameAlternate]."
|
||||
last_knights_of_britain_name:0 "Last Knights of Britain"
|
||||
last_knights_of_britain_desc:0 "Our brave knights have valiantly held on to the last Christian forts in England for many years. Letting them fall would be our death."
|
||||
tenet_armed_resistance_name:0 "Armed Resistance"
|
||||
|
|
|
|||
|
|
@ -148,6 +148,10 @@
|
|||
#Other parameters
|
||||
doctrine_parameter_loc_parameter_novelist_kinship: "Other Novelist [faiths|E] that have Kinship doctrines are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_astray_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_via_media: "Other Christian [faiths|E] that have the Via Media doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$ or $hostility_evil_tooltippable$."
|
||||
|
||||
doctrine_parameter_loc_parameter_is_loyal_servant_of_queen: "Considers all servants of the British Monarchy to be $hostility_righteous_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_is_servant_of_regent: "Considers all fellow servants of the British Regency to be $hostility_righteous_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_is_truest_servant: "Considers all other servants of the British Monarchy to be $hostility_evil_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_is_regicidal: "Considers all servants of the British Monarchy to be $hostility_evil_tooltippable$ and those sharing their anti-Imperial cause to be $hostility_righteous_tooltippable$"
|
||||
doctrine_parameter_loc_parameter_hates_abrahamics: "Considers Abrahamic religions to be $hostility_evil_tooltippable$."
|
||||
|
||||
|
|
|
|||
|
|
@ -118,17 +118,17 @@
|
|||
|
||||
#Britannic
|
||||
|
||||
game_concept_servants_of_the_regency_astray: "$special_doctrine_servants_of_the_regency_name$"
|
||||
game_concept_servants_of_the_regency_astray_desc: "[faiths|E] with the $special_doctrine_servants_of_the_regency_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_fae_and_folklore').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_might_and_magick').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_goddesses_and_glory').GetBaseName]#!\n#true_white;game_link $special_doctrine_crowleyan_magic_name$#!\n#true_white [GetFaithDoctrine('special_doctrine_loyal_servants_of_the_queen').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_academic_kinship').GetBaseName]#!"
|
||||
|
||||
game_concept_servants_of_the_regency_hostile: "$special_doctrine_servants_of_the_regency_name$"
|
||||
game_concept_servants_of_the_regency_hostile_desc: "[faiths|E] with the $special_doctrine_servants_of_the_regency_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_servants_of_the_regency').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_islamic_kinship').GetBaseName]#!"
|
||||
|
||||
game_concept_loyal_servants_of_the_queen_astray: "$special_doctrine_loyal_servants_of_the_queen_name$"
|
||||
game_concept_loyal_servants_of_the_queen_astray_desc: "[faiths|E] with the $special_loyal_servants_of_the_queen_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_fae_and_folklore').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_might_and_magick').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_goddesses_and_glory').GetBaseName]#!\n#true_white;game_link $special_doctrine_crowleyan_magic_name$#!\n#true_white [GetFaithDoctrine('special_doctrine_loyal_servants_of_the_queen').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_academic_kinship').GetBaseName]#!"
|
||||
game_concept_loyal_servants_of_the_queen_astray_desc: "[faiths|E] with the $special_loyal_servants_of_the_queen_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_might_and_magick').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_goddesses_and_glory').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_crowleyan_magic').GetBaseName]#!"
|
||||
|
||||
game_concept_loyal_servants_of_the_queen_hostile: "$special_doctrine_loyal_servants_of_the_queen_name$"
|
||||
game_concept_loyal_servants_of_the_queen_hostile_desc: "[faiths|E] with the $special_doctrine_loyal_servants_of_the_queen_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_servants_of_the_regency').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_islamic_kinship').GetBaseName]#!"
|
||||
game_concept_loyal_servants_of_the_queen_hostile_desc: "[faiths|E] with the $special_doctrine_loyal_servants_of_the_queen_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_fae_and_folklore').GetBaseName]#!"
|
||||
|
||||
game_concept_servants_of_the_regency_astray: "$special_doctrine_servants_of_the_regency_name$"
|
||||
game_concept_servants_of_the_regency_astray_desc: "[faiths|E] with the $special_doctrine_servants_of_the_regency_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_might_and_magick').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_goddesses_and_glory').GetBaseName]#!\n\n#true_white [GetFaithDoctrine('special_doctrine_crowleyan_magic').GetBaseName]#!"
|
||||
|
||||
game_concept_servants_of_the_regency_hostile: "$special_doctrine_servants_of_the_regency_name$"
|
||||
game_concept_servants_of_the_regency_hostile_desc: "[faiths|E] with the $special_doctrine_servants_of_the_regency_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_fae_and_folklore').GetBaseName]#!"
|
||||
|
||||
#Anglican
|
||||
|
||||
|
|
|
|||
|
|
@ -1,38 +1,38 @@
|
|||
l_english:
|
||||
|
||||
hermetic_religion:1 "Hermeticism"
|
||||
hermetic_religion_adj:1 "Hermetic"
|
||||
hermetic_religion_adherent:1 "Hermetic"
|
||||
hermetic_religion_adherent_plural:1 "Hermetics"
|
||||
hermetic_religion_desc:1 "The Hermetic Orders are students of Hermes Trismegistus and his countless apostles. They seek to delve into the secrets of the world through scholarship as well as occult methods, no matter the effort required. For the Hermetics, no faith is too heretical to study, and it is only a matter of time before the intellectual climate is once again ready to receive the truth of God."
|
||||
chronicler_religion:1 "Chronicler"
|
||||
chronicler_religion_adj:1 "Chronicler"
|
||||
chronicler_religion_adherent:1 "Chronicler"
|
||||
chronicler_religion_adherent_plural:1 "Chroniclers"
|
||||
chronicler_religion_desc:1 "Chroniclers revere the entity known as Monad, the transcendent creator of the universe and the source of all knowledge. Their singular goal is to rediscover and restore the lost gifts of Monad - all of humanity's great works lost to the Event - whether through rigorous study or mystical rituals."
|
||||
|
||||
hermetic_devil_name:0 "Satan"
|
||||
hermetic_devil_name_possessive:0 "Satan's"
|
||||
hermetic_death_deity_name:0 "Apophis"
|
||||
hermetic_death_deity_name_possessive:0 "Apophis'"
|
||||
hermetic_house_of_worship:0 "university"
|
||||
hermetic_house_of_worship_plural:0 "universities"
|
||||
hermetic_religious_text:0 "Hermetica"
|
||||
hermetic_religious_head_title:0 "Grandmaster"
|
||||
hermetic_religious_head_title_name:0 "Order of Laureates"
|
||||
hermetic_devotee:0 "adept"
|
||||
hermetic_devotee_plural:0 "adepts"
|
||||
hermetic_priest:0 "magister"
|
||||
hermetic_priest_plural:0 "magisters"
|
||||
hermetic_bishop:0 "magus"
|
||||
hermetic_bishop_plural:0 "magi"
|
||||
hermetic_positive_afterlife:0 "Enlightenment"
|
||||
hermetic_negative_afterlife:0 "Ignorance"
|
||||
hermetic_witch_god_name:0 "Lévi"
|
||||
hermetic_witch_god_name_possessive:0 "Lévi's"
|
||||
hermetic_wealth_god_name:0 "Solomon"
|
||||
hermetic_wealth_god_name_possessive:0 "Solomon's"
|
||||
hermetic_fate_god_name:0 "Einstein"
|
||||
hermetic_fate_god_name_possessive:0 "Einstein's"
|
||||
hermetic_trickster_god_name:0 "$hermetic_death_deity_name$"
|
||||
hermetic_trickster_god_name_possessive:0 "$hermetic_death_deity_name_possessive$"
|
||||
hermetic_night_god_name:0 "Curie"
|
||||
hermetic_night_god_name_possessive:0 "Curie's"
|
||||
chronicler_devil_name:0 "Satan"
|
||||
chronicler_devil_name_possessive:0 "Satan's"
|
||||
chronicler_death_deity_name:0 "Apophis"
|
||||
chronicler_death_deity_name_possessive:0 "Apophis'"
|
||||
chronicler_house_of_worship:0 "university"
|
||||
chronicler_house_of_worship_plural:0 "universities"
|
||||
chronicler_religious_text:0 "Hermetica"
|
||||
chronicler_religious_head_title:0 "Grandmaster"
|
||||
chronicler_religious_head_title_name:0 "Order of Laureates"
|
||||
chronicler_devotee:0 "adept"
|
||||
chronicler_devotee_plural:0 "adepts"
|
||||
chronicler_priest:0 "magister"
|
||||
chronicler_priest_plural:0 "magisters"
|
||||
chronicler_bishop:0 "magus"
|
||||
chronicler_bishop_plural:0 "magi"
|
||||
chronicler_positive_afterlife:0 "Enlightenment"
|
||||
chronicler_negative_afterlife:0 "Ignorance"
|
||||
chronicler_witch_god_name:0 "Lévi"
|
||||
chronicler_witch_god_name_possessive:0 "Lévi's"
|
||||
chronicler_wealth_god_name:0 "Solomon"
|
||||
chronicler_wealth_god_name_possessive:0 "Solomon's"
|
||||
chronicler_fate_god_name:0 "Einstein"
|
||||
chronicler_fate_god_name_possessive:0 "Einstein's"
|
||||
chronicler_trickster_god_name:0 "$chronicler_death_deity_name$"
|
||||
chronicler_trickster_god_name_possessive:0 "$chronicler_death_deity_name_possessive$"
|
||||
chronicler_night_god_name:0 "Curie"
|
||||
chronicler_night_god_name_possessive:0 "Curie's"
|
||||
|
||||
rosenkreuzer:0 "Order of the Rose Cross"
|
||||
rosenkreuzer_adj:0 "Rosenkreuzer"
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
europeanist_religion_adj:1 "Europeanist"
|
||||
europeanist_religion_adherent:1 "Europeanist"
|
||||
europeanist_religion_adherent_plural:1 "Europeanists"
|
||||
europeanist_religion_desc:1 "The Europeanists consider themselves children of Europa, the empire that has since transcended its borders to become an idea for all men to follow. They look back to the [Concept('neow_the_belle_epoque','Belle Époque')|E], when all of Europe united under one banner and tranquillity ruled as far as the eye can see. Though the Event may have burned Europe to ashes, Europeanists consider it their holy duty to rebuild their old home, brick by brick."
|
||||
europeanist_religion_desc:1 "Europeanists believe that the old world was a land of enlightenment and peace where the teachings of the Fathers of Europe guided mankind closer to the Truth. However, as the ancient empire became besieged by outside forces wishing to disrupt this tranquility, wisdom gave way to warfare, and Europe tore itself apart. Modern Europeanists hold tightly to the old ways, working to usher in a new [Concept('neow_the_belle_epoque','Belle Époque')|E] that will outlast all those opposed to European unity."
|
||||
|
||||
europeanist_high_god_name:0 "Providentia"
|
||||
europeanist_high_god_name_possessive:0 "Providentia's"
|
||||
|
|
@ -60,8 +60,6 @@
|
|||
concordianist_adherent:0 "Concordianist"
|
||||
concordianist_adherent_plural:0 "Concordianists"
|
||||
concordianist_desc:0 "The Concordianists consider themselves the sole legitimate successors of the greatest polity the world had ever seen. Though the misguided empires of the Old World tore each other apart for hundreds of years, the enlightened Fathers of Europe taught their students how to find unity in diversity, guided by the gentle hand of [Concept('neow_providentia','Providentia')|E]. The Event marked the end of their [Concept('neow_the_belle_epoque','Belle Époque')|E], though its echoes can be heard throughout the lands to this very day. Concordianist bards can still be found in the many courts of the land, singing odes to the glory of Providentia, working towards the return of a unified Europa."
|
||||
concordianist_religious_head_title:0 "WIP"
|
||||
concordianist_religious_head_title_name:0 "WIP"
|
||||
|
||||
trenchsinger:0 "Order of Trenchsingers"
|
||||
trenchsinger_adj:0 "Trenchsinger"
|
||||
|
|
|
|||
|
|
@ -2383,6 +2383,16 @@
|
|||
# Reims
|
||||
cn_rems:0 "Rems"
|
||||
cn_rins:0 "Rins"
|
||||
# Troyes
|
||||
cn_tr_o_grv_ias:0 "Tròias"
|
||||
cn_tro_e_act__i_uml_es:0 "Troéïes"
|
||||
# Châlons
|
||||
cn_chalons:0 "Chalons"
|
||||
cn_chalons_de_champanha:0 "Chalons de Champanha"
|
||||
# Langres/Haute-Marne
|
||||
cn_hi_o_hat_ta_m_a_hat_rna:0 "Hiôta-Mârna"
|
||||
cn_marne_garaia:0 "Marne Garaia"
|
||||
cn_nauta_marna:0 "Nauta Marna"
|
||||
|
||||
# Custom (changed from default) title names:
|
||||
cn_konstantiniyye:0 "Konstantiniyye"
|
||||
|
|
|
|||
|
|
@ -1117,6 +1117,26 @@
|
|||
# Reims
|
||||
c_reims:0 "Reims"
|
||||
c_reims_adj:0 "Remese"
|
||||
b_epernay:0 "Épernay"
|
||||
b_vitry_en_perthois:0 "Montmirail"
|
||||
# Troyes
|
||||
c_troyes:0 "Troyes"
|
||||
c_troyes_adj:0 "Troyan"
|
||||
b_nogent:0 "Nogent-sur-Seine"
|
||||
b_bar_sur_seine:0 "Bar-sur-Seine"
|
||||
b_bar_sur_aube:0 "Bar-sur-Aube"
|
||||
b_brienne_le_chateau:0 "Brienne-le-Château"
|
||||
# Châlons/Châlons-en-Champagne
|
||||
c_chalons:0 "Châlons"
|
||||
c_chalons_adj:1 "Châlonnais"
|
||||
b_chalons:0 "Châlons-en-Champagne"
|
||||
b_saint_dizier:0 "Vitry-le-François"
|
||||
b_fagnieres:0 "Fagnières"
|
||||
# Langres/Haute-Marne
|
||||
c_langres:0 "Haute-Marne"
|
||||
c_langres_adj:0 "Haut-Marnese"
|
||||
b_chaumont:0 "Chaumont"
|
||||
b_langres:0 "Langres"
|
||||
|
||||
# Custom (changed from default) title names:
|
||||
LOTHARINGIA:0 "$k_lotharingia$"
|
||||
|
|
@ -2343,8 +2363,6 @@
|
|||
b_baqofah:0 "Baqofah"
|
||||
b_baqubah:0 "Baqubah"
|
||||
b_bar:0 "Bar-le-Duc"
|
||||
b_bar_sur_aube:0 "Bar-sur-Aube"
|
||||
b_bar_sur_seine:0 "Bar-sur-Seine"
|
||||
b_bara:0 "Bara"
|
||||
b_barah:0 "Barah"
|
||||
b_baramba:0 "Baramba"
|
||||
|
|
@ -2906,7 +2924,6 @@
|
|||
b_bridgnorth:0 "Bridgnorth"
|
||||
b_brielle:0 "Brielle"
|
||||
b_brienne:0 "Brienne"
|
||||
b_brienne_le_chateau:0 "Brienne-le-Château"
|
||||
b_briey:0 "Briey"
|
||||
b_brig:0 "Brig"
|
||||
b_brindas:0 "Brindas"
|
||||
|
|
@ -3257,7 +3274,6 @@
|
|||
b_challykala:0 "Chally-Kala"
|
||||
b_chalmazel:0 "Chalmazel"
|
||||
b_chalon:0 "Chalon"
|
||||
b_chalons:0 "Châlons-en-Champagne"
|
||||
b_chaloos:0 "Chaloos"
|
||||
b_chalus:0 "Saint-Yrieix-la-Perche"
|
||||
b_cham:0 "Cham"
|
||||
|
|
@ -3318,7 +3334,6 @@
|
|||
b_chatteris:0 "Chatteris"
|
||||
b_chaudari:0 "Chaudari"
|
||||
b_chaul:0 "Chaul"
|
||||
b_chaumont:0 "Chaumont"
|
||||
b_chaumontsurloire:0 "Chaumont-sur-Loire"
|
||||
b_chauragarh:0 "Chauragarh"
|
||||
b_chausay:0 "Chau-Say"
|
||||
|
|
@ -4201,7 +4216,6 @@
|
|||
b_ensisheim:0 "Ensisheim"
|
||||
b_entoto:0 "Entoto"
|
||||
b_eperjes:0 "Eperjes"
|
||||
b_epernay:0 "Épernay"
|
||||
b_epernon:0 "Épernon"
|
||||
b_ephesos:0 "Ephesos"
|
||||
b_epila:0 "Épila"
|
||||
|
|
@ -4277,7 +4291,6 @@
|
|||
b_fadala:0 "Fadala"
|
||||
b_faenza:0 "Faenza"
|
||||
b_fagdatdezh:0 "Fagdatdezh"
|
||||
b_fagnieres:0 "Fagnieres"
|
||||
b_fahraj:0 "Fahraj"
|
||||
b_fahraj_yazd:0 "Fahraj-Yazd"
|
||||
b_faizabad:0 "Faizabad"
|
||||
|
|
@ -6629,7 +6642,6 @@
|
|||
b_langepas:0 "Langepas"
|
||||
b_langon:0 "Langon"
|
||||
b_langonnet:0 "Langonnet"
|
||||
b_langres:0 "Langres"
|
||||
b_lanji:0 "Lanji"
|
||||
b_lankaran:0 "Lankaran"
|
||||
b_lantosque:0 "Lantosque"
|
||||
|
|
@ -8076,7 +8088,6 @@
|
|||
b_nocera:0 "Nocera"
|
||||
b_noceto:0 "Noceto"
|
||||
b_nogalte:0 "Nogalte"
|
||||
b_nogent:0 "Nogent"
|
||||
b_nogentsurseine:0 "Nogent-sur-Seine"
|
||||
b_nohta:0 "Nohta"
|
||||
b_nok_kundi:0 "Nok Kundi"
|
||||
|
|
@ -9367,7 +9378,6 @@
|
|||
b_sailana:0 "Sailana"
|
||||
b_saindak:0 "Saindak"
|
||||
b_saint_brieuc:0 "Saint-Brieuc"
|
||||
b_saint_dizier:0 "Vitry-le-François"
|
||||
b_saint_flour:0 "Gannat"
|
||||
b_saint_hubert:0 "Bastogne"
|
||||
b_saint_lizier:0 "Auterive"
|
||||
|
|
@ -11533,7 +11543,6 @@
|
|||
b_vitebsk:0 "Vitebsk"
|
||||
b_viterbo:0 "Viterbo"
|
||||
b_vitoria:0 "Vitoria"
|
||||
b_vitry_en_perthois:0 "Montmirail"
|
||||
b_viveiro:0 "Viveiro"
|
||||
b_viyapura:0 "Viyapura"
|
||||
b_vizagipatam:0 "Vizagipatam"
|
||||
|
|
@ -12684,8 +12693,6 @@
|
|||
c_chalkidike_adj:0 "Chalkidikian"
|
||||
c_chalon:0 "Chalon"
|
||||
c_chalon_adj:0 "Chalonian"
|
||||
c_chalons:0 "Chalons"
|
||||
c_chalons_adj:1 "Chalonnais"
|
||||
c_chambery:0 "Chambéry"
|
||||
c_chambery_adj:0 "Chamberian"
|
||||
c_chandax:0 "Chandax"
|
||||
|
|
@ -13666,8 +13673,6 @@
|
|||
c_laksmanavati_adj:0 "Laksmanāvatian"
|
||||
c_lanciano:0 "Lanciano"
|
||||
c_lanciano_adj:0 "Lancianean"
|
||||
c_langres:0 "Haute-Marne"
|
||||
c_langres_adj:0 "Marnian"
|
||||
c_laodikeia:0 "Laodikeia"
|
||||
c_laodikeia_adj:0 "Laodikeian"
|
||||
c_lappland:0 "Lappland"
|
||||
|
|
@ -15017,8 +15022,6 @@
|
|||
c_tripuri_adj:0 "Tripurīan"
|
||||
c_trondelag:0 "Trondelag"
|
||||
c_trondelag_adj:0 "Trondelagian"
|
||||
c_troyes:0 "Troyes"
|
||||
c_troyes_adj:0 "Troyesian"
|
||||
c_tsagaannuur:0 "Tsagaannuur"
|
||||
c_tsagaannuur_adj:0 "Tsagaannuuri"
|
||||
c_tubingen:0 "Tubingen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue