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 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue