lots of stuff
This commit is contained in:
parent
e36f3835ea
commit
bf7617b9eb
38 changed files with 3708 additions and 199 deletions
|
|
@ -229,4 +229,64 @@ d_nf_gibb = { # Gibb
|
|||
destroy_if_invalid_heir = yes
|
||||
|
||||
ai_primary_priority = { add = @never_primary_score }
|
||||
}
|
||||
}
|
||||
|
||||
d_nf_newton = { # Newton
|
||||
color = { 100 100 100 }
|
||||
capital = c_london
|
||||
|
||||
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_hendderswn = { # Newton
|
||||
color = { 100 100 100 }
|
||||
capital = c_london
|
||||
|
||||
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_jacob = { # Newton
|
||||
color = { 100 100 100 }
|
||||
capital = c_london
|
||||
|
||||
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_squyrhys = { # Newton
|
||||
color = { 100 100 100 }
|
||||
capital = c_london
|
||||
|
||||
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 }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -476,6 +476,11 @@ e_britannia = {
|
|||
|
||||
color = { 245 105 20 }
|
||||
}
|
||||
b_tandbridge = {
|
||||
province = 1513
|
||||
|
||||
color = { 225 80 20 }
|
||||
}
|
||||
}
|
||||
c_surrey = {
|
||||
color = { 254 1 22 }
|
||||
|
|
@ -524,11 +529,6 @@ e_britannia = {
|
|||
|
||||
color = { 225 105 10 }
|
||||
}
|
||||
b_tandbridge = {
|
||||
province = 1513
|
||||
|
||||
color = { 225 80 20 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -548,7 +548,11 @@ e_britannia = {
|
|||
|
||||
c_hampton = {
|
||||
color = { 178 54 4 }
|
||||
b_portsmouth = {
|
||||
province = 1546
|
||||
|
||||
color = { 230 15 55 }
|
||||
}
|
||||
b_winchester = {
|
||||
province = 1544
|
||||
|
||||
|
|
@ -559,11 +563,6 @@ e_britannia = {
|
|||
|
||||
color = { 230 15 55 }
|
||||
}
|
||||
b_portsmouth = {
|
||||
province = 1546
|
||||
|
||||
color = { 230 15 55 }
|
||||
}
|
||||
b_basingstoke = {
|
||||
province = 1547
|
||||
|
||||
|
|
@ -2989,15 +2988,6 @@ e_britannia = {
|
|||
name_list_irish = cn_dun_padraig
|
||||
}
|
||||
}
|
||||
b_armagh = {
|
||||
province = 17
|
||||
|
||||
color = { 15 230 65 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_irish = cn_ard_mhacha
|
||||
}
|
||||
}
|
||||
b_bangor = {
|
||||
province = 8741
|
||||
|
||||
|
|
@ -3016,6 +3006,19 @@ e_britannia = {
|
|||
name_list_irish = cn_eachach
|
||||
}
|
||||
}
|
||||
}
|
||||
c_armagh = {
|
||||
color = { 1 124 1 }
|
||||
|
||||
b_armagh = {
|
||||
province = 17
|
||||
|
||||
color = { 15 230 65 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_irish = cn_ard_mhacha
|
||||
}
|
||||
}
|
||||
b_newry = {
|
||||
province = 9668
|
||||
|
||||
|
|
@ -3025,7 +3028,7 @@ e_britannia = {
|
|||
name_list_irish = cn_an_tlur
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
c_derry = {
|
||||
color = { 69 156 1 }
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
e_iberia = {
|
||||
color = { 233 200 20 }
|
||||
|
||||
capital = c_toledo # Toledo
|
||||
capital = c_madrid # Madrid
|
||||
can_be_named_after_dynasty = no
|
||||
|
||||
cultural_names = {
|
||||
|
|
@ -82,7 +82,7 @@ e_iberia = {
|
|||
k_andalusia = {
|
||||
color = { 31 138 40 }
|
||||
|
||||
capital = c_cordoba # Cordoba
|
||||
capital = c_granada # Granada
|
||||
can_be_named_after_dynasty = no
|
||||
|
||||
cultural_names = {
|
||||
|
|
@ -743,7 +743,7 @@ e_iberia = {
|
|||
k_castille = { #Spain
|
||||
color = { 243 209 23 }
|
||||
|
||||
capital = c_burgos # Burgos
|
||||
capital = c_madrid # Madrid
|
||||
can_be_named_after_dynasty = no
|
||||
|
||||
cultural_names = {
|
||||
|
|
@ -1531,7 +1531,7 @@ e_iberia = {
|
|||
k_aragon = {
|
||||
color = { 166 98 22 }
|
||||
|
||||
capital = c_zaragoza # Zaragoza
|
||||
capital = c_barcelona # Barcelona
|
||||
can_be_named_after_dynasty = no
|
||||
|
||||
can_create = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue