Some hispania changes, nwe gascon adventuerer. fixed presbytarian pope hopefully
This commit is contained in:
parent
3c505d3497
commit
66c883abea
7 changed files with 15500 additions and 0 deletions
55
N3OW/common/landed_titles/LAAMPs.txt
Normal file
55
N3OW/common/landed_titles/LAAMPs.txt
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
d_laamp_zolt = {
|
||||
colour = { 100 100 100 }
|
||||
capital = c_terschelling
|
||||
|
||||
definate_form = yes
|
||||
landless = yes
|
||||
require_landless = yes
|
||||
ruler_uses_title_name = no
|
||||
no_automatic_claims = yes
|
||||
destroy_if_invalid_heir = yes
|
||||
|
||||
ai_primary_priortity = { add = @never_primary_score }
|
||||
}
|
||||
|
||||
d_laamp_bookwyrm = {
|
||||
colour = { 100 100 100 }
|
||||
capital = c_guines
|
||||
|
||||
definate_form = yes
|
||||
landless = yes
|
||||
require_landless = yes
|
||||
ruler_uses_title_name = no
|
||||
no_automatic_claims = yes
|
||||
destroy_if_invalid_heir = yes
|
||||
|
||||
ai_primary_priortity = { add = @never_primary_score }
|
||||
}
|
||||
|
||||
d_laamp_cool = {
|
||||
colour = { 100 100 100 }
|
||||
capital = c_porto
|
||||
|
||||
definate_form = yes
|
||||
landless = yes
|
||||
require_landless = yes
|
||||
ruler_uses_title_name = no
|
||||
no_automatic_claims = yes
|
||||
destroy_if_invalid_heir = yes
|
||||
|
||||
ai_primary_priortity = { add = @never_primary_score }
|
||||
}
|
||||
|
||||
d_laamp_rostagnac = {
|
||||
colour = { 100 100 100 }
|
||||
capital = c_boulogne
|
||||
|
||||
definate_form = yes
|
||||
landless = yes
|
||||
require_landless = yes
|
||||
ruler_uses_title_name = no
|
||||
no_automatic_claims = yes
|
||||
destroy_if_invalid_heir = yes
|
||||
|
||||
ai_primary_priortity = { add = @never_primary_score }
|
||||
}
|
||||
1963
N3OW/common/landed_titles/france.txt
Normal file
1963
N3OW/common/landed_titles/france.txt
Normal file
File diff suppressed because it is too large
Load diff
1411
N3OW/history/provinces/e_france.txt
Normal file
1411
N3OW/history/provinces/e_france.txt
Normal file
File diff suppressed because it is too large
Load diff
1490
N3OW/history/provinces/e_iberia.txt
Normal file
1490
N3OW/history/provinces/e_iberia.txt
Normal file
File diff suppressed because it is too large
Load diff
69
N3OW/history/titles/NEOW_laamp_titles.txt
Normal file
69
N3OW/history/titles/NEOW_laamp_titles.txt
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
#d_laamp_vlad = { # Vlad
|
||||
# 2555.1.1 = {
|
||||
# liege = 0
|
||||
# holder = germany0015 # Vlad
|
||||
# government = landless_adventurer_government
|
||||
# succession_laws = { landless_adventurer_succession_law }
|
||||
# effect = {
|
||||
# create_landless_adventurer_title_history_effect = yes
|
||||
# set_variable = { name = adventurer_creation_reason value = flag:historical }
|
||||
# destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
|
||||
d_laamp_zolt = { # Saltpites
|
||||
2555.1.1 = {
|
||||
liege = 0
|
||||
holder = benelux_jaan_zolt
|
||||
government = landless_adventurer_government
|
||||
succession_laws = { landless_adventurer_succession_law }
|
||||
effect = {
|
||||
create_landless_adventurer_title_history_effect = yes
|
||||
set_variable = { name = adventurer_creation_reason value = flag:historical }
|
||||
destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_laamp_bookwyrm = { # Word-Bearers
|
||||
2555.1.1 = {
|
||||
liege = 0
|
||||
holder = france_bookwyrm_raphael
|
||||
government = landless_adventurer_government
|
||||
succession_laws = { landless_adventurer_succession_law }
|
||||
effect = {
|
||||
create_landless_adventurer_title_history_effect = yes
|
||||
set_variable = { name = adventurer_creation_reason value = flag:historical }
|
||||
destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_laamp_cool = { # Word-Bearers
|
||||
2555.1.1 = {
|
||||
liege = 0
|
||||
holder = hispania_patrick_cool
|
||||
government = landless_adventurer_government
|
||||
succession_laws = { landless_adventurer_succession_law }
|
||||
effect = {
|
||||
create_landless_adventurer_title_history_effect = yes
|
||||
set_variable = { name = adventurer_creation_reason value = flag:historical }
|
||||
destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_laamp_rostagnac = { # Cadets of Gascony
|
||||
2555.1.1 = {
|
||||
liege = 0
|
||||
holder = france_savinian_de_rostagnac
|
||||
government = landless_adventurer_government
|
||||
succession_laws = { landless_adventurer_succession_law }
|
||||
effect = {
|
||||
create_landless_adventurer_title_history_effect = yes
|
||||
set_variable = { name = adventurer_creation_reason value = flag:historical }
|
||||
destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
71
N3OW/history/titles/k_portugal.txt
Normal file
71
N3OW/history/titles/k_portugal.txt
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
k_portugal = {
|
||||
2505.1.1 = {
|
||||
change_development_level = 7
|
||||
}
|
||||
2550.1.1 = {
|
||||
holder = hispania0001
|
||||
}
|
||||
}
|
||||
|
||||
k_canarias = {
|
||||
2505.1.1 = {
|
||||
change_development_level = 7
|
||||
}
|
||||
2550.1.1 = {
|
||||
holder = hispania0001
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
d_algarve = {
|
||||
2020.9.2 = {
|
||||
holder = thez_the_mighty
|
||||
}
|
||||
2073.11.16 = { #for now
|
||||
holder = 0
|
||||
}
|
||||
2512.5.29 = {
|
||||
holder = hispania0020
|
||||
}
|
||||
2554.1.1 = {
|
||||
holder = hispania0019
|
||||
liege = k_andalusia
|
||||
}
|
||||
}
|
||||
c_beja = {
|
||||
2550.1.1 = {
|
||||
holder = portugal_hermigo_coimbra
|
||||
liege = k_andalusia
|
||||
}
|
||||
}
|
||||
d_porto = {
|
||||
2550.1.1 = {
|
||||
holder = portugal_vela_aboim
|
||||
liege = k_portugal
|
||||
}
|
||||
}
|
||||
|
||||
c_elvas = {
|
||||
2550.1.1 = {
|
||||
holder = portugal_bernardo_fogaca
|
||||
liege = k_portugal
|
||||
}
|
||||
}
|
||||
c_alto_alentejo = {
|
||||
2550.1.1 = {
|
||||
holder = portugal_bernardo_fogaca
|
||||
liege = k_portugal
|
||||
}
|
||||
}
|
||||
c_viseu = {
|
||||
2550.1.1 = {
|
||||
holder = portugal_garcia_alvarenga
|
||||
liege = k_portugal
|
||||
}
|
||||
}
|
||||
c_castelo_branco = {
|
||||
2550.1.1 = {
|
||||
holder = portugal_catarina_tavora
|
||||
liege = k_portugal
|
||||
}
|
||||
}
|
||||
10441
N3OW/holder for later/common/landed_titles/Africa.txt
Normal file
10441
N3OW/holder for later/common/landed_titles/Africa.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue