Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
df4f0058ac
37 changed files with 18668 additions and 465 deletions
|
|
@ -1,4 +1,10 @@
|
|||
# special titles
|
||||
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
h_europa = {
|
||||
color = { 0 51 153 }
|
||||
|
||||
|
|
@ -11,6 +17,18 @@ h_europa = {
|
|||
}
|
||||
}
|
||||
|
||||
e_sweden = {
|
||||
color = { 5 50 90 }
|
||||
|
||||
capital = c_stockholm
|
||||
|
||||
ai_primary_priority = {
|
||||
add = @always_primary_score
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#e_europa = {
|
||||
# color = { 0 51 153 }
|
||||
# capital = c_brabant # Brussels
|
||||
|
|
|
|||
|
|
@ -1070,16 +1070,16 @@ e_europa = { # Benelux
|
|||
}
|
||||
add = @better_than_the_alternatives_score
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
culture = culture:french
|
||||
culture = culture:norman
|
||||
culture = culture:occitan
|
||||
}
|
||||
}
|
||||
add = @better_than_the_alternatives_score
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# OR = {
|
||||
# culture = culture:french
|
||||
# culture = culture:norman
|
||||
# culture = culture:occitan
|
||||
# }
|
||||
# }
|
||||
# add = @better_than_the_alternatives_score
|
||||
# }
|
||||
}
|
||||
|
||||
d_luxembourg = { # Luxembourg
|
||||
|
|
|
|||
|
|
@ -1617,17 +1617,17 @@ e_italy = {
|
|||
name_list_albanian = cn_sicilise
|
||||
}
|
||||
|
||||
ai_primary_priority = {
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
culture = culture:italian
|
||||
culture = culture:norman
|
||||
}
|
||||
}
|
||||
add = @correct_culture_primary_score
|
||||
}
|
||||
}
|
||||
# ai_primary_priority = {
|
||||
# if = {
|
||||
# limit = {
|
||||
# OR = {
|
||||
# culture = culture:italian
|
||||
# culture = culture:norman
|
||||
# }
|
||||
# }
|
||||
# add = @correct_culture_primary_score
|
||||
# }
|
||||
# }
|
||||
|
||||
d_napoli = {
|
||||
color = { 47 179 191 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue