Iberian struggle vapourised, a bunch of flags added, a bunch of loc done and spain can now have cultures/religions
This commit is contained in:
parent
2fb4eba0b9
commit
0959cbb96d
14 changed files with 2187 additions and 202 deletions
|
|
@ -36,6 +36,54 @@ e_alps = {
|
|||
texture = "flag_alps.dds"
|
||||
}
|
||||
}
|
||||
k_sevillian_papacy = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_sevillian_pope.dds"
|
||||
}
|
||||
}
|
||||
k_tuscany = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_tuscany.dds"
|
||||
}
|
||||
}
|
||||
k_san_marino = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_san_marino.dds"
|
||||
}
|
||||
}
|
||||
k_sardinia = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_sardinia.dds"
|
||||
}
|
||||
}
|
||||
k_andorra = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_andorra.dds"
|
||||
}
|
||||
}
|
||||
k_lichtenstein = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
textured_emblem = {
|
||||
texture = "flag_lichtenstein.dds"
|
||||
}
|
||||
}
|
||||
|
||||
k_brandenburg = {
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
|
|
@ -339,58 +387,6 @@ d_gwent={
|
|||
|
||||
}
|
||||
|
||||
k_andorra = {
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=blue
|
||||
color2=yellow_light
|
||||
color3=blue_light
|
||||
colored_emblem={
|
||||
color1=blue
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
position={ 0.000000 0.500000 }
|
||||
depth=3.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=purple
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
position={ 1.000000 0.500000 }
|
||||
depth=2.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
color2=blue_light
|
||||
color3=blue
|
||||
texture="ce_bull_passant_humped.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.40000 }
|
||||
scale={ 0.270000 0.270000 }
|
||||
}
|
||||
instance={
|
||||
position={ 0.500000 0.60000 }
|
||||
scale={ 0.270000 0.270000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow_light
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
scale={ 0.320000 1.000000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
d_london ={
|
||||
|
|
@ -1035,13 +1031,6 @@ d_zanzibar={
|
|||
|
||||
}
|
||||
|
||||
k_san_marino={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=white
|
||||
color2=blue_light
|
||||
color3=red
|
||||
}
|
||||
|
||||
|
||||
d_la_mancha={
|
||||
pattern="pattern_vertical_split_01.dds"
|
||||
|
|
|
|||
|
|
@ -1290,24 +1290,6 @@ e_france = {
|
|||
d_aquitaine = {
|
||||
color = { 43 24 226 }
|
||||
|
||||
ai_primary_priority = {
|
||||
if = {
|
||||
limit = {
|
||||
culture = culture:occitan
|
||||
}
|
||||
add = @correct_culture_primary_score
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
culture = culture:norman
|
||||
culture = culture:french
|
||||
}
|
||||
}
|
||||
add = @better_than_the_alternatives_score
|
||||
}
|
||||
}
|
||||
|
||||
capital = c_bordeaux # Angouleme
|
||||
c_bordeaux = {
|
||||
color = { 81 30 243 }
|
||||
|
|
|
|||
|
|
@ -1364,7 +1364,7 @@ e_italy = {
|
|||
}
|
||||
|
||||
d_abruzzo = {
|
||||
color = { 0 0 0 }
|
||||
color = { 227 152 133 }
|
||||
|
||||
capital = c_teramo
|
||||
|
||||
|
|
|
|||
8
common/struggle/catalysts/_catalysts.info
Normal file
8
common/struggle/catalysts/_catalysts.info
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
##############################################################
|
||||
# Catalysts
|
||||
##############################################################
|
||||
|
||||
|
||||
catalyst_name = {
|
||||
#Nothing here, we only need the name to have a database entry and to use catalysts in struggles database
|
||||
}
|
||||
1
common/struggle/catalysts/catalysts.txt
Normal file
1
common/struggle/catalysts/catalysts.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
common/struggle/struggles/iberian_struggle_script.txt
Normal file
1
common/struggle/struggles/iberian_struggle_script.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
1
common/struggle/struggles/persian_struggle_script.txt
Normal file
1
common/struggle/struggles/persian_struggle_script.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -357,7 +357,7 @@ france0020 = {
|
|||
death = yes
|
||||
}
|
||||
}
|
||||
france0021 = {
|
||||
france_edmond_daunte = {
|
||||
name = "Edmond"
|
||||
dynasty = daunte_dynasty
|
||||
religion = "carolingian"
|
||||
|
|
@ -374,7 +374,7 @@ france0021 = {
|
|||
death = yes
|
||||
}
|
||||
}
|
||||
france0022 = {
|
||||
france_joachim_murat = {
|
||||
name = "Joachim"
|
||||
dynasty = murat_dynasty
|
||||
religion = "girondin"
|
||||
|
|
@ -391,7 +391,7 @@ france0022 = {
|
|||
death = yes
|
||||
}
|
||||
}
|
||||
france0023 = {
|
||||
france_axel_lindenbrock = {
|
||||
name = "Axel"
|
||||
dynasty = lindenbrock_dynasty
|
||||
religion = "rocambolist"
|
||||
|
|
|
|||
2031
history/provinces/iberia.txt
Normal file
2031
history/provinces/iberia.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -216,15 +216,12 @@
|
|||
2221 = { #MENDE
|
||||
holding = city_holding
|
||||
}
|
||||
2227 = { #MARVEJOLS
|
||||
holding = city_holding
|
||||
}
|
||||
2224 = { #SAINT FLOUR
|
||||
holding = church_holding
|
||||
}
|
||||
2291 = { #LANGEAC
|
||||
holding = none
|
||||
994.1.1 = {
|
||||
holding = city_holding
|
||||
}
|
||||
}
|
||||
|
||||
###c_rouergue
|
||||
2226 = { #RODEZ
|
||||
|
|
@ -235,9 +232,6 @@
|
|||
2228 = { #LA SALLE
|
||||
holding = none
|
||||
}
|
||||
2227 = { #MARVEJOLS
|
||||
holding = city_holding
|
||||
}
|
||||
2229 = { #LA PEYRADE
|
||||
holding = none
|
||||
}
|
||||
|
|
@ -412,6 +406,9 @@
|
|||
2292 = { #MURAT
|
||||
holding = none
|
||||
}
|
||||
2224 = { #saint_flour
|
||||
holding = none
|
||||
}
|
||||
|
||||
###c_clermont_sur_allier
|
||||
2289 = { #CLERMONT SUR AILLER
|
||||
|
|
@ -449,6 +446,12 @@
|
|||
holding = city_holding
|
||||
}
|
||||
|
||||
2291 = { #LANGEAC
|
||||
holding = none
|
||||
994.1.1 = {
|
||||
holding = city_holding
|
||||
}
|
||||
}
|
||||
##d_bourbon ###################################
|
||||
###c_bourbon
|
||||
2307 = { #MOULINS
|
||||
|
|
|
|||
|
|
@ -1,65 +0,0 @@
|
|||
# 1806 - PAMPLONA
|
||||
1806 = { # PAMPLONA
|
||||
# Misc
|
||||
culture = basque
|
||||
religion = sevillian
|
||||
|
||||
holding = castle_holding
|
||||
}
|
||||
1889 = { # TAFALLA
|
||||
holding = city_holding
|
||||
}
|
||||
1809 = { # LIZARRA
|
||||
holding = church_holding
|
||||
}
|
||||
|
||||
###c_najera
|
||||
1811 = { # NAJERA
|
||||
# Misc
|
||||
culture = basque
|
||||
religion = sevillian
|
||||
|
||||
holding = castle_holding
|
||||
}
|
||||
1810 = { # LOGRONO
|
||||
holding = city_holding
|
||||
}
|
||||
1903 = { # ARNEDO
|
||||
holding = church_holding
|
||||
}
|
||||
|
||||
###c_tudela
|
||||
1902 = { # TUDELA
|
||||
#Misc
|
||||
culture = basque
|
||||
faith = sevillian
|
||||
|
||||
holding = castle_holding
|
||||
}
|
||||
1890 = { # TARAZONA/Olite
|
||||
holding = city_holding
|
||||
}
|
||||
|
||||
###c_viscaya
|
||||
1803 = { # BILIBIO/Vizcaya
|
||||
# Misc
|
||||
culture = basque
|
||||
religion = sevillian
|
||||
|
||||
holding = castle_holding
|
||||
}
|
||||
1808 = { # ALAVA
|
||||
holding = city_holding
|
||||
}
|
||||
|
||||
###c_ipuskoa
|
||||
1805 = { # IRUN
|
||||
# Misc
|
||||
culture = basque
|
||||
religion = sevillian
|
||||
|
||||
holding = castle_holding
|
||||
}
|
||||
1804 = { # IZURUM
|
||||
holding = church_holding
|
||||
}
|
||||
|
|
@ -19,6 +19,36 @@ d_valois = {
|
|||
holder = france_bonaparte_aragorn #aragorn bonaparte
|
||||
}
|
||||
}
|
||||
c_auvergne = {
|
||||
2550.1.1 = {
|
||||
holder = france_joachim_murat #Joachim Murat
|
||||
}
|
||||
}
|
||||
c_clermont_sur_allier = {
|
||||
2550.1.1 = {
|
||||
holder = france_joachim_murat #Joachim Murat
|
||||
}
|
||||
}
|
||||
c_la_marche = {
|
||||
2550.1.1 = {
|
||||
holder = france_joachim_murat #Joachim Murat
|
||||
}
|
||||
}
|
||||
c_gevaudan = {
|
||||
2550.1.1 = {
|
||||
holder = france_axel_lindenbrock #Axel Lindenbrock
|
||||
}
|
||||
}
|
||||
c_velay = {
|
||||
2550.1.1 = {
|
||||
holder = france_axel_lindenbrock #Axel Lindenbrock
|
||||
}
|
||||
}
|
||||
c_thiers = {
|
||||
2550.1.1 = {
|
||||
holder = france_axel_lindenbrock #Axel Lindenbrock
|
||||
}
|
||||
}
|
||||
c_ile_de_france = {
|
||||
2555.1.1 = { change_development_level = 22 }
|
||||
|
||||
|
|
@ -228,106 +258,76 @@ c_bourbon = {
|
|||
}
|
||||
c_armagnac = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
d_languedoc = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
d_aquitaine = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_limousin = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_comminges = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_foix = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_toulouse = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_agenais = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_albi = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_carcassonne = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_beziers = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_millau = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_quercy = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_rouergue = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_montpellier = {
|
||||
2540.1.1 = {
|
||||
holder = france0021 #Edmond Daunte
|
||||
}
|
||||
}
|
||||
c_auvergne = {
|
||||
2540.1.1 = {
|
||||
holder = france0022 #Joachim Murat
|
||||
}
|
||||
}
|
||||
c_clermont_sur_allier = {
|
||||
2540.1.1 = {
|
||||
holder = france0022 #Joachim Murat
|
||||
}
|
||||
}
|
||||
c_la_marche = {
|
||||
2540.1.1 = {
|
||||
holder = france0022 #Joachim Murat
|
||||
}
|
||||
}
|
||||
c_gevaudan = {
|
||||
2540.1.1 = {
|
||||
holder = france0023 #Axel Lindenbrock
|
||||
}
|
||||
}
|
||||
c_velay = {
|
||||
2540.1.1 = {
|
||||
holder = france0023 #Axel Lindenbrock
|
||||
}
|
||||
}
|
||||
c_thiers = {
|
||||
2540.1.1 = {
|
||||
holder = france0023 #Axel Lindenbrock
|
||||
holder = france_edmond_daunte #Edmond Daunte
|
||||
}
|
||||
}
|
||||
|
|
@ -37,6 +37,40 @@
|
|||
# Default title names
|
||||
household_guards:0 "Household Guards"
|
||||
household_cavalry:0 "Household Cavalry"
|
||||
c_vicenza:0 "Vicenza"
|
||||
c_vicenza_adj:0 "Vicenzan"
|
||||
c_bozan:0 "Bozan"
|
||||
c_bozan_adj:0 "Bozan"
|
||||
c_regio_emilia:0 "Regio Emilia"
|
||||
c_regio_emilia_adj:0 "Regio Emilian"
|
||||
c_piacenza:0 "Piacenza"
|
||||
c_piacenza_adj:0 "Piacenzan"
|
||||
c_vorarlberg:0 "Vorarlberg"
|
||||
c_vorarlberg_adj:0 "Vorarlberger"
|
||||
c_sion:0 "Sion"
|
||||
c_sion_adj:0 "Sioner"
|
||||
c_domodossola:0 "Domodossola"
|
||||
c_domodossola_adj:0 "Domodossolan"
|
||||
c_sondrio:0 "Sondrio"
|
||||
c_sondrio_adj:0 "Sondri"
|
||||
c_montefeltro:0 "Montefeltro"
|
||||
c_montefeltro_adj:0 "Montefeltri"
|
||||
c_potenza:0 "Potenza"
|
||||
c_potenza_adj:0 "Potenzan"
|
||||
k_lichtenstein:0 "Lichtenstein"
|
||||
k_lichtenstein_adj:0 "Lichtensteiner"
|
||||
c_farduzes:0 "Farduzes"
|
||||
c_farduzes_adj:0 "Farduzer"
|
||||
k_andorra:0 "Andorra"
|
||||
k_andorra_adj:0 "Andorran"
|
||||
k_tirol:0 "Tirol"
|
||||
k_tirol_adj:0 "Tiroler"
|
||||
c_perpignan:0 "Perpignan"
|
||||
c_perpignan_adj:0 "Perpignaner"
|
||||
c_almonte:0 "Almonte"
|
||||
c_almonte_adj:0 "Almonter"
|
||||
d_abruzzo:0 "Abruzzo"
|
||||
d_abruzzo_adj:0 "Abruzzoan"
|
||||
d_napoli:0 "Napoli"
|
||||
d_napoli_adj:0 "Napolian"
|
||||
b_noordoostpolder:0 "Noordoostpolder"
|
||||
|
|
|
|||
BIN
map_data/provinces.png
(Stored with Git LFS)
BIN
map_data/provinces.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue