more errorlog fixes
This commit is contained in:
parent
29950cde2b
commit
322c4855a6
25 changed files with 149 additions and 148 deletions
|
|
@ -1,4 +1,6 @@
|
|||
d_laamp_zolt = {
|
||||
@never_primary_score = -1000
|
||||
|
||||
d_laamp_zolt = {
|
||||
color = { 100 100 100 }
|
||||
capital = c_terschelling
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
e_alps = {
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
|
||||
e_alps = {
|
||||
color={ 193 226 242 }
|
||||
|
||||
capital = c_bern
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
e_europa = {
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
e_europa = {
|
||||
color = { 0 51 153 }
|
||||
|
||||
capital = c_holland
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
e_britannia = {
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
e_britannia = {
|
||||
color = { 165 8 34 }
|
||||
capital = c_london
|
||||
can_be_named_after_dynasty = no
|
||||
|
|
@ -2330,7 +2335,10 @@
|
|||
name_list_scouseg = cn_east_ryddyng
|
||||
name_list_strafclideg = cn_eaist_ridding
|
||||
}
|
||||
|
||||
b_cottingham = { # Hull
|
||||
province = 1589
|
||||
color = { 255 139 15 }
|
||||
}
|
||||
b_pockington = { # Pocklington
|
||||
province = 1588
|
||||
color = { 255 160 59 }
|
||||
|
|
@ -2341,10 +2349,6 @@
|
|||
name_list_scouseg = cn_pocllyngton
|
||||
}
|
||||
}
|
||||
b_cottingham = { # Hull
|
||||
province = 1589
|
||||
color = { 255 139 15 }
|
||||
}
|
||||
b_bridlington = {
|
||||
province = 1590
|
||||
color = { 255 139 15 }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
e_france = {
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
e_france = {
|
||||
color= { 20 17 114 }
|
||||
|
||||
capital = c_ile_de_france
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
## REMBER TO MOVE BOHEMIA INTO zapodaslavia.txt, and remove it from here when we add it##
|
||||
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
|
||||
e_germany = {
|
||||
color = { 56 84 84 }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
|
||||
e_iberia = {
|
||||
color = { 233 200 20 }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
|
||||
e_italy = {
|
||||
color = { 0 140 69 }
|
||||
#can_be_named_after_dynasty = no
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
@correct_culture_primary_score = 100
|
||||
@better_than_the_alternatives_score = 50
|
||||
@always_primary_score = 1000
|
||||
@never_primary_score = -1000
|
||||
|
||||
e_scandinavia = {
|
||||
color = { 62 122 189 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue