Lion of the North
This commit is contained in:
parent
62b546d13f
commit
9d3e89f016
10 changed files with 276 additions and 3 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue