This commit is contained in:
mr vain 2026-01-10 12:36:12 -08:00
commit 664beab314
88 changed files with 492 additions and 736 deletions

View file

@ -49,6 +49,7 @@ fortress_andorra_01 = {
flag = travel_point_of_interest_religious
}
##########
# Leuven University
##########
@ -61,7 +62,7 @@ leuven_university_01 = {
can_construct_potential = {
scope:holder = {
highest_held_title_tier >= tier_kingdom
highest_held_title_tier >= tier_duchy
prestige_level >= 4
}
county = {
@ -126,8 +127,10 @@ court_of_europa_01 = {
type_icon = "icon_structure_despot_palace.dds"
can_construct_potential = {
scope:holder = { prestige_level >= 4 }
scope:holder.has_title = { e_europa }
scope:holder = {
prestige_level >= 4
highest_held_title_tier >= tier_duchy
}
scope:holder.culture = { has_innovation = innovation_manorialism }
building_requirement_tribal = no
}
@ -276,7 +279,7 @@ port_of_amsterdam_01 = {
can_construct_potential = {
scope:holder.culture = { has_innovation = innovation_manorialism }
scope:holder.has_title = { d_holland }
scope:holder = { highest_held_title_tier >= tier_duchy }
}
cost_gold = 500
@ -322,7 +325,7 @@ port_of_amsterdam_02 = {
can_construct_potential = {
scope:holder.culture = { has_innovation = innovation_windmills }
scope:holder.has_title = { d_holland }
scope:holder = { highest_held_title_tier >= tier_duchy }
building_requirement_castle_city_church = { LEVEL = 02 }
}
@ -369,7 +372,7 @@ port_of_amsterdam_03 = {
can_construct_potential = {
scope:holder.culture = { has_innovation = innovation_windmills }
scope:holder.has_title = { d_holland }
scope:holder = { highest_held_title_tier >= tier_duchy }
building_requirement_castle_city_church = { LEVEL = 03 }
}
@ -419,7 +422,7 @@ port_of_antwerpen_01 = {
can_construct_potential = {
scope:holder.culture = { has_innovation = innovation_manorialism }
scope:holder.has_title = { d_brabant }
scope:holder = { highest_held_title_tier >= tier_duchy }
}
cost_gold = 350
@ -465,7 +468,7 @@ port_of_antwerpen_02 = {
can_construct_potential = {
scope:holder.culture = { has_innovation = innovation_windmills }
scope:holder.has_title = { d_brabant }
scope:holder = { highest_held_title_tier >= tier_duchy }
building_requirement_castle_city_church = { LEVEL = 02 }
}
@ -512,7 +515,7 @@ port_of_antwerpen_03 = {
can_construct_potential = {
scope:holder.culture = { has_innovation = innovation_windmills }
scope:holder.has_title = { d_brabant }
scope:holder = { highest_held_title_tier >= tier_duchy }
building_requirement_castle_city_church = { LEVEL = 03 }
}

View file

@ -1,4 +1,4 @@
### Interactions from vanilla that are modified by NEOW
### Interactions from vanilla that are modified by NEOW
# Request Clergy Support / request_clergy_support
ep3_hof_ask_for_influence_interaction = {

View file

@ -2,7 +2,7 @@
#for e_spain#
galicia_ancient = {
custom=yes
pattern="pattern__solid_designer.dds"
color1=blue
color2=white
@ -101,7 +101,7 @@ galicia_ancient = {
}
galicia_portugal = {
custom=yes
pattern="pattern__solid_designer.dds"
color1=blue
color2=white
@ -160,7 +160,7 @@ galicia_portugal = {
# }
}
portugal_detail = {
custom=yes
pattern="pattern__solid_designer.dds"
color1=red
color2=white
@ -257,7 +257,7 @@ portugal_detail = {
}
aragon_stripes = {
custom=yes
pattern="pattern_vertical_stripes_01.dds"
color1=yellow_light
color2=red
@ -266,7 +266,7 @@ aragon_stripes = {
#for carolignian titles#
bees = {
custom=yes
pattern="pattern_solid.dds"
color1=red
color2=white
@ -297,7 +297,7 @@ bees = {
}
karl_cross = {
custom=yes
pattern="pattern__solid_designer.dds"
color1=black
color2=white

View file

@ -669,7 +669,7 @@ c_bozan={
}
}
d_lictenstein = {
custom=yes
pattern="pattern_horizontal_split_01.dds"
color1=yellow_light
color2=red

View file

@ -1,5 +1,5 @@
galicia_portugal = {
custom=yes
pattern="pattern__solid_designer.dds"
color1=blue
color2=white

View file

@ -3605,7 +3605,7 @@ c_capua={
}
c_abruzzi={
c_rieti={
pattern="pattern__solid_designer.dds"
color1=red
color2=yellow

View file

@ -1,402 +1 @@
# Have a look at _court_positions.info for documentation
commander_of_the_guard = {
max_available_positions = 1
category = court_position_category_special
skill = martial
minimum_rank = empire
opinion = {
value = 50
}
# How high the aptitude has to be to reach the 5 different modifier levels
aptitude_level_breakpoints = { 20 40 60 80 }
# How good is this character in this position? root scope is the holder of the court position
aptitude = {
value = 1
add = court_position_aptitude_boon_voyager_trait
add = {
value = martial
multiply = 4
max = 50
desc = court_position_skill_martial
}
if = {
limit = {
has_trait = shieldmaiden
}
add = {
value = 5
desc = court_position_shieldmaiden_trait
}
}
if = {
limit = {
has_trait = gallant
}
add = {
value = 5
desc = court_position_gallant_trait
}
}
if = {
limit = {
has_trait = strong
}
add = {
value = 10
desc = court_position_strong_trait
}
}
if = {
limit = {
has_trait = physique_good_3
}
add = {
value = 15
desc = court_position_physique_good_3_trait
}
}
if = {
limit = {
has_trait = physique_good_2
}
add = {
value = 10
desc = court_position_physique_good_2_trait
}
}
if = {
limit = {
has_trait = physique_good_1
}
add = {
value = 5
desc = court_position_physique_good_1_trait
}
}
if = {
limit = {
has_trait = brave
}
add = {
value = 15
desc = court_position_brave_trait
}
}
if = {
limit = {
has_trait = loyal
}
add = {
value = 10
desc = court_position_loyal_trait
}
}
if = {
limit = {
has_trait = just
}
add = {
value = 10
desc = court_position_just_trait
}
}
if = {
limit = {
has_trait = stubborn
}
add = {
value = 5
desc = court_position_stubborn_trait
}
}
if = {
limit = {
has_trait = honest
}
add = {
value = 10
desc = court_position_honest_trait
}
}
if = {
limit = {
has_trait = unyielding_defender
}
add = {
value = 10
desc = court_position_unyielding_defender_trait
}
}
if = {
limit = {
has_trait = craven
}
add = {
value = -15
desc = court_position_craven_trait
}
}
if = {
limit = {
has_trait = fickle
}
add = {
value = -10
desc = court_position_fickle_trait
}
}
if = {
limit = {
has_trait = disloyal
}
add = {
value = -25
desc = court_position_disloyal_trait
}
}
if = {
limit = {
has_character_flag = best_knight_position
}
add = {
value = 20
desc = best_knight_position_desc
}
}
if = {
limit = {
has_character_flag = competing_knight_position
OR = {
any_court_position_holder = {
type = bodyguard_court_position
has_character_flag = competing_knight_position
}
any_court_position_holder = {
type = champion_court_position
has_character_flag = competing_knight_position
}
}
}
add = 30
desc = competing_knight_position_desc
}
add = court_position_aptitude_traveling_friends_value
add = court_position_aptitude_family_business_value
add = court_position_aptitude_high_penalty_value
# Bonus from court.8311
if = {
limit = { var:bonus_aptitude_role ?= flag:commander_of_the_guard }
add = {
value = cp_bonus_aptitude_value
desc = cp_bonus_aptitude
}
}
}
is_shown = {
has_ep1_court_positions_dlc_trigger = yes
has_ep3_dlc_trigger = yes
primary_title.tier >= tier_empire
# The Varangian Guard has been founded!
#primary_title = { has_variable = founded_varangian_guard }
has_title = title:e_britannia
}
is_shown_character = {
scope:employee = {
is_courtier_of = scope:liege
commander_of_the_guard_validity_trigger = { EMPLOYER = scope:liege }
}
}
valid_character = {
scope:employee = {
commander_of_the_guard_validity_trigger = { EMPLOYER = scope:liege }
}
}
revoke_cost = { # root is the liege, no other scopes are passed here!
prestige = {
value = major_court_position_prestige_revoke_cost
# Set to 0 via obligation hook
if = {
limit = {
court_position_obligation_hook_salary_trigger = {
POS = commander_of_the_guard
LIEGE = root
}
}
multiply = 0
}
# Avoid AI prestige issues
if = {
limit = {
exists = this
is_ai = yes
}
multiply = 0
}
# Special case for events
if = {
limit = {
exists = this
has_character_flag = free_revoke_cost
}
multiply = 0
}
#Lowering for LAAMPS, to match Camp Officer revoke cost
if = {
limit = {
exists = this
is_landless_adventurer = yes
}
value = minor_court_position_prestige_revoke_cost
}
}
}
salary = {
round = no
gold = {
value = medium_court_position_salary # Update X_salary_tooltip if script_value is changed
# Set to 0 with Dynasty Perk Inner Circle
if = {
limit = { court_position_inner_circle_salary_trigger = { POS = commander_of_the_guard } }
multiply = {
value = 0.0
desc = inner_circle_salary_mod
format = "BASE_VALUE_FORMAT_DECIMALS_MINUS_POSITIVE"
}
}
# Halved with obligation hook
else_if = {
limit = {
court_position_obligation_hook_salary_trigger = {
POS = commander_of_the_guard
LIEGE = scope:liege
}
}
multiply = {
value = 0.5
desc = obligation_hook_salary
format = "BASE_VALUE_FORMAT_DECIMALS_MINUS_POSITIVE"
}
}
#Set to 0 with our psycho bodyguard from travel_events.2040
if = {
limit = {
scope:liege = {
employs_court_position = commander_of_the_guard_court_position
any_court_position_holder = {
type = commander_of_the_guard_court_position
has_variable = insane_bodyguard
}
}
}
multiply = {
value = 0.0
desc = insane_bodyguard_salary_mod
format = "BASE_VALUE_FORMAT_DECIMALS_MINUS_POSITIVE"
}
}
# Halved salary
if = {
limit = {
court_position_halved_salary_trigger = { POS = commander_of_the_guard }
}
multiply = {
value = 0.5
desc = court_position_halved_salary
format = "BASE_VALUE_FORMAT_DECIMALS_MINUS_POSITIVE"
}
}
#You're working with LAAMPS now
if = {
limit = {
scope:liege ?= { is_landless_adventurer = yes }
}
multiply = {
value = 0
desc = court_position_laamps_free
format = "BASE_VALUE_FORMAT_DECIMALS_MINUS_POSITIVE"
}
}
}
}
# These modifiers are employed based on what level the aptitude reaches (levels are defined as breakpoints)
scaling_employer_modifiers = {
terrible = {
heavy_infantry_toughness_mult = -0.05
}
poor = {
heavy_infantry_toughness_mult = 0
}
average = {
heavy_infantry_toughness_mult = 0.05
}
good = {
heavy_infantry_toughness_mult = 0.1
}
excellent = {
heavy_infantry_toughness_mult = 0.2
}
}
custom_employer_modifier_description = commander_of_the_guard_employer_custom_effect_description
modifier = {
monthly_prestige = medium_court_position_prestige_salary
}
on_court_position_received = {
commander_of_the_guard_title_accepted_effect = yes
}
on_court_position_revoked = {
commander_of_the_guard_title_revoked_effect = yes
}
on_court_position_invalidated = {
commander_of_the_guard_title_invalidated_effect = yes
}
# Scripted value to determine whether an AI will hire/fire a position or not. Hires over 0, fires under -50. Look in _court_positions.info for more extensive documentation!
candidate_score = {
value = 50
add = scope:base_value
add = court_position_candidate_score_base_value
add = court_position_candidate_aptitude_value
scope:liege = {
# More likely if you're scared all the time
if = {
limit = {
has_trait = paranoid
}
add = 50
}
}
scope:liege = {
# More likely if you're scared all the time
if = {
limit = {
number_maa_regiments_of_base_type = {
type = heavy_infantry
value >= 5
}
}
add = 50
}
}
if = { # To stop petitioned positions immediately being fired by the AI
limit = {
court_position_petition_ai_weight_trigger = { ROLE = commander_of_the_guard }
}
add = 1000
}
add = court_position_debt_considerations_value
}
}


View file

@ -1,4 +1,4 @@
beur = {
beur = {
color = { 0.4 0.9 0.9 }
ethos = ethos_communal

View file

@ -1,4 +1,4 @@
griko = {
griko = {
color = greek
ethos = ethos_bureaucratic

View file

@ -1,4 +1,4 @@
gaelic = { #Albannach
gaelic = { #Albannach
color = { 68 160 226 }
ethos = ethos_bellicose

View file

@ -1,4 +1,4 @@
name_list_bavarian = {
name_list_bavarian = {
cadet_dynasty_names = {
"dynn_Aigner"

View file

@ -1,4 +1,4 @@
name_list_NEOW_beur = {
name_list_NEOW_beur = {
cadet_dynasty_names = {
"dynn_A_i_uml_t_spc_Aattou"

View file

@ -1,4 +1,4 @@
name_list_NEOW_breton = {
name_list_NEOW_breton = {
cadet_dynasty_names = {
"dynn_Abyann"

View file

@ -134,11 +134,69 @@
name_list_prytoneg = {
cadet_dynasty_names = {
#need to add them later
{ "dynn_Grhysllyy" }
{ "dynn_Kharhdd" }
{ "dynn_Ddurhnforhdd" }
{ "dynn_Shypston" }
{ "dynn_Byrhgamot" }
{ "dynn_Toynyng" }
{ "dynn_Iddlly" }
{ "dynn_Pallyn" }
{ "dynn_Jonsyrhrhy" }
{ "dynn_Watyrhhousy" }
{ "dynn_Shaftoy" }
{ "dynn_Hakysoyll" }
{ "dynn_Bollstrhoodd" }
{ "dynn_Hokkston" }
{ "dynn_Angllysyy" }
{ "dynn_Tyakh" }
{ "dynn_Fllamstyydd" }
{ "dynn_Frhokkd" }
{ "dynn_Skuynllakk" }
{ "dynn_Kingsmorhe" }
{ "dynn_Kllarhkson" }
{ "dynn_May" }
{ "dynn_Ebynyzyng" }
{ "dynn_Eastoyndd" }
{ "dynn_Eastynddyng" }
{ "dynn_Kllokkston" }
{ "dynn_Kllyrhkenoyllyngton" }
{ "dynn_Lymyllyygh" }
{ "dynn_Korhnoallyngton" }
{ "dynn_Pythgomyrhy" }
}
dynasty_names = {
#need to add later
{ "dynn_Grhysllyy" }
{ "dynn_Kharhdd" }
{ "dynn_Ddurhnforhdd" }
{ "dynn_Shyps" }
{ "dynn_Byrhgamot" }
{ "dynn_Toynyng" }
{ "dynn_Iddlly" }
{ "dynn_Pallyn" }
{ "dynn_Jonsyrhrhy" }
{ "dynn_Watyrhhousy" }
{ "dynn_Shaftoy" }
{ "dynn_Hakysoyll" }
{ "dynn_Bollstrhoodd" }
{ "dynn_Hokkston" }
{ "dynn_Angllysyy" }
{ "dynn_Tyakh" }
{ "dynn_Fllamstyydd" }
{ "dynn_Frhokkd" }
{ "dynn_Skuynllakk" }
{ "dynn_Kingsmorhe" }
{ "dynn_Kllarhkson" }
{ "dynn_May" }
{ "dynn_Ebynyzyng" }
{ "dynn_Eastoyndd" }
{ "dynn_Eastynddyng" }
{ "dynn_Kllokkston" }
{ "dynn_Kllyrhkenoyllyngton" }
{ "dynn_Lymyllyygh" }
{ "dynn_Korhnoallyngton" }
{ "dynn_Pythgomyrhy" }
}
male_names = { #add name equivalencies to this later | heavily welshified english, add asian names
@ -206,11 +264,69 @@ name_list_prytoneg = {
name_list_scouseg = {
cadet_dynasty_names = {
#need to add them later
{ "dynn_Grhysllyy" }
{ "dynn_Kharhdd" }
{ "dynn_Ddurhnforhdd" }
{ "dynn_Shypston" }
{ "dynn_Byrhgamot" }
{ "dynn_Toynyng" }
{ "dynn_Iddlly" }
{ "dynn_Pallyn" }
{ "dynn_Jonsyrhrhy" }
{ "dynn_Watyrhhousy" }
{ "dynn_Shaftoy" }
{ "dynn_Hakysoyll" }
{ "dynn_Bollstrhoodd" }
{ "dynn_Hokkston" }
{ "dynn_Angllysyy" }
{ "dynn_Tyakh" }
{ "dynn_Fllamstyydd" }
{ "dynn_Frhokkd" }
{ "dynn_Skuynllakk" }
{ "dynn_Kingsmorhe" }
{ "dynn_Kllarhkson" }
{ "dynn_May" }
{ "dynn_Ebynyzyng" }
{ "dynn_Eastoyndd" }
{ "dynn_Eastynddyng" }
{ "dynn_Kllokkston" }
{ "dynn_Kllyrhkenoyllyngton" }
{ "dynn_Lymyllyygh" }
{ "dynn_Korhnoallyngton" }
{ "dynn_Pythgomyrhy" }
}
dynasty_names = {
#need to add later
{ "dynn_Grhysllyy" }
{ "dynn_Kharhdd" }
{ "dynn_Ddurhnforhdd" }
{ "dynn_Shyps" }
{ "dynn_Byrhgamot" }
{ "dynn_Toynyng" }
{ "dynn_Iddlly" }
{ "dynn_Pallyn" }
{ "dynn_Jonsyrhrhy" }
{ "dynn_Watyrhhousy" }
{ "dynn_Shaftoy" }
{ "dynn_Hakysoyll" }
{ "dynn_Bollstrhoodd" }
{ "dynn_Hokkston" }
{ "dynn_Angllysyy" }
{ "dynn_Tyakh" }
{ "dynn_Fllamstyydd" }
{ "dynn_Frhokkd" }
{ "dynn_Skuynllakk" }
{ "dynn_Kingsmorhe" }
{ "dynn_Kllarhkson" }
{ "dynn_May" }
{ "dynn_Ebynyzyng" }
{ "dynn_Eastoyndd" }
{ "dynn_Eastynddyng" }
{ "dynn_Kllokkston" }
{ "dynn_Kllyrhkenoyllyngton" }
{ "dynn_Lymyllyygh" }
{ "dynn_Korhnoallyngton" }
{ "dynn_Pythgomyrhy" }
}
male_names = { #add name equivalencies to this later | northwestern brit, add indian names
@ -279,11 +395,69 @@ name_list_scouseg = {
name_list_strafclideg = {
cadet_dynasty_names = {
#need to add them later
{ "dynn_Grhysllyy" }
{ "dynn_Kharhdd" }
{ "dynn_Ddurhnforhdd" }
{ "dynn_Shypston" }
{ "dynn_Byrhgamot" }
{ "dynn_Toynyng" }
{ "dynn_Iddlly" }
{ "dynn_Pallyn" }
{ "dynn_Jonsyrhrhy" }
{ "dynn_Watyrhhousy" }
{ "dynn_Shaftoy" }
{ "dynn_Hakysoyll" }
{ "dynn_Bollstrhoodd" }
{ "dynn_Hokkston" }
{ "dynn_Angllysyy" }
{ "dynn_Tyakh" }
{ "dynn_Fllamstyydd" }
{ "dynn_Frhokkd" }
{ "dynn_Skuynllakk" }
{ "dynn_Kingsmorhe" }
{ "dynn_Kllarhkson" }
{ "dynn_May" }
{ "dynn_Ebynyzyng" }
{ "dynn_Eastoyndd" }
{ "dynn_Eastynddyng" }
{ "dynn_Kllokkston" }
{ "dynn_Kllyrhkenoyllyngton" }
{ "dynn_Lymyllyygh" }
{ "dynn_Korhnoallyngton" }
{ "dynn_Pythgomyrhy" }
}
dynasty_names = {
#need to add later
{ "dynn_Grhysllyy" }
{ "dynn_Kharhdd" }
{ "dynn_Ddurhnforhdd" }
{ "dynn_Shyps" }
{ "dynn_Byrhgamot" }
{ "dynn_Toynyng" }
{ "dynn_Iddlly" }
{ "dynn_Pallyn" }
{ "dynn_Jonsyrhrhy" }
{ "dynn_Watyrhhousy" }
{ "dynn_Shaftoy" }
{ "dynn_Hakysoyll" }
{ "dynn_Bollstrhoodd" }
{ "dynn_Hokkston" }
{ "dynn_Angllysyy" }
{ "dynn_Tyakh" }
{ "dynn_Fllamstyydd" }
{ "dynn_Frhokkd" }
{ "dynn_Skuynllakk" }
{ "dynn_Kingsmorhe" }
{ "dynn_Kllarhkson" }
{ "dynn_May" }
{ "dynn_Ebynyzyng" }
{ "dynn_Eastoyndd" }
{ "dynn_Eastynddyng" }
{ "dynn_Kllokkston" }
{ "dynn_Kllyrhkenoyllyngton" }
{ "dynn_Lymyllyygh" }
{ "dynn_Korhnoallyngton" }
{ "dynn_Pythgomyrhy" }
}
male_names = { #add name equivalencies to this later | scot brit

View file

@ -1,4 +1,4 @@
name_list_dutch = {
name_list_dutch = {
cadet_dynasty_names = {
"dynn_Bakker"

View file

@ -1,4 +1,4 @@
name_list_NEOW_french = {
name_list_NEOW_french = {
cadet_dynasty_names = {
"dynn_Andr_e_act_"

View file

@ -1,4 +1,4 @@
name_list_NEOW_provencal = {
name_list_NEOW_provencal = {
cadet_dynasty_names = {
"dynn_Abajolo"

View file

@ -1,4 +1,4 @@
name_list_NEOW_swabian = {
name_list_NEOW_swabian = {
cadet_dynasty_names = {
"dynn_Altfelix"

View file

@ -1,4 +1,4 @@
restore_european_union_decision = {
restore_european_union_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/found_european_union.dds"
}

View file

@ -1,4 +1,4 @@
select_personal_leviathan_union_decision = {
select_personal_leviathan_union_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
}

View file

@ -552,7 +552,7 @@ dynn_britannia_wood = {
dynn_britannia_rholls_rhoycy = {
name = "dynn_rholls_rhoycy"
dynasty = prytoneg
culture = prytoneg
}
dynn_britannia_juny = {

View file

@ -1,54 +1,58 @@
d_laamp_zolt = {
colour = { 100 100 100 }
d_laamp_zolt = {
color = { 100 100 100 }
capital = c_terschelling
definate_form = yes
definite_form = yes
landless = yes
require_landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priortity = { add = @never_primary_score }
}
d_laamp_bookwyrm = {
colour = { 100 100 100 }
color = { 100 100 100 }
capital = c_guines
definate_form = yes
definite_form = yes
landless = yes
require_landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priortity = { add = @never_primary_score }
}
d_laamp_cool = {
colour = { 100 100 100 }
color = { 100 100 100 }
capital = c_porto
definate_form = yes
definite_form = yes
landless = yes
require_landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priortity = { add = @never_primary_score }
}
d_laamp_rostagnac = {
colour = { 100 100 100 }
color = { 100 100 100 }
capital = c_boulogne
definate_form = yes
definite_form = yes
landless = yes
require_landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priortity = { add = @never_primary_score }

View file

@ -1,4 +1,4 @@
k_gondor_cosmetic = {
k_gondor_cosmetic = {
color = { 10 5 35 }
capital = c_paris

View file

@ -1,21 +1,24 @@
e_alps = {
e_alps = {
color={ 255 80 80 }
capital = c_bern
#can_be_named_after_dynasty = no
can_be_named_after_dynasty = no
k_switzerland = {
color = { 255 80 80 }
capital = c_bern
can_be_named_after_dynasty = no
d_mittelland = {
color = { 255 220 220 }
capital = c_zurich #Zurich
can_be_named_after_dynasty = no
c_zurich = {
color = { 255 215 205 }
can_be_named_after_dynasty = no
b_zurich = {
province = 2051
@ -30,6 +33,7 @@ e_alps = {
}
c_basel = {
color = { 255 215 205 }
can_be_named_after_dynasty = no
b_basel = {
province = 2050
@ -53,6 +57,7 @@ e_alps = {
}
c_aargau = { # Lucerne
color = { 150 70 15 }
can_be_named_after_dynasty = no
b_lucerne = {
province = 2048
@ -69,9 +74,11 @@ e_alps = {
d_transjurania = {
color = { 159 40 10 }
capital = c_bern
can_be_named_after_dynasty = no
c_bern = {
color = { 139 30 10 }
can_be_named_after_dynasty = no
b_bern = {
province = 2046
@ -100,6 +107,7 @@ e_alps = {
}
}
c_geneva = {
can_be_named_after_dynasty = no
b_geneva = {
province = 2035
@ -118,6 +126,7 @@ e_alps = {
}
c_valais = {
color = { 139 30 10 }
can_be_named_after_dynasty = no
b_thusis = { # Sion
province = 9700
@ -135,9 +144,11 @@ e_alps = {
color = { 215 190 220 }
capital = c_grisons
can_be_named_after_dynasty = no
c_grisons = {
color = { 255 220 220 }
can_be_named_after_dynasty = no
b_chur = {
province = 2055
@ -157,6 +168,7 @@ e_alps = {
}
c_ticino = {
color = { 139 30 10 }
can_be_named_after_dynasty = no
b_bellinzona = {
province = 2478
@ -171,6 +183,7 @@ e_alps = {
}
c_sankt_gallen = {
color = { 230 205 205 }
can_be_named_after_dynasty = no
b_sankt_gallen = {
province = 2053
@ -196,7 +209,7 @@ e_alps = {
}
d_savoie = {
color = { 213 214 148 }
color2 = { 255 255 255 }
capital = c_savoy
cultural_names = {
@ -205,21 +218,23 @@ e_alps = {
name_list_NEOW_french=cn_savoie
name_list_arpitan=cn_savou_e_grv_
}
can_be_named_after_dynasty = no
c_savoy = {
color = { 225 233 154 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_sav_o_grv_ia
name_list_NEOW_provencal=cn_savoio
name_list_NEOW_french=cn_savoie
name_list_arpitan=cn_savou_e_grv_
}
can_be_named_after_dynasty = no
b_chambery = {
province = 8721
color = { 225 233 154 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_chamb_e_grv_ri
name_list_NEOW_provencal=cn_chamberi
@ -229,7 +244,7 @@ e_alps = {
b_albertville = {
province = 9711
color = { 225 133 154 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_arb_e_grv_rtvela
}
@ -237,7 +252,7 @@ e_alps = {
b_saint_jean_de_maurienne = {
province = 9712
color = { 225 133 154 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_sent_jian_de_m_o_hat_ri_e_grv_na
}
@ -245,7 +260,7 @@ e_alps = {
b_bourg_saint_maurice = {
province = 9797
color = { 225 133 154 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_le_b_o_hat_rg
}
@ -253,18 +268,19 @@ e_alps = {
}
c_upper_savoy = {
color = { 226 218 92 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_nauta_savoia
name_list_arpitan=cn_savou_e_grv__d_amont
name_list_NEOW_french=cn_haute_savoie
name_list_NEOW_provencal=cn_auto_savoio
}
can_be_named_after_dynasty = no
b_annecy = {
province = 13276
color = { 226 118 92 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_aneci
name_list_NEOW_provencal=cn_aneci
@ -274,7 +290,7 @@ e_alps = {
b_thonon_les_bains = {
province = 13277
color = { 226 118 92 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_tonon
}
@ -282,7 +298,7 @@ e_alps = {
b_bonneville = {
province = 13278
color = { 226 118 92 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_b_o_hat_navela
}
@ -293,9 +309,11 @@ e_alps = {
color = { 159 20 58 }
capital = c_besancon # Besancon
can_be_named_after_dynasty = no
c_vesoul = {
color = { 139 10 38 }
can_be_named_after_dynasty = no
b_vesoul = {
province = 2077
@ -320,6 +338,7 @@ e_alps = {
}
c_besancon = {
color = { 199 82 112 }
can_be_named_after_dynasty = no
b_besancon = {
province = 2459
@ -349,6 +368,7 @@ e_alps = {
}
c_dole = {
color = { 170 35 70 }
can_be_named_after_dynasty = no
b_dole = {
province = 2191
@ -378,13 +398,13 @@ e_alps = {
color = { 102 33 20 }
capital = c_innsbruck
#can_be_named_after_dynasty = no
can_be_named_after_dynasty = no
d_tyrol = {
color = { 75 65 75 }
capital = c_innsbruck #De-facto only, actually Tirol
#can_be_named_after_dynasty = no
can_be_named_after_dynasty = no
c_innsbruck = {
color = { 75 65 75 }
@ -408,6 +428,7 @@ e_alps = {
}
c_kufstein = {
color = { 55 55 70 }
can_be_named_after_dynasty = no
b_kufstein = {
province = 2953
@ -426,6 +447,7 @@ e_alps = {
}
c_reutte = {
color = { 55 55 70 }
can_be_named_after_dynasty = no
b_reutte = {
province = 2781
@ -444,6 +466,7 @@ e_alps = {
}
c_vorarlberg = {
color = { 250 150 220 }
can_be_named_after_dynasty = no
b_bregenz = {
province = 2787
@ -461,9 +484,11 @@ e_alps = {
color = { 195 5 5 }
capital = c_bozan #De-facto only, actually Tirol
can_be_named_after_dynasty = no
c_lienz = {
color = { 55 55 70 }
can_be_named_after_dynasty = no
b_lienz = {
province = 3134
@ -478,6 +503,7 @@ e_alps = {
}
c_bozan= {
color = { 60 50 60 }
can_be_named_after_dynasty = no
b_bolzano = {
province = 2498
@ -512,9 +538,11 @@ e_alps = {
color = { 3 55 245 }
capital = c_vaduz
can_be_named_after_dynasty = no
c_vaduz = {
color = { 255 220 220 }
can_be_named_after_dynasty = no
b_vaduz = {
province = 2052
@ -525,13 +553,14 @@ e_alps = {
}
k_rhodania = {
color = { 213 199 55 }
color2 = { 255 255 255 }
capital = c_bouches_du_rhone
can_be_named_after_dynasty = no
d_lyonnais = {
color = { 204 208 50 }
color2 = { 255 255 255 }
capital = c_rhone
cultural_names = {
@ -539,20 +568,22 @@ e_alps = {
name_list_NEOW_provencal=cn_lioun_e_act_s
name_list_arpitan=cn_liyon_e_hat_s
}
can_be_named_after_dynasty = no
c_rhone = {
color = { 191 220 43 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_r_o_hat_no
name_list_occitan=cn_r_o_grv_se
name_list_NEOW_provencal=cn_rose
}
can_be_named_after_dynasty = no
b_lyon = {
province = 2017
color = { 191 120 43 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_liyon
name_list_NEOW_provencal=cn_lioun
@ -562,7 +593,7 @@ e_alps = {
b_villefranche_sur_saone = {
province = 2018
color = { 191 120 43 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_vilo_franco
name_list_arpitan=cn_velafranche
@ -571,16 +602,17 @@ e_alps = {
}
c_ain = {
color = { 204 208 78 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_en
}
can_be_named_after_dynasty = no
b_bourg_en_bresse = {
province = 2023
color = { 204 138 78 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_borg
name_list_occitan=cn_borg_de_bressa
@ -590,7 +622,7 @@ e_alps = {
b_amberieu_en_bugey = {
province = 2024
color = { 204 138 78 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_amb_e_grv_ri_o_hat_
}
@ -598,12 +630,12 @@ e_alps = {
b_oyonnax = {
province = 2025
color = { 204 138 78 }
color2 = { 255 255 255 }
}
b_belley = {
province = 2026
color = { 204 138 78 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_b_e_grv_l_e_hat_
}
@ -611,17 +643,18 @@ e_alps = {
}
c_loire = {
color = { 201 204 72 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_l_e_grv_ge
name_list_occitan=cn_l_e_act_ger
name_list_arpitan=cn_l_e_hat_re
}
can_be_named_after_dynasty = no
b_saint_etienne = {
province = 2019
color = { 201 134 72 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_sant_est_e_grv_ve
name_list_arpitan=cn_sant_eti_e_grv_ve
@ -630,7 +663,7 @@ e_alps = {
b_roanne = {
province = 2020
color = { 201 134 72 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_rouana
name_list_occitan=cn_roana
@ -640,7 +673,7 @@ e_alps = {
b_montbrison = {
province = 2021
color = { 201 134 72 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_mount_brisoun
name_list_arpitan=cn_montbr_e_act_son
@ -650,7 +683,7 @@ e_alps = {
}
d_dauphine_fr = {
color = { 200 204 5 }
color2 = { 255 255 255 }
capital = c_isere
cultural_names = {
@ -658,20 +691,22 @@ e_alps = {
name_list_NEOW_provencal=cn_d_o_act_ufinat
name_list_arpitan=cn_d_a_hat_rf_e_act_n_a_hat_t
}
can_be_named_after_dynasty = no
c_isere = {
color = { 212 191 11 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_is_e_grv_ra
name_list_arpitan=cn_isera
name_list_NEOW_provencal=cn_isero
}
can_be_named_after_dynasty = no
b_grenoble = {
province = 2027
color = { 212 191 11 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_grenoblo
name_list_occitan=cn_gren_o_grv_ble
@ -680,7 +715,7 @@ e_alps = {
b_vienne = {
province = 2028
color = { 212 191 11 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_vieno
name_list_occitan=cn_viana
@ -690,7 +725,7 @@ e_alps = {
b_bourgoin_jallieu = {
province = 2029
color = { 212 191 11 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_br_e_act_gon
}
@ -698,7 +733,7 @@ e_alps = {
b_voiron = {
province = 2030
color = { 212 191 11 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_vou_e_act_ron
name_list_NEOW_provencal=cn_voueroun
@ -707,7 +742,7 @@ e_alps = {
b_la_mure = {
province = 2031
color = { 212 191 11 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_m_o_grv_ta_rocassosa
name_list_NEOW_provencal=cn_muro
@ -717,17 +752,18 @@ e_alps = {
}
c_drome = {
color = { 186 182 45 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_droma
name_list_occitan=cn_droma
name_list_NEOW_provencal=cn_droumo
}
can_be_named_after_dynasty = no
b_valence = {
province = 2032
color = { 186 182 45 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_valen_c_ced_a
name_list_NEOW_provencal=cn_val_e_grv_n_c_ced_o
@ -736,7 +772,7 @@ e_alps = {
b_montelimar = {
province = 2033
color = { 186 182 45 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_mountelimar
name_list_occitan=cn_montelaimar
@ -745,7 +781,7 @@ e_alps = {
b_nyons = {
province = 2034
color = { 186 182 45 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_niom
name_list_NEOW_provencal=cn_nioun
@ -754,7 +790,7 @@ e_alps = {
b_die = {
province = 2036
color = { 186 182 45 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_dia
name_list_occitan=cn_di_a_act_
@ -764,23 +800,24 @@ e_alps = {
}
c_upper_alps = {
color = { 196 193 59 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_autis_aup
name_list_arpitan=cn_hi_o_hat_tes__a_hat_rpes
name_list_occitan=cn_auts_aups
name_list_NEOW_french=cn_hautes_alpes
}
can_be_named_after_dynasty = no
b_gap = {
province = 2059
color = { 196 193 59 }
color2 = { 255 255 255 }
}
b_briancon = {
province = 2060
color = { 196 193 59 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_brian_c_ced_oun
}
@ -788,7 +825,7 @@ e_alps = {
b_embrun = {
province = 2061
color = { 196 193 59 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_ambrun
}
@ -797,27 +834,29 @@ e_alps = {
}
d_provence_fr = {
color = { 150 161 32 }
color2 = { 255 255 255 }
capital = c_bouches_du_rhone
cultural_names = {
name_list_occitan=cn_proven_c_ced_a
name_list_NEOW_provencal=cn_prouv_e_grv_n_c_ced_o
}
can_be_named_after_dynasty = no
c_bouches_du_rhone = {
color = { 137 133 25 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_bouco_d_o_act_u_rose
name_list_occitan=cn_bocas_de_r_o_grv_se
name_list_arpitan=cn_goles_de_r_o_hat_no
}
can_be_named_after_dynasty = no
b_marseille = {
province = 2062
color = { 137 73 25 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_marsiho
name_list_arpitan=cn_marselye
@ -827,7 +866,7 @@ e_alps = {
b_aix_en_provence = {
province = 2064
color = { 137 73 25 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn__e_grv_x_en_provence
name_list_occitan=cn_ais_de_proven_c_ced_a
@ -837,16 +876,17 @@ e_alps = {
}
c_camargue = {
color = { 117 113 5 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_camargo
name_list_occitan=cn_camarga
}
can_be_named_after_dynasty = no
b_arles = {
province = 2066
color = { 137 73 25 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_arle
name_list_NEOW_provencal=cn_arle
@ -856,7 +896,7 @@ e_alps = {
b_saintes_maries_de_la_mer = {
province = 2065
color = { 137 73 25 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_li_s_a_grv_nti_mar_i_grv_o_de_la_mar
name_list_occitan=cn_lei_santei_marias_de_la_mar
@ -865,17 +905,18 @@ e_alps = {
}
c_alpes_maritimes = {
color = { 175 174 37 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn__a_hat_rpes_de_mar
name_list_occitan=cn_aups_maritims
name_list_NEOW_provencal=cn_aup_maritime
}
can_be_named_after_dynasty = no
b_nice = {
province = 8717
color = { 175 104 37 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_ni_c_ced_a
name_list_NEOW_provencal=cn_nissa
@ -884,7 +925,7 @@ e_alps = {
b_grasse = {
province = 8718
color = { 175 104 37 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_grasso
}
@ -892,7 +933,7 @@ e_alps = {
b_tende = {
province = 8720
color = { 175 104 37 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_tendo
name_list_occitan=cn_tenda
@ -901,18 +942,19 @@ e_alps = {
}
c_lower_alps = {
color = { 125 123 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_french=cn_basses_alpes
name_list_arpitan=cn_b_a_hat_ssas__a_hat_rpes
name_list_occitan=cn_bassas_aups
name_list_NEOW_provencal=cn_b_a_grv_ssis_aup
}
can_be_named_after_dynasty = no
b_forcalquier = {
province = 2070
color = { 125 63 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_forcauquier
name_list_NEOW_provencal=cn_fourcauqui_e_act_
@ -921,7 +963,7 @@ e_alps = {
b_digne_les_bains = {
province = 2071
color = { 125 63 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_dinha
name_list_NEOW_provencal=cn_digno
@ -930,7 +972,7 @@ e_alps = {
b_castellane = {
province = 2297
color = { 125 63 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_castelana
name_list_NEOW_provencal=cn_castelano
@ -939,7 +981,7 @@ e_alps = {
b_barcelonette = {
province = 2298
color = { 125 63 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_barcilona_de_proven_c_ced_a
name_list_NEOW_provencal=cn_barcilouneto
@ -948,12 +990,13 @@ e_alps = {
}
c_var = {
color = { 127 125 23 }
color2 = { 255 255 255 }
can_be_named_after_dynasty = no
b_toulon = {
province = 2301
color = { 127 65 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_tolon
name_list_NEOW_provencal=cn_touloun
@ -962,7 +1005,7 @@ e_alps = {
b_frejus = {
province = 2305
color = { 127 65 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_freju
name_list_occitan=cn_frej_u_act_s
@ -971,7 +1014,7 @@ e_alps = {
b_draguignan = {
province = 2455
color = { 127 65 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_draguinhan
}
@ -979,7 +1022,7 @@ e_alps = {
b_brignoles = {
province = 3256
color = { 127 65 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_brignolo
name_list_occitan=cn_brinh_o_grv_la
@ -988,17 +1031,18 @@ e_alps = {
}
c_vaucluse = {
color = { 139 132 20 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_v_a_hat_lcllusa
name_list_occitan=cn_vauclusa
name_list_NEOW_provencal=cn_vau_cluso
}
can_be_named_after_dynasty = no
b_avignon = {
province = 2067
color = { 139 72 20 }
color2 = { 255 255 255 }
cultural_names = {
name_list_NEOW_provencal=cn_avignoun
name_list_occitan=cn_avinhon
@ -1007,7 +1051,7 @@ e_alps = {
b_carpentras = {
province = 2068
color = { 139 72 20 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_carpentr_a_grv_s
}
@ -1015,7 +1059,7 @@ e_alps = {
b_apt = {
province = 2069
color = { 139 72 20 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_at
name_list_NEOW_provencal=cn_ate
@ -1025,7 +1069,7 @@ e_alps = {
}
d_monaco= {
color = { 229 27 34 }
color2 = { 255 255 255 }
capital = c_monaco
cultural_names = {
@ -1034,15 +1078,17 @@ e_alps = {
name_list_ligurian=cn_m_u_vrt_negu
name_list_NEOW_provencal=cn_m_o_act_nego
}
can_be_named_after_dynasty = no
c_monaco = {
color = { 229 27 34 }
color2 = { 255 255 255 }
can_be_named_after_dynasty = no
b_monaco = {
province = 8719
color = { 229 27 34 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_m_o_act_negue

View file

@ -1,4 +1,4 @@
e_europa = {
e_europa = {
color = { 0 51 153 }
capital = c_holland

View file

@ -1,4 +1,4 @@
e_britannia = {
e_britannia = {
color = { 165 8 34 }
capital = c_london

View file

@ -1,4 +1,4 @@
e_france = {
e_france = {
color= { 20 17 114 }
capital = c_ile_de_france
@ -1109,6 +1109,7 @@ e_france = {
}
}
c_sens = {
color = { 65 95 155 }
b_sens = {
province = 2352
@ -1690,7 +1691,6 @@ e_france = {
}
c_ardeche = {
color = { 153 92 7 }
color2 = { 255 255 255 }
cultural_names = {
name_list_arpitan=cn_ardecha
name_list_occitan=cn_ard_e_grv_cha
@ -1700,7 +1700,6 @@ e_france = {
b_privas = {
province = 2063
color = { 158 141 113 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_priv_a_grv_s
name_list_provencal=cn_priva
@ -1709,7 +1708,6 @@ e_france = {
b_annonay = {
province = 2217
color = { 158 141 113 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_anonai
name_list_provencal=cn_anounai
@ -1718,7 +1716,6 @@ e_france = {
b_aubenas = {
province = 3258
color = { 158 141 113 }
color2 = { 255 255 255 }
cultural_names = {
name_list_occitan=cn_auben_a_grv_s
}
@ -1726,7 +1723,6 @@ e_france = {
b_largentiere = {
province = 13279
color = { 158 141 113 }
color2 = { 255 255 255 }
cultural_names = {
name_list_provencal=cn_l_pst_argentiero
name_list_occitan=cn_l_pst_argenti_e_grv_ira

View file

@ -1,4 +1,4 @@
## REMBER TO MOVE BOHEMIA INTO zapodaslavia.txt, and remove it from here when we add it##
## REMBER TO MOVE BOHEMIA INTO zapodaslavia.txt, and remove it from here when we add it##
e_germany = {
color = { 190 200 190 }

View file

@ -1,4 +1,4 @@

e_italy = {
color = { 0 140 69 }
#can_be_named_after_dynasty = no
@ -463,7 +463,6 @@ e_italy = {
}
k_sardinia_and_corsica = {
color = { 0 89 86 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
capital = c_cagliari_it
@ -806,7 +805,6 @@ e_italy = {
}
d_calari = {
color = { 177 147 207 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
capital = c_cagliari_it
@ -821,7 +819,6 @@ e_italy = {
c_cagliari_it = {
color = { 154 116 193 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_c_a_grv_ller
@ -832,7 +829,6 @@ e_italy = {
b_cagliari = {
province = 2653
color = { 154 116 193 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_c_a_grv_ller
name_list_corsican=cn_c_a_grv_gliari
@ -842,7 +838,6 @@ e_italy = {
b_carbonia = {
province = 2654
color = { 154 116 193 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_carb_o_grv_nia
name_list_sardinian=cn_carb_o_grv_nia
@ -851,7 +846,6 @@ e_italy = {
b_muravera = {
province = 2657
color = { 154 116 193 }
color2 = { 255 255 255 }
cultural_names = {
name_list_sardinian=cn_murera
}
@ -860,7 +854,6 @@ e_italy = {
}
c_tortoli = {
color = { 185 157 213 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_tortol_i_act_
@ -868,7 +861,6 @@ e_italy = {
b_tortoli = {
province = 2663
color = { 185 157 213 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_tortol_i_act_
}
@ -876,7 +868,6 @@ e_italy = {
b_dolianova = {
province = 2656
color = { 154 116 193 }
color2 = { 255 255 255 }
cultural_names = {
name_list_sardinian=cn_patiolla
}
@ -885,10 +876,8 @@ e_italy = {
}
d_torres = {
color = { 177 147 207 }
color2 = { 255 255 255 }
c_sassari = {
color = { 137 83 191 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_s_a_grv_sser
@ -898,7 +887,6 @@ e_italy = {
b_sassari = {
province = 2665
color = { 137 83 191 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_s_a_grv_sser
name_list_sardinian=cn_t_a_grv_tari
@ -907,7 +895,6 @@ e_italy = {
b_alghero = {
province = 13271
color = { 137 83 191 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_l_pst_alguer
name_list_sardinian=cn_s_pst_aligh_e_grv_ra
@ -917,7 +904,6 @@ e_italy = {
b_ozieri = {
province = 13273
color = { 137 83 191 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_ocier
name_list_sardinian=cn_otieri
@ -926,7 +912,6 @@ e_italy = {
}
c_nuoro = {
color = { 185 157 213 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_n_u_grv_goro
@ -937,7 +922,6 @@ e_italy = {
b_nuoro = {
province = 2661
color = { 185 157 213 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_n_u_grv_goro
name_list_corsican=cn_nuaru
@ -947,7 +931,6 @@ e_italy = {
b_macomer = {
province = 2664
color = { 185 157 213 }
color2 = { 255 255 255 }
cultural_names = {
name_list_sardinian=cn_macumere
}
@ -955,11 +938,9 @@ e_italy = {
}
}
d_gallura = {
color = { 177 147 207 }
color2 = { 255 255 255 }
color = { 177 147 207 }
c_olbia = {
color = { 137 83 191 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn__o_grv_lbia
@ -968,7 +949,6 @@ e_italy = {
b_olbia = {
province = 13270
color = { 137 83 191 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn__o_grv_lbia
name_list_sardinian=cn_terranoa
@ -977,7 +957,6 @@ e_italy = {
b_arzachena = {
province = 13272
color = { 137 83 191 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_altzagh_e_grv_na
name_list_corsican=cn_alzachena
@ -987,7 +966,6 @@ e_italy = {
}
c_siniscola = {
color = { 185 157 213 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_sardinian=cn_thiniscole
@ -995,7 +973,6 @@ e_italy = {
b_siniscola = {
province = 2662
color = { 185 157 213 }
color2 = { 255 255 255 }
cultural_names = {
name_list_sardinian=cn_thiniscole
}
@ -1003,16 +980,13 @@ e_italy = {
}
}
d_arborea = {
color = { 177 147 207 }
color2 = { 255 255 255 }
color = { 177 147 207 }
c_iglesias = {
color = { 121 103 139 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
b_iglesias = {
province = 2655
color = { 154 116 193 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_esgl_e_act_sies
name_list_sardinian=cn_igr_e_grv_sias
@ -1021,7 +995,6 @@ e_italy = {
b_terralba = {
province = 2659
color = { 121 103 139 }
color2 = { 255 255 255 }
cultural_names = {
name_list_sardinian=cn_terraba
}
@ -1029,7 +1002,6 @@ e_italy = {
}
c_oristano = {
color = { 121 103 139 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_oristany
@ -1039,7 +1011,6 @@ e_italy = {
b_oristano = {
province = 2658
color = { 121 103 139 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_oristany
name_list_sardinian=cn_aristanis
@ -1049,7 +1020,6 @@ e_italy = {
b_bosa = {
province = 2660
color = { 121 103 139 }
color2 = { 255 255 255 }
}
}
}
@ -1382,7 +1352,6 @@ e_italy = {
}
d_southern_corsica = {
color = { 201 201 201 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
capital = c_southern_corsica
@ -1397,7 +1366,6 @@ e_italy = {
c_ajaccio = {
color = { 148 148 148 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_aiacciu
@ -1407,7 +1375,6 @@ e_italy = {
b_ajaccio = {
province = 2647
color = { 148 148 148 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_aiacciu
name_list_corsican=cn_aiacciu
@ -1417,7 +1384,6 @@ e_italy = {
b_sartene = {
province = 2649
color = { 148 148 148 }
color2 = { 255 255 255 }
cultural_names = {
name_list_corsican=cn_sart_e_grv_
name_list_italian=cn_sartena
@ -1427,7 +1393,6 @@ e_italy = {
}
c_porto_vecchio = {
color = { 148 148 148 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_port_vell
@ -1436,7 +1401,6 @@ e_italy = {
b_porto_vecchio = {
province = 2648
color = { 148 148 148 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_port_vell
name_list_corsican=cn_portivechju
@ -1445,7 +1409,6 @@ e_italy = {
b_bonifacio = {
province = 2650
color = { 148 148 148 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_bunifaziu
name_list_corsican=cn_bunifaziu
@ -1456,7 +1419,6 @@ e_italy = {
}
d_north_corsica = {
color = { 220 220 220 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_catalan=cn_alta_c_o_grv_rsega
@ -1468,7 +1430,6 @@ e_italy = {
}
c_bastia= {
color = { 148 148 148 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
cultural_names = {
name_list_corsican=cn_bast_i_grv_a
@ -1476,7 +1437,6 @@ e_italy = {
b_bastia = {
province = 2651
color = { 33 95 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_corsican=cn_bast_i_grv_a
}
@ -1484,17 +1444,14 @@ e_italy = {
b_calvi = {
province = 13274
color = { 33 95 23 }
color2 = { 255 255 255 }
}
}
c_corte= {
color = { 148 148 148 }
color2 = { 255 255 255 }
#can_be_named_after_dynasty = no
b_corte = {
province = 2652
color = { 33 95 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_catalan=cn_corti
name_list_corsican=cn_corti
@ -1504,7 +1461,6 @@ e_italy = {
b_ghisonaccia = {
province = 13275
color = { 33 95 23 }
color2 = { 255 255 255 }
cultural_names = {
name_list_corsican=cn_ghisunaccia
}

View file

@ -1,20 +1,20 @@
@never_primary_score = -1000
#Genoa
d_nf_barabino = {
color = { 100 100 100 }
capital = c_genoa
definite_form = yes
landless = yes
ruler_uses_title_name = no
always_follows_primary_heir = yes
no_automatic_claims = yes
noble_family = yes
destroy_if_invalid_heir = yes
ai_primary_priority = { add = @never_primary_score }
}
#d_nf_barabino = {
# color = { 100 100 100 }
# capital = c_genoa
#
# definite_form = yes
# landless = yes
# ruler_uses_title_name = no
# always_follows_primary_heir = yes
# no_automatic_claims = yes
# noble_family = yes
# destroy_if_invalid_heir = yes
#
# ai_primary_priority = { add = @never_primary_score }
#}
#Brytanya
d_nf_cyflymarhyan = { # Cyflymarhyan (Quicksilver)

View file

@ -1,4 +1,4 @@

# special titles
k_papal_state = {
color = { 255 249 198 }

View file

@ -1,4 +1,4 @@

e_scandinavia = {
color = { 62 122 189 }

View file

@ -1,4 +1,4 @@
hostility_group = { #these need to be above the tolerance doctrines in order to make them function correctly. We also should make more of these.
hostility_group = { #these need to be above the tolerance doctrines in order to make them function correctly. We also should make more of these.
group = "not_creatable"
antediluvianist_hostility_doctrine = {

View file

@ -1,4 +1,4 @@
#NEOW visible virtue doctrines
#NEOW visible virtue doctrines
anglican_virtues = {
group = "special"

View file

@ -4,6 +4,7 @@
doctrine = eastern_hostility_doctrine
#Main Group
doctrine = doctrine_polytheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_pluralistic

View file

@ -2,7 +2,8 @@
family = rf_abrahamic
graphical_faith = judaism_gfx
doctrine = doctrine_monotheist
doctrine = doctrine_monogamy
doctrine = abrahamic_hostility_doctrine
doctrine = doctrine_gender_male_dominated

View file

@ -7,6 +7,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_fundamentalist

View file

@ -6,6 +6,7 @@
doctrine_background_icon = core_tenet_banner_britannic.dds
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous

View file

@ -5,6 +5,7 @@
doctrine = antediluvianist_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_righteous

View file

@ -6,6 +6,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_pluralistic

View file

@ -4,9 +4,10 @@
doctrine_background_icon = core_tenet_banner_europeanist.dds
#Main Group | placeholder
doctrine = doctrine_monotheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_pluralist
doctrine = doctrine_pluralism_pluralistic
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder

View file

@ -6,6 +6,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous

View file

@ -3,6 +3,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_monotheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_pluralistic

View file

@ -6,6 +6,7 @@
doctrine_background_icon = core_tenet_banner_novelist.dds
#Main Group
doctrine = doctrine_polytheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
@ -434,7 +435,7 @@
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_witchcraft_shunned
doctrine = doctrine_clerical_gender_men
doctrine = doctrine_clerical_gender_male_only
#Tenets | add unique ones eventually
doctrine = tenet_universal_scripture
@ -914,6 +915,7 @@
#Special/virtue
doctrine = special_doctrine_reason_and_progress
doctrine = doctrine_pluralism_fundamentalist
doctrine = doctrine_monotheist
holy_order_names = { #placeholder
}

View file

@ -8,6 +8,7 @@
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_righteous
@ -118,7 +119,7 @@
#Special Tolerance | placeholder
doctrine = doctrine_pluralism_pluralistic
doctrine = doctrine_pluralism_pluralistic
#Tenets | placeholder
doctrine = tenet_terror_of_the_seas

View file

@ -5,6 +5,7 @@
doctrine = abrahamic_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_monotheist
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous

View file

@ -5,6 +5,7 @@
doctrine = abrahamic_hostility_doctrine
#Main Group
doctrine = doctrine_monotheist
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_pluralistic

View file

@ -5,6 +5,7 @@
#Main Group | placeholder
doctrine = doctrine_monotheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
@ -258,6 +259,9 @@
#Special Tolerance | placeholder
#Special Tolerance | placeholder
doctrine = doctrine_polytheist
#Tenets | placeholder
doctrine = tenet_bhakti
doctrine = tenet_ritual_hospitality

View file

@ -4,6 +4,7 @@
doctrine = eastern_hostility_doctrine
#Main Group
doctrine = doctrine_monotheist
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_pluralistic

View file

@ -4,6 +4,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
@ -237,7 +238,7 @@
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = rome
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
@ -264,7 +265,7 @@
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = rome
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
@ -291,7 +292,7 @@
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = rome
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels

View file

@ -4,6 +4,7 @@
doctrine_background_icon = core_tenet_banner_fremch.dds
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous

View file

@ -5,6 +5,7 @@
doctrine = antediluvianist_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_monotheist
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous

View file

@ -5,6 +5,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_polytheist
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_pluralistic

View file

@ -79,7 +79,7 @@
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = rome
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels

View file

@ -3,6 +3,7 @@
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_monotheist
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
@ -236,7 +237,7 @@
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = rome
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
@ -262,7 +263,7 @@
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = rome
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels

View file

@ -1,4 +1,4 @@
##### Lichtenstein
##### Lichtenstein
germany0004 = { #Hans Josef of Lichtenstein
name = "Hans Josef"

View file

@ -176,7 +176,7 @@ benelux_zwolle_charlotte = {
culture = dutch
trait = education_stewardship_1
trait = lustful
trait = drunkerd
trait = drunkard
trait = ambitious
trait = gregarious
trait = beauty_good_2
@ -385,7 +385,7 @@ benelux_mirrielle_delunsch = {
trait = content
trait = temperate
trait = compassionate
trait = poet
trait = lifestyle_poet
trait = beauty_good_1
female = yes
2526.1.1 = {

View file

@ -683,7 +683,7 @@ britannia_elgarh_robyrt = {
trait = military_engineer
trait = eccentric
trait = diligent
trait = inappatetic
trait = inappetetic
trait = chaste
2520.1.1 = {
birth = yes

View file

@ -319,7 +319,7 @@ france0012 = {
2529.1.1 = {
add_spouse = france_bonaparte_galadriel
effect = {
set_relation_soulmate = france_bonaparte_galadriel
set_relation_soulmate = character:france_bonaparte_galadriel
}
effect = {
set_relation_friend = character:france_bonaparte_aragorn
@ -834,7 +834,7 @@ france_bonaparte_galadriel = {
2529.1.1 = {
add_spouse = france0012
effect = {
set_relation_soulmate = france0012
set_relation_soulmate = character:france0012
}
}
2600.1.1 = {
@ -1126,7 +1126,7 @@ france_elwing_lambert = {
trait = humble
trait = holy_warrior
trait = athletic
trait = poet
trait = lifestyle_poet
2520.7.16 = {
birth = yes
}

View file

@ -35,7 +35,6 @@ germany0003 = {
germany0005 = {
name = "Thorus"
prefix = dynnp_von
dynasty = habsburg_dynasty
religion = "roman_catholic"
culture = bavarian
@ -482,7 +481,7 @@ germany0030 = {
culture = saxon
female = yes
trait = education_stewardship_4
trait = novice_physician
trait = lifestyle_physician
trait = witch
trait = trusting
trait = patient
@ -1692,7 +1691,7 @@ anton_i_of_ingolstadt={
religion=roman_catholic
father=max_josef_i_of_ingolstadt
trait=education_learning_3
trait=mystic
trait = lifestyle_mystic
trait=scholar
trait=arrogant
2499.12.6={birth=yes}
@ -2204,7 +2203,7 @@ anna_wendlenger={
}
lothar_wendlenger={
name="Lothar"
dynasty=21 #Wendlenger
dynasty=wendlenger_dynasty #Wendlenger
father=jakob_i_of_swabia
culture=swabian
religion=lutheran
@ -3492,8 +3491,8 @@ albrecht_v_of_schwandorf={
2527.12.21={birth=yes}
2554.1.1={
effect={
add_pressed_claim=title:k_bavaria_de
add_pressed_claim=title:d_franconia_de
add_pressed_claim=title:k_bavaria
#add_pressed_claim=title:d_franconia
}
}
2580.1.1={death=yes}

View file

@ -1,4 +1,4 @@
italy0001 = {
italy0001 = {
name = "Romeo"
dynasty = salgari_dynasty
religion = "roman_catholic"

View file

@ -1,4 +1,4 @@
scandinavia0001 = {
scandinavia0001 = {
name = "Karl"
dynasty = bernadotte_dynasty
religion = "folketro"
@ -275,7 +275,7 @@ scandinavia0015 = {
religion = "folketro"
culture = svealandsk
trait = education_martial_4
trait = defender
trait = unyielding_defender
trait = generous
trait = brave
trait = sadistic
@ -328,7 +328,7 @@ scandinavia0018 = {
religion = "vaesenite"
culture = svealandsk
trait = education_martial_3
trait = faithful_blade
trait = holy_warrior
trait = albino
trait = cynical
trait = lustful

View file

@ -1,37 +0,0 @@
# portuguese cultures
2300.1.1 = {
discover_innovation = innovation_motte
discover_innovation = innovation_catapult
discover_innovation = innovation_quilted_armor
#
discover_innovation = innovation_gavelkind
discover_innovation = innovation_currency_01
discover_innovation = innovation_crop_rotation
discover_innovation = innovation_bannus
}
2450.1.1 = {
discover_innovation = innovation_ledger
discover_innovation = innovation_barracks
discover_innovation = innovation_mustering_grounds
#
discover_innovation = innovation_development_01
discover_innovation = innovation_city_planning
discover_innovation = innovation_plenary_assemblies
discover_innovation = innovation_casus_belli
#
join_era = culture_era_early_medieval
}
2555.1.1 = {
discover_innovation = innovation_burhs
discover_innovation = innovation_mangonel
discover_innovation = innovation_house_soldiers
#
discover_innovation = innovation_hereditary_rule
discover_innovation = innovation_manorialism
discover_innovation = innovation_currency_02
discover_innovation = innovation_baliffs
#
}

View file

@ -3,7 +3,7 @@
##d_sevillian_state
###c_sevilla
1981 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -29,7 +29,7 @@
##d_cordoba
###c_cordoba
1995 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -63,7 +63,7 @@
}
}
1979 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -76,13 +76,13 @@
holding = church_holding
}
1986 = {
culture = visigothic
religion = sevillian
holding = none
}
###c_andujar
1977 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -106,7 +106,7 @@
##d_murcia
###c_murcia
1852 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -172,7 +172,7 @@
}
###c_almeria
1849 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -204,7 +204,7 @@
}
}
1845 = {
culture = visigothic
religion = sevillian
holding = castle_holding
1.1.1 = {
@ -246,7 +246,7 @@
}
###c_cadiz
1843 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -284,7 +284,7 @@
##d_castilla
###c_burgos
1906 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = castilian }
@ -327,7 +327,7 @@
}
###c_valladolid
1897 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = castilian }
@ -346,7 +346,7 @@
holding = church_holding
}
1912 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -372,7 +372,7 @@
}
###c_cuellar
1924 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -434,7 +434,7 @@
}
###c_zamora
1894 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = castilian }
@ -443,7 +443,7 @@
holding = city_holding
}
1826 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = castilian }
@ -474,7 +474,7 @@
##d_toledo
###c_toledo
1919 = {
culture = visigothic
religion = sevillian
holding = castle_holding
650.1.1 = {
@ -518,7 +518,7 @@
}
###c_madrid
1923 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -547,7 +547,7 @@
}
###c_cuenca
1947 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -569,7 +569,7 @@
##d_la_mancha
###c_calatrava
1963 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -586,7 +586,7 @@
holding = church_holding
}
1987 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -615,7 +615,7 @@
}
###c_mora
1952 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -642,7 +642,7 @@
##d_badajoz
###c_badajoz
1835 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -681,7 +681,7 @@
}
###c_caceres
1954 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -705,7 +705,7 @@
}
###c_merida
1834 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -738,7 +738,7 @@
##d_aragon
###c_zaragoza
1887 = {
culture = visigothic
religion = iberian
holding = castle_holding
special_building_slot = aljaferia_palace_01
@ -777,7 +777,7 @@
holding = city_holding
}
1892 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -788,7 +788,7 @@
}
}
1936 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -834,7 +834,7 @@
}
###c_calatayud
1932 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -871,7 +871,7 @@
##d_valencia
###c_valencia
1855 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -898,7 +898,7 @@
}
###c_castellon
1857 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -920,7 +920,7 @@
###c_denia
###c_alicante
1853 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -934,7 +934,7 @@
holding = church_holding
}
1854 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -947,7 +947,7 @@
##d_mallorca
###c_mallorca
8735 = {
culture = visigothic
religion = sevillian
holding = city_holding
800.1.1 = { culture = balearic }
@ -972,7 +972,7 @@
##d_barcelona
###c_lleida
1881 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = catalan }
@ -994,7 +994,7 @@
}
###c_barcelona
1862 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = catalan }
@ -1022,7 +1022,7 @@
}
###c_girona
1864 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = catalan }
@ -1041,7 +1041,7 @@
}
###c_tarragona
1860 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = catalan }
@ -1150,7 +1150,7 @@
##d_galicia
###c_coruna
1787 = {
culture = visigothic
religion = iberian
holding = castle_holding
98.1.1 = {
@ -1165,7 +1165,7 @@
holding = none
}
1785 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = galician }
@ -1187,7 +1187,7 @@
}
###c_tui
1781 = {
culture = visigothic
religion = iberian
holding = castle_holding
800.1.1 = { culture = galician }
@ -1203,7 +1203,7 @@
}
###c_astorga
1821 = {
culture = visigothic
religion = iberian
holding = castle_holding
800.1.1 = { culture = galician }
@ -1244,7 +1244,7 @@
##d_asturias
###c_asturias_de_oviedo
1797 = {
culture = visigothic
religion = penitente
holding = castle_holding
800.1.1 = { culture = asturleonese }
@ -1257,7 +1257,7 @@
}
###c_pravia
1795 = {
culture = visigothic
religion = penitente
holding = castle_holding
800.1.1 = { culture = asturleonese }
@ -1299,7 +1299,7 @@
}
###c_braganza
1763 = {
culture = visigothic
religion = iberian
holding = castle_holding
800.1.1 = { culture = galician }
@ -1328,7 +1328,7 @@
1754 = {
culture = portuguese
religion = iberian
holding = castle
holding = castle_holding
}
1755 = {
holding = city_holding
@ -1361,7 +1361,7 @@
holding = city_holding
}
1837 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }
@ -1407,7 +1407,7 @@
##d_algarve
###c_faro
1748 = {
culture = visigothic
religion = sevillian
holding = castle_holding
800.1.1 = { culture = andalusian }

View file

@ -874,21 +874,21 @@
religion = norse_pagan
holding = tribal_holding
867.1.1 = {
special_building_slot = visby_ringmur_01
special_building_slot = visby_ringmur_01
}
930.1.1 = {
holding = castle_holding
holding = castle_holding
}
1066.1.1 = {
culture = gutnsk
religion = viking
culture = gutnsk
religion = viking
}
1066.1.1 = {
buildings = {
guild_halls_01
common_tradeport_01
special_building = visby_ringmur_01
}
buildings = {
guild_halls_01
common_tradeport_01
special_building = visby_ringmur_01
}
}
}
370 = {

View file

@ -73,6 +73,5 @@ b_clervaux = {
}
2554.1.1 = {
holder = benelux_oranje_nassau_weilburg_philippe #Philippe BONW
liege = e_europa
}
}

View file

@ -7,7 +7,7 @@ k_mann = {
}
}
d_mann = {
d_the_isles = {
2520.1.1 = {
holder = britannia_gibb_illiam #Illiam Gibb
}

View file

@ -1,8 +1,4 @@
k_burgundy = {
2505.1.1 = {
change_development_level = 7
}
}
k_switzerland = {
2505.1.1 = {
change_development_level = 7

View file

@ -1,8 +1,4 @@
k_saxony = {
2505.1.1 = {
change_development_level = 7
}
}
d_bremen = {
2554.1.1 = {
holder = germany0056

View file

@ -22,6 +22,7 @@
building_type_fortress_andorra_01_desc:0 "WIP."
building_fortress_andorra_01:0 "Fortress Monastery of Andorra"
building_fortress_andorra_01_desc:0 "The monasteries of Andorra have become reinforced over the years by numerous defenses on all sides. The Andorran fortress-monasteries have earned the reputation of being the most well defended temples in the whole world, for they protect within their bowels centuries upon centuries of books, possessing the greatest of the Church's archives second only to the Vatican itself. Should Andorra fall, countless years of knowledge - both pre- and post-Event - will be lost."
building_type_leuven_university_01:1 "Leuven University"
building_type_leuven_universtiy_01_desc:0 "WIP"
building_leuven_university_01:0 "Leuven University"

View file

@ -32612,7 +32612,7 @@
Stywyyn:0 "Stywyyn"
Stuart:0 "Stuart"
Samuyll:0 "Samuyll"
Shyrlwck :0 "Shyrlwck"
Shyrlwck:0 "Shyrlwck"
Tallwry:0 "Tallwry"
Tyrry:0 "Tyrry"
Twmas:0 "Twmas"

View file

@ -102,7 +102,7 @@
doctrine_parameter_hostility_override_special_doctrine_singular_interpretation: ""
doctrine_parameter_hostility_override_special_doctrine_people_of_the_book:1 ""
doctrine_parameter_hostility_override_special_doctrine_fae_and_folklore0 ""
doctrine_parameter_hostility_override_special_doctrine_fae_and_folklore:0 ""
doctrine_parameter_hostility_override_special_doctrine_might_and_magick:0 ""
doctrine_parameter_hostility_override_special_doctrine_goddesses_and_glory: ""
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""

View file

@ -24925,8 +24925,8 @@
###Italy
##Sardinia and Corsica
k_sardinia_and_corsica:0 "Sardinia and Corsica"
k_sardinia_and_corsica_adj:0 "Sardinian-Corsican"
k_sardinia_and_corsica:0 "Tyrrhenia"
k_sardinia_and_corsica_adj:0 "Tyrrhenian"
d_sardinia:0 "Sardinia"
d_sardinia_adj:0 "Sardinian"
c_cagliari_it:0 "Cagliari"