last stuff for DD 1
This commit is contained in:
parent
5c8cb4d37a
commit
d4c4eabf65
18 changed files with 2029 additions and 81 deletions
|
|
@ -20,6 +20,14 @@
|
|||
|
||||
}
|
||||
|
||||
e_european_union = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_europe.dds"
|
||||
}
|
||||
}
|
||||
e_alps = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
|
|
|
|||
162
common/decisions/major_decisions_NEOW.txt
Normal file
162
common/decisions/major_decisions_NEOW.txt
Normal file
|
|
@ -0,0 +1,162 @@
|
|||
restore_european_union_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/found_european_union.dds"
|
||||
}
|
||||
desc = restore_european_union_decision_desc
|
||||
selection_tooltip = restore_european_union_decision_tooltip
|
||||
decision_group_type = major
|
||||
|
||||
ai_check_interval = 120
|
||||
|
||||
is_shown = {
|
||||
is_ruler = yes
|
||||
is_playable_character = yes
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_brythonic }
|
||||
culture = { has_cultural_pillar = heritage_goidelic }
|
||||
culture = { has_cultural_pillar = heritage_anglo_frisian }
|
||||
culture = { has_cultural_pillar = heritage_french }
|
||||
culture = { has_cultural_pillar = heritage_mosellic }
|
||||
culture = { has_cultural_pillar = heritage_west_germanic }
|
||||
}
|
||||
NOT = { #Can only do it once.
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_european_union
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
government_has_flag = government_is_feudal
|
||||
government_has_flag = government_is_republic
|
||||
government_has_flag = government_is_clan
|
||||
has_government = administrative_government
|
||||
}
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
prestige_level >= max_prestige_level
|
||||
|
||||
completely_controls = title:d_meath
|
||||
completely_controls = title:d_london
|
||||
completely_controls = title:d_ile_de_france
|
||||
completely_controls = title:d_toledo
|
||||
completely_controls = title:d_beja
|
||||
completely_controls = title:d_brabant
|
||||
completely_controls = title:d_holland
|
||||
completely_controls = title:d_luxembourg
|
||||
completely_controls = title:d_transjurania
|
||||
completely_controls = title:d_latium
|
||||
completely_controls = title:d_ostmark
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
is_independent_ruler = yes
|
||||
}
|
||||
|
||||
effect = {
|
||||
custom_tooltip = restore_european_union_decision_effect_tooltip
|
||||
#Create Roman Empire, shift dejure/history/laws, destroy e_byzantium.
|
||||
|
||||
|
||||
hidden_effect = {
|
||||
every_held_title = { #Should shift all dejure of all Empires owned at the time.
|
||||
limit = {
|
||||
tier = tier_empire
|
||||
}
|
||||
every_in_de_jure_hierarchy = {
|
||||
limit = {
|
||||
tier = tier_kingdom
|
||||
}
|
||||
set_de_jure_liege_title = title:e_european_union
|
||||
|
||||
}
|
||||
}
|
||||
every_held_title = { #Completely Controlled Kingdoms as well.
|
||||
limit = {
|
||||
tier = tier_kingdom
|
||||
root = { completely_controls = prev }
|
||||
}
|
||||
set_de_jure_liege_title = title:e_european_union
|
||||
}
|
||||
}
|
||||
|
||||
create_title_and_vassal_change = {
|
||||
type = created
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
if = { # Move your Title MaAs to your new title if you have any
|
||||
limit = {
|
||||
government_allows = administrative
|
||||
primary_title = {
|
||||
any_title_maa_regiment = { count >= 1 }
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
primary_title = { transfer_title_maa_ownership = title:e_european_union }
|
||||
}
|
||||
}
|
||||
hidden_effect = { set_primary_title_to = title:e_european_union }
|
||||
every_held_title = { #Should destroy all other Empires owned at the time.
|
||||
limit = {
|
||||
tier = tier_empire
|
||||
NOT = { this = title:e_european_union }
|
||||
}
|
||||
root = { destroy_title = prev }
|
||||
}
|
||||
if = { #Automatically move capital to Constantinople, unless it's been set to Rome.
|
||||
limit = {
|
||||
NOT = { capital_county = { this = title:c_brabant } }
|
||||
}
|
||||
hidden_effect = {
|
||||
if = { #Usurp if not held personally.
|
||||
limit = {
|
||||
NOT = { this = title:c_brabant.holder }
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
type = returned
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
title:c_brabant = {
|
||||
change_title_holder = {
|
||||
holder = root
|
||||
change = scope:change
|
||||
}
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
}
|
||||
}
|
||||
root = { set_realm_capital = title:c_brabant }
|
||||
}
|
||||
#hidden_effect = {
|
||||
# add_character_flag = flag_restorer_of_rome #used for Eulogy.
|
||||
# title:e_roman_empire = {
|
||||
# set_variable = rome_was_restored_by_byzantium
|
||||
# }
|
||||
#}
|
||||
#trigger_event = roman_restoration.0001 ###to do later
|
||||
hidden_effect = {
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_restored_european_union
|
||||
}
|
||||
set_global_variable = {
|
||||
name = flag_restored_european_union
|
||||
value = root
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
|
@ -227,3 +227,117 @@ dna_isildur_i={ #Credit to Supashy from AGoT and reddit user Boeje_Ruurd
|
|||
}
|
||||
enabled=yes
|
||||
}
|
||||
dna_arthur_crowtemple_i={ #Credit to user vnth93
|
||||
portrait_info = {
|
||||
genes={
|
||||
hair_color={ 42 254 194 165 }
|
||||
skin_color={ 41 38 41 69 }
|
||||
eye_color={ 43 171 13 168 }
|
||||
gene_chin_forward={ "chin_forward_pos" 119 "chin_forward_pos" 141 }
|
||||
gene_chin_height={ "chin_height_neg" 124 "chin_height_neg" 127 }
|
||||
gene_chin_width={ "chin_width_pos" 151 "chin_width_pos" 137 }
|
||||
gene_eye_angle={ "eye_angle_pos" 116 "eye_angle_pos" 129 }
|
||||
gene_eye_depth={ "eye_depth_pos" 120 "eye_depth_pos" 135 }
|
||||
gene_eye_height={ "eye_height_neg" 176 "eye_height_neg" 119 }
|
||||
gene_eye_distance={ "eye_distance_neg" 116 "eye_distance_neg" 114 }
|
||||
gene_eye_shut={ "eye_shut_pos" 141 "eye_shut_pos" 141 }
|
||||
gene_forehead_angle={ "forehead_angle_pos" 137 "forehead_angle_pos" 142 }
|
||||
gene_forehead_brow_height={ "forehead_brow_height_neg" 81 "forehead_brow_height_neg" 102 }
|
||||
gene_forehead_roundness={ "forehead_roundness_pos" 92 "forehead_roundness_pos" 139 }
|
||||
gene_forehead_width={ "forehead_width_neg" 86 "forehead_width_neg" 113 }
|
||||
gene_forehead_height={ "forehead_height_neg" 102 "forehead_height_neg" 103 }
|
||||
gene_head_height={ "head_height_pos" 149 "head_height_pos" 155 }
|
||||
gene_head_width={ "head_width_neg" 46 "head_width_neg" 119 }
|
||||
gene_head_profile={ "head_profile_pos" 118 "head_profile_pos" 179 }
|
||||
gene_head_top_height={ "head_top_height_neg" 123 "head_top_height_neg" 123 }
|
||||
gene_head_top_width={ "head_top_width_pos" 125 "head_top_width_pos" 130 }
|
||||
gene_jaw_angle={ "jaw_angle_neg" 158 "jaw_angle_neg" 95 }
|
||||
gene_jaw_forward={ "jaw_forward_neg" 132 "jaw_forward_neg" 95 }
|
||||
gene_jaw_height={ "jaw_height_pos" 74 "jaw_height_pos" 131 }
|
||||
gene_jaw_width={ "jaw_width_neg" 171 "jaw_width_neg" 95 }
|
||||
gene_mouth_corner_depth={ "mouth_corner_depth_neg" 132 "mouth_corner_depth_neg" 127 }
|
||||
gene_mouth_corner_height={ "mouth_corner_height_neg" 128 "mouth_corner_height_neg" 120 }
|
||||
gene_mouth_forward={ "mouth_forward_neg" 122 "mouth_forward_neg" 117 }
|
||||
gene_mouth_height={ "mouth_height_neg" 134 "mouth_height_neg" 119 }
|
||||
gene_mouth_width={ "mouth_width_pos" 139 "mouth_width_pos" 140 }
|
||||
gene_mouth_upper_lip_size={ "mouth_upper_lip_size_pos" 129 "mouth_upper_lip_size_pos" 145 }
|
||||
gene_mouth_lower_lip_size={ "mouth_lower_lip_size_neg" 105 "mouth_lower_lip_size_neg" 96 }
|
||||
gene_mouth_open={ "mouth_open_neg" 157 "mouth_open_neg" 46 }
|
||||
gene_neck_length={ "neck_length_neg" 129 "neck_length_neg" 89 }
|
||||
gene_neck_width={ "neck_width_neg" 96 "neck_width_neg" 117 }
|
||||
gene_bs_cheek_forward={ "cheek_forward_pos" 13 "cheek_forward_pos" 48 }
|
||||
gene_bs_cheek_height={ "cheek_height_pos" 141 "cheek_height_neg" 50 }
|
||||
gene_bs_cheek_width={ "cheek_width_pos" 15 "cheek_width_pos" 31 }
|
||||
gene_bs_ear_angle={ "ear_angle_pos" 13 "ear_angle_pos" 17 }
|
||||
gene_bs_ear_inner_shape={ "ear_inner_shape_pos" 38 "ear_inner_shape_pos" 57 }
|
||||
gene_bs_ear_bend={ "ear_both_bend_pos" 46 "ear_lower_bend_pos" 90 }
|
||||
gene_bs_ear_outward={ "ear_outward_pos" 157 "ear_outward_pos" 68 }
|
||||
gene_bs_ear_size={ "ear_size_pos" 123 "ear_size_pos" 127 }
|
||||
gene_bs_eye_corner_depth={ "eye_corner_depth_pos" 129 "eye_corner_depth_neg" 11 }
|
||||
gene_bs_eye_fold_shape={ "eye_fold_shape_pos" 255 "eye_fold_shape_pos" 34 }
|
||||
gene_bs_eye_size={ "eye_size_pos" 29 "eye_size_pos" 88 }
|
||||
gene_bs_eye_upper_lid_size={ "eye_upper_lid_size_neg" 99 "eye_upper_lid_size_neg" 74 }
|
||||
gene_bs_forehead_brow_curve={ "forehead_brow_curve_neg" 255 "forehead_brow_curve_neg" 169 }
|
||||
gene_bs_forehead_brow_forward={ "forehead_brow_forward_neg" 53 "forehead_brow_forward_neg" 2 }
|
||||
gene_bs_forehead_brow_inner_height={ "forehead_brow_inner_height_pos" 15 "forehead_brow_inner_height_pos" 26 }
|
||||
gene_bs_forehead_brow_outer_height={ "forehead_brow_outer_height_pos" 85 "forehead_brow_outer_height_neg" 26 }
|
||||
gene_bs_forehead_brow_width={ "forehead_brow_width_neg" 91 "forehead_brow_width_neg" 18 }
|
||||
gene_bs_jaw_def={ "jaw_def_neg" 255 "jaw_def_pos" 25 }
|
||||
gene_bs_mouth_lower_lip_def={ "mouth_lower_lip_def_pos" 255 "mouth_lower_lip_def_pos" 9 }
|
||||
gene_bs_mouth_lower_lip_full={ "mouth_lower_lip_full_pos" 71 "mouth_lower_lip_full_neg" 21 }
|
||||
gene_bs_mouth_lower_lip_pad={ "mouth_lower_lip_pad_neg" 255 "mouth_lower_lip_pad_pos" 5 }
|
||||
gene_bs_mouth_lower_lip_width={ "mouth_lower_lip_width_neg" 49 "mouth_lower_lip_width_neg" 1 }
|
||||
gene_bs_mouth_philtrum_def={ "mouth_philtrum_def_pos" 123 "mouth_philtrum_def_pos" 36 }
|
||||
gene_bs_mouth_philtrum_shape={ "mouth_philtrum_shape_pos" 1 "mouth_philtrum_shape_neg" 35 }
|
||||
gene_bs_mouth_philtrum_width={ "mouth_philtrum_width_pos" 187 "mouth_philtrum_width_neg" 8 }
|
||||
gene_bs_mouth_upper_lip_def={ "mouth_upper_lip_def_pos" 255 "mouth_upper_lip_def_pos" 33 }
|
||||
gene_bs_mouth_upper_lip_full={ "mouth_upper_lip_full_neg" 51 "mouth_upper_lip_full_pos" 5 }
|
||||
gene_bs_mouth_upper_lip_profile={ "mouth_upper_lip_profile_neg" 61 "mouth_upper_lip_profile_pos" 31 }
|
||||
gene_bs_mouth_upper_lip_width={ "mouth_upper_lip_width_neg" 7 "mouth_upper_lip_width_neg" 110 }
|
||||
gene_bs_nose_forward={ "nose_forward_neg" 37 "nose_forward_pos" 29 }
|
||||
gene_bs_nose_height={ "nose_height_neg" 95 "nose_height_pos" 36 }
|
||||
gene_bs_nose_length={ "nose_length_pos" 107 "nose_length_pos" 165 }
|
||||
gene_bs_nose_nostril_height={ "nose_nostril_height_pos" 155 "nose_nostril_height_pos" 26 }
|
||||
gene_bs_nose_nostril_width={ "nose_nostril_width_neg" 77 "nose_nostril_width_neg" 31 }
|
||||
gene_bs_nose_profile={ "nose_profile_pos" 89 "nose_profile_pos" 17 }
|
||||
gene_bs_nose_ridge_angle={ "nose_ridge_angle_pos" 67 "nose_ridge_angle_pos" 33 }
|
||||
gene_bs_nose_ridge_width={ "nose_ridge_width_pos" 65 "nose_ridge_width_pos" 33 }
|
||||
gene_bs_nose_size={ "nose_size_pos" 45 "nose_size_pos" 6 }
|
||||
gene_bs_nose_tip_angle={ "nose_tip_angle_pos" 17 "nose_tip_angle_neg" 16 }
|
||||
gene_bs_nose_tip_forward={ "nose_tip_forward_pos" 19 "nose_tip_forward_pos" 51 }
|
||||
gene_bs_nose_tip_width={ "nose_tip_width_neg" 255 "nose_tip_width_neg" 24 }
|
||||
face_detail_cheek_def={ "cheek_def_02" 189 "cheek_def_02" 8 }
|
||||
face_detail_cheek_fat={ "cheek_fat_01_neg" 123 "cheek_fat_01_neg" 199 }
|
||||
face_detail_chin_cleft={ "chin_cleft" 5 "chin_cleft" 5 }
|
||||
face_detail_chin_def={ "chin_def" 0 "chin_def" 25 }
|
||||
face_detail_eye_lower_lid_def={ "eye_lower_lid_def" 255 "eye_lower_lid_def" 59 }
|
||||
face_detail_eye_socket={ "eye_socket_01" 0 "eye_socket_03" 223 }
|
||||
face_detail_nasolabial={ "nasolabial_02" 88 "nasolabial_01" 2 }
|
||||
face_detail_nose_ridge_def={ "nose_ridge_def_pos" 255 "nose_ridge_def_neg" 9 }
|
||||
face_detail_nose_tip_def={ "nose_tip_def" 255 "nose_tip_def" 219 }
|
||||
face_detail_temple_def={ "temple_def" 0 "temple_def" 253 }
|
||||
expression_brow_wrinkles={ "brow_wrinkles_01" 255 "brow_wrinkles_02" 254 }
|
||||
expression_eye_wrinkles={ "eye_wrinkles_03" 162 "eye_wrinkles_03" 162 }
|
||||
expression_forehead_wrinkles={ "forehead_wrinkles_01" 45 "forehead_wrinkles_01" 45 }
|
||||
expression_other={ "cheek_wrinkles_both_01" 0 "cheek_wrinkles_both_01" 0 }
|
||||
complexion={ "complexion_4" 190 "complexion_4" 214 }
|
||||
gene_height={ "normal_height" 175 "normal_height" 140 }
|
||||
gene_bs_body_type={ "body_fat_head_fat_low" 108 "body_fat_head_fat_full" 108 }
|
||||
gene_bs_body_shape={ "body_shape_average_clothed" 161 "body_shape_hourglass_half" 18 }
|
||||
gene_bs_bust={ "bust_clothes" 81 "bust_shape_3_half" 182 }
|
||||
gene_age={ "old_1" 66 "old_1" 24 }
|
||||
gene_eyebrows_shape={ "far_spacing_lower_thickness" 249 "avg_spacing_avg_thickness" 111 }
|
||||
gene_eyebrows_fullness={ "no_eyebrows" 79 "layer_2_lower_thickness" 137 }
|
||||
gene_body_hair={ "body_hair_sparse_low_stubble" 0 "body_hair_avg" 167 }
|
||||
gene_hair_type={ "hair_wavy" 173 "hair_wavy" 173 }
|
||||
gene_baldness={ "no_baldness" 255 "no_baldness" 255 }
|
||||
eye_accessory={ "normal_eyes" 38 "normal_eyes" 38 }
|
||||
teeth_accessory={ "normal_teeth" 0 "normal_teeth" 0 }
|
||||
eyelashes_accessory={ "normal_eyelashes" 231 "normal_eyelashes" 231 }
|
||||
hairstyles={ "western_hairstyles_wavy" 235 "all_hairstyles" 0 }
|
||||
beards={ "no_beard" 255 "no_beard" 0 }
|
||||
clothes={ "western_bedchamber" 79 "most_clothes" 0 }
|
||||
}
|
||||
}
|
||||
enabled=yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,10 @@ dynn_britannia_walcyr = {
|
|||
name = dynn_walcyr
|
||||
culture = strafclideg
|
||||
}
|
||||
|
||||
dynn_britannia_crowtemple = {
|
||||
name = dynn_crowtemple
|
||||
culture = soueyrneg
|
||||
}
|
||||
dynn_britannia_windsor = {
|
||||
name = dynn_windsor
|
||||
culture = souflander
|
||||
|
|
|
|||
|
|
@ -36,4 +36,15 @@ d_united_grand_lodge = {
|
|||
always_follows_primary_heir = yes
|
||||
de_jure_drift_disabled = yes
|
||||
|
||||
}
|
||||
}
|
||||
e_european_union = {
|
||||
color = { 0 51 153 }
|
||||
|
||||
capital = c_brabant # Brussels
|
||||
definite_form = yes
|
||||
can_be_named_after_dynasty = no
|
||||
|
||||
can_create = {
|
||||
rule_title_creation_imperial_power_projection_title_creation_trigger = yes
|
||||
}
|
||||
}
|
||||
|
|
@ -261,6 +261,26 @@ e_france = {
|
|||
color = { 20 50 220 }
|
||||
}
|
||||
}
|
||||
|
||||
c_eu = {
|
||||
color = { 20 20 130 }
|
||||
|
||||
b_dieppe = {
|
||||
province = 2177
|
||||
|
||||
color = { 20 20 130 }
|
||||
}
|
||||
b_eu = {
|
||||
province = 2178
|
||||
|
||||
color = { 20 20 130 }
|
||||
}
|
||||
b_aumale = {
|
||||
province = 2182
|
||||
|
||||
color = { 20 20 130 }
|
||||
}
|
||||
}
|
||||
c_valois = {
|
||||
color = { 15 40 210 }
|
||||
|
||||
|
|
@ -645,25 +665,6 @@ e_france = {
|
|||
color = { 0 15 130 }
|
||||
}
|
||||
}
|
||||
c_eu = {
|
||||
color = { 20 20 130 }
|
||||
|
||||
b_dieppe = {
|
||||
province = 2177
|
||||
|
||||
color = { 20 20 130 }
|
||||
}
|
||||
b_eu = {
|
||||
province = 2178
|
||||
|
||||
color = { 20 20 130 }
|
||||
}
|
||||
b_aumale = {
|
||||
province = 2182
|
||||
|
||||
color = { 20 20 130 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_orleans = {
|
||||
|
|
@ -1561,16 +1562,6 @@ e_france = {
|
|||
|
||||
color = { 85 80 160 }
|
||||
}
|
||||
b_cevennes = {
|
||||
province = 2218
|
||||
|
||||
color = { 85 80 160 }
|
||||
}
|
||||
b_navacelles = {
|
||||
province = 2220
|
||||
|
||||
color = { 130 20 195 }
|
||||
}
|
||||
b_uses = {
|
||||
province = 2216
|
||||
|
||||
|
|
@ -1618,6 +1609,17 @@ e_france = {
|
|||
|
||||
color = { 115 100 220 }
|
||||
}
|
||||
|
||||
b_cevennes = {
|
||||
province = 2218
|
||||
|
||||
color = { 85 80 160 }
|
||||
}
|
||||
b_navacelles = {
|
||||
province = 2220
|
||||
|
||||
color = { 130 20 195 }
|
||||
}
|
||||
b_agde = {
|
||||
province = 2014
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ on_title_destroyed = {
|
|||
# If the title of an independent admin ruler is destroyed, let's make sure we handle any stray admin vassals
|
||||
if = {
|
||||
limit = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
is_independent_ruler = yes
|
||||
NOT = {
|
||||
any_held_title = {
|
||||
|
|
@ -132,12 +132,12 @@ on_title_gain = {
|
|||
# Note: anything that should be run after creation can go in on_noble_family_title_created
|
||||
if = {
|
||||
limit = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
is_house_head = yes
|
||||
highest_held_title_tier >= tier_duchy
|
||||
liege = {
|
||||
is_independent_ruler = yes
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
NOR = {
|
||||
any_held_title = { is_noble_family_title = yes }
|
||||
|
|
@ -154,7 +154,7 @@ on_title_gain = {
|
|||
# EP3 - Ensure Emperor keeps old realm capital in admin realms & apply unique domicile building bonus if appropriate
|
||||
if = {
|
||||
limit = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
is_independent_ruler = yes
|
||||
highest_held_title_tier >= tier_empire
|
||||
}
|
||||
|
|
@ -183,7 +183,7 @@ on_title_gain = {
|
|||
# EP3 - Fire a became governor event
|
||||
else_if = {
|
||||
limit = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
is_independent_ruler = no
|
||||
is_governor = yes
|
||||
any_held_title = {
|
||||
|
|
@ -680,7 +680,7 @@ on_title_gain = {
|
|||
}
|
||||
}
|
||||
# Admin only
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
trigger_event = {
|
||||
id = ep3_emperor_yearly.2050
|
||||
|
|
@ -707,7 +707,7 @@ on_title_gain = {
|
|||
if = {
|
||||
limit = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
is_independent_ruler = yes
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
scope:title = {
|
||||
|
|
@ -765,7 +765,7 @@ on_title_gain = {
|
|||
limit = {
|
||||
is_playable_character = yes
|
||||
exists = scope:previous_holder
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
OR = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
liege = root
|
||||
|
|
@ -793,7 +793,7 @@ on_title_gain = {
|
|||
if = {
|
||||
limit = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
has_succession_appointment_investors = scope:title
|
||||
scope:title = {
|
||||
any_succession_appointment_investors = {
|
||||
|
|
@ -902,13 +902,13 @@ on_title_gain = {
|
|||
limit = {
|
||||
scope:title.tier > tier_barony
|
||||
primary_title.tier <= scope:title.tier
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
NOT = { has_character_flag = admin_title_gain_notification_sent }
|
||||
house ?= {
|
||||
any_house_member = {
|
||||
is_ai = no
|
||||
top_liege = root.top_liege
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
NOT = { this = root }
|
||||
}
|
||||
}
|
||||
|
|
@ -923,7 +923,7 @@ on_title_gain = {
|
|||
limit = {
|
||||
is_ai = no
|
||||
top_liege = root.top_liege
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
NOT = { this = scope:title_gainer }
|
||||
}
|
||||
send_interface_message = {
|
||||
|
|
@ -1252,7 +1252,7 @@ on_title_gain = {
|
|||
is_ruler = no
|
||||
highest_held_title_tier <= scope:title.tier
|
||||
government_has_flag = government_is_landless_adventurer
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -1881,7 +1881,7 @@ on_title_lost = {
|
|||
}
|
||||
is_alive = yes
|
||||
NOT = { has_character_flag = admin_title_loss_notification_sent }
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
house ?= {
|
||||
any_house_member = {
|
||||
is_ai = no
|
||||
|
|
@ -1889,7 +1889,7 @@ on_title_lost = {
|
|||
limit = { exists = root.top_liege }
|
||||
top_liege = root.top_liege
|
||||
}
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
NOT = { this = root }
|
||||
}
|
||||
}
|
||||
|
|
@ -1907,7 +1907,7 @@ on_title_lost = {
|
|||
limit = { exists = root.top_liege }
|
||||
top_liege = root.top_liege
|
||||
}
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
NOT = { this = scope:title_loser }
|
||||
}
|
||||
send_interface_message = {
|
||||
|
|
@ -2273,7 +2273,7 @@ on_vassal_change = {
|
|||
limit = {
|
||||
OR = {
|
||||
liege ?= {
|
||||
NOT = { government_allows = administrative }
|
||||
NOT = { has_government = administrative_government }
|
||||
}
|
||||
AND = {
|
||||
is_independent_ruler = yes
|
||||
|
|
@ -2322,12 +2322,12 @@ on_vassal_change = {
|
|||
### If a admin duke-tier character becomes the top-liege's direct vassal, ensure that they have a noble family title
|
||||
if = {
|
||||
limit = {
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
is_house_head = yes
|
||||
highest_held_title_tier >= tier_duchy
|
||||
liege = {
|
||||
is_independent_ruler = yes
|
||||
government_allows = administrative
|
||||
has_government = administrative_government
|
||||
}
|
||||
NOR = {
|
||||
any_held_title = { is_noble_family_title = yes }
|
||||
|
|
|
|||
BIN
gfx/interface/illustrations/decisions/found_european_union.dds
(Stored with Git LFS)
Normal file
BIN
gfx/interface/illustrations/decisions/found_european_union.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -1601,7 +1601,7 @@ britannia_gibb_illiam = {
|
|||
name = "Illiam"
|
||||
dynasty = dynn_britannia_gibb
|
||||
religion = "old_thelema"
|
||||
culture = gaelic #change to manx later
|
||||
culture = manx #change to manx later
|
||||
trait = education_martial_4
|
||||
trait = content
|
||||
trait = brave
|
||||
|
|
@ -1801,4 +1801,63 @@ britannia_walcyr_dduddlyy = { #Walcyr
|
|||
2600.1.1 = {
|
||||
death = yes
|
||||
}
|
||||
}
|
||||
|
||||
britannia_arthur_crowtemple = {
|
||||
name="Arhthurh" # Founder of the British Empire
|
||||
dynasty= dynn_britannia_crowtemple
|
||||
dna = dna_arthur_crowtemple_i
|
||||
religion=victorian
|
||||
culture=soueyrneg
|
||||
trait=education_martial_4
|
||||
trait=brave
|
||||
trait=ambitious
|
||||
trait=strong
|
||||
trait=diligent
|
||||
2182.7.9={
|
||||
birth=yes
|
||||
add_character_flag = no_beard #Not working, fix eventually
|
||||
add_character_flag = has_scripted_appearance
|
||||
}
|
||||
2236.8.4={
|
||||
death=yes
|
||||
}
|
||||
}
|
||||
britannia_kate_crowtemple = {
|
||||
name="Kate" # Founder of the British Empire
|
||||
dynasty= dynn_britannia_crowtemple
|
||||
religion=victorian
|
||||
culture=soueyrneg
|
||||
female = yes
|
||||
trait=education_diplomacy_4
|
||||
trait=beauty_good_2
|
||||
trait=compassionate
|
||||
trait=diplomat
|
||||
trait=diligent
|
||||
father = britannia_arthur_crowtemple
|
||||
2203.6.14={
|
||||
birth=yes
|
||||
}
|
||||
2251.7.16={
|
||||
death=yes
|
||||
}
|
||||
}
|
||||
britannia_mordred_crowtemple = {
|
||||
name="Mordred" # Founder of the British Empire
|
||||
dynasty= dynn_britannia_crowtemple
|
||||
religion=victorian
|
||||
culture=soueyrneg
|
||||
trait=education_martial_2
|
||||
trait=temperate
|
||||
trait=ambitious
|
||||
trait=sadistic
|
||||
trait=torturer
|
||||
trait=deceitful
|
||||
mother = britannia_kate_crowtemple
|
||||
2225.2.28={
|
||||
birth=yes
|
||||
}
|
||||
2269.2.9={
|
||||
death=yes
|
||||
}
|
||||
}
|
||||
|
|
@ -14,7 +14,9 @@
|
|||
}
|
||||
}
|
||||
2114 = { #GENT
|
||||
holding = church_holding
|
||||
holding = castle_holding
|
||||
culture = belge
|
||||
religion = trenchsinger
|
||||
}
|
||||
2124 = { #ROESELARE
|
||||
holding = city_holding
|
||||
|
|
@ -70,13 +72,13 @@
|
|||
|
||||
###c_boulogne
|
||||
2132 = { #BOULOGNE
|
||||
holding = church_holding
|
||||
}
|
||||
2136 = { #MONTREUIL SUR MER
|
||||
culture = picard
|
||||
religion = trenchsinger
|
||||
holding = castle_holding
|
||||
}
|
||||
2136 = { #MONTREUIL SUR MER
|
||||
holding = church_holding
|
||||
}
|
||||
2137 = { #ABBEVILLE
|
||||
holding = church_holding
|
||||
}
|
||||
|
|
|
|||
|
|
@ -209,8 +209,8 @@
|
|||
|
||||
###c_oldenburg
|
||||
2438 = { #OLDENBURG
|
||||
culture = saxon
|
||||
religion = catholic
|
||||
culture = frisian
|
||||
religion = aslanite
|
||||
holding = castle_holding
|
||||
}
|
||||
2436 = { #LEER
|
||||
|
|
|
|||
|
|
@ -359,18 +359,15 @@
|
|||
|
||||
###c_eu
|
||||
2178 = { #EU
|
||||
culture = normaund
|
||||
religion = numenorian
|
||||
holding = castle_holding
|
||||
}
|
||||
2176 = { #FECAMP
|
||||
holding = church_holding
|
||||
}
|
||||
2177 = { #DIEPPE
|
||||
holding = none
|
||||
1000.1.1 = {
|
||||
holding = city_holding
|
||||
}
|
||||
holding = city_holding
|
||||
culture = normaund
|
||||
religion = numenorian
|
||||
}
|
||||
2182 = { #AUMALE
|
||||
holding = none
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
holding = castle_holding
|
||||
}
|
||||
2404 = { #DELFT
|
||||
culture = dutch
|
||||
religion = carolingian
|
||||
holding = none
|
||||
1075.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -24,7 +26,14 @@
|
|||
holding = city_holding
|
||||
}
|
||||
}
|
||||
|
||||
9698 = {
|
||||
holding = castle_holding
|
||||
culture = dutch
|
||||
religion = aslanite
|
||||
}
|
||||
9699 = {
|
||||
holding = city_holding
|
||||
}
|
||||
###c_westfriesland
|
||||
2405 = { #HAARLEM
|
||||
culture = dutch
|
||||
|
|
@ -68,6 +77,8 @@
|
|||
holding = castle_holding
|
||||
}
|
||||
2103 = { #NIJMEGEN
|
||||
culture = dutch
|
||||
religion = aslanite
|
||||
holding = city_holding
|
||||
}
|
||||
2425 = { #TIEL
|
||||
|
|
@ -180,8 +191,10 @@
|
|||
}
|
||||
2415 = { #APPPINGEDAM
|
||||
holding = none
|
||||
culture = dutch
|
||||
religion = aslanite
|
||||
1200.1.1 = {
|
||||
holding = city_holding
|
||||
holding = castle_holding
|
||||
}
|
||||
}
|
||||
2453 = { #DELFZIJL
|
||||
|
|
@ -191,7 +204,7 @@
|
|||
###c_ostfriesland
|
||||
2418 = { #EMDEN
|
||||
culture = dutch
|
||||
religion = catholic
|
||||
religion = aslanite
|
||||
holding = castle_holding
|
||||
|
||||
1178.1.1 = {
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
##d_luxembourg ###################################
|
||||
###c_luxembourg
|
||||
2082 = { #LUXEMBOURG
|
||||
culture = letzebuerge
|
||||
religion = aslanite
|
||||
holding = castle_holding
|
||||
1000.1.1 = {
|
||||
culture = letzebuerge
|
||||
|
|
@ -46,7 +44,7 @@
|
|||
|
||||
###c_liege
|
||||
2097 = { #LIEGE
|
||||
culture = dutch
|
||||
culture = belge
|
||||
religion = concordianist
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -73,7 +71,7 @@
|
|||
##d_brabant ###################################
|
||||
###c_brabant
|
||||
2105 = { #LEUVEN
|
||||
culture = dutch
|
||||
culture = belge
|
||||
religion = concordianist
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -86,7 +84,7 @@
|
|||
|
||||
###c_antwerpen
|
||||
2106 = { #ANTWERP
|
||||
culture = dutch
|
||||
culture = belge
|
||||
religion = carolingian
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -94,10 +92,9 @@
|
|||
holding = none
|
||||
}
|
||||
2109 = { #BREDA
|
||||
holding = none
|
||||
1050.1.1 = {
|
||||
holding = city_holding
|
||||
}
|
||||
culture = dutch
|
||||
religion = carolingian
|
||||
holding = castle_holding
|
||||
}
|
||||
|
||||
###c_hainaut
|
||||
|
|
@ -151,13 +148,14 @@
|
|||
}
|
||||
}
|
||||
2448 = { #LIMBOURG
|
||||
holding = none
|
||||
1000.1.1 = {
|
||||
holding = castle_holding
|
||||
}
|
||||
culture = letzebuerge
|
||||
religion = carolingian
|
||||
holding = castle_holding
|
||||
}
|
||||
2093 = { #DUREN
|
||||
holding = city_holding
|
||||
culture = letzebuerge
|
||||
religion = carolingian
|
||||
holding = castle_holding
|
||||
}
|
||||
2683 = { #ESCHWEILER
|
||||
holding = none
|
||||
|
|
@ -295,7 +293,7 @@
|
|||
|
||||
###c_neufchateau
|
||||
2384 = { #NEUFCHATEAU
|
||||
culture = lorin
|
||||
culture = letzebuerge
|
||||
religion = aslanite
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,14 @@
|
|||
e_britannia = {
|
||||
|
||||
2212.1.1={
|
||||
holder = britannia_arthur_crowtemple # Arthwr Crowtemple
|
||||
}
|
||||
2236.1.1={
|
||||
holder = britannia_kate_crowtemple # Kate Crowtemple
|
||||
}
|
||||
2251.1.1={
|
||||
holder = britannia_mordred_crowtemple # Mordred "the Cruel" Crowtemple, end of the Crowtemple dynasty
|
||||
}
|
||||
2498.1.1 = {
|
||||
holder = britannia_cyflymarhyan_elyan #Elyan Cyflymarhyan
|
||||
}
|
||||
|
|
|
|||
1552
localization/english/decisions_l_english.yml
Normal file
1552
localization/english/decisions_l_english.yml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -67,6 +67,7 @@
|
|||
# Names
|
||||
############################################################
|
||||
|
||||
dynn_crowtemple:0 "Crowtemple"
|
||||
dynn_Sullivan:0 "Sullivan"
|
||||
dynn_Murphy:0 "Murphy"
|
||||
dynn_Kelly:0 "Kelly"
|
||||
|
|
|
|||
|
|
@ -35,8 +35,21 @@
|
|||
MASYAF_adj:0 "Masyafian"
|
||||
|
||||
# Default title names
|
||||
b_noordoostpolder:0 "Noordoostpolder"
|
||||
b_flevoland:0 "Flevoland"
|
||||
c_duren:0 "Duren"
|
||||
c_duren_adj:0 "Durenian"
|
||||
b_aalts:0 "Aalts"
|
||||
d_trier:0 "Trier"
|
||||
d_trier_adj:0 "Trierean"
|
||||
d_la_rochelle:0 "La Rochelle"
|
||||
d_la_rochelle_adj:0 "Rochellean"
|
||||
d_ile_de_france:0 "Paris"
|
||||
d_ile_de_france_adj:0 "Parisian"
|
||||
c_mercantour:0 "Mercantour"
|
||||
c_mercantour_adj:0 "Mercantourian"
|
||||
e_european_union:0 "European Union"
|
||||
e_european_union_adj:0 "European"
|
||||
b_oronaye:0 "Oronaye"
|
||||
b_isola:0 "Isola"
|
||||
c_ticino:0 "Ticino"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue