Colorful Bugs

This commit is contained in:
Heidesommer 2026-05-19 20:11:33 -04:00
parent 4db413bb54
commit c9fdceb4de
28 changed files with 357 additions and 227 deletions

View file

@ -2986,7 +2986,6 @@ e_iberia = {
}
k_canarias = { # The Canaries
color = { 242 231 125 }
cultural_names = {
capital = c_canarias # Las Palmas
definite_form = yes

View file

@ -1,4 +1,9 @@

@correct_culture_primary_score = 100
@better_than_the_alternatives_score = 50
@always_primary_score = 1000
@never_primary_score = -1000
# special titles
k_papal_state = {
color = { 255 249 198 }

View file

@ -1,4 +1,10 @@
e_zapadnorussia = { #Western Russia like westslavia

@correct_culture_primary_score = 100
@better_than_the_alternatives_score = 50
@always_primary_score = 1000
@never_primary_score = -1000
e_zapadnorussia = { #Western Russia like westslavia
color = { 44 81 44 }
capital = c_moskva

View file

@ -1,4 +1,5 @@
@correct_culture_primary_score = 100

@correct_culture_primary_score = 100
@better_than_the_alternatives_score = 50
@always_primary_score = 1000
@never_primary_score = -1000