Skip to content

Commit

Permalink
small EOC changes
Browse files Browse the repository at this point in the history
Added the EOC flag and added the correct country color.
  • Loading branch information
Smekens20 committed Oct 10, 2024
1 parent a0a380d commit ae57d71
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
12 changes: 12 additions & 0 deletions common/coat_of_arms/coat_of_arms/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,18 @@ br_jamland_harjedalen = {
}
}

EOC = {
pattern = "pattern_solid.tga"
color1 = "red"
color2 = "white"
color3 = "yellow"

textured_emblem = {
texture = "ostend_company_logo.jpg"
instance = { scale = { 1 1 } position = { 0.5 0.5 } }
}
}

br_kham = TIB
br_dzungaria = XIN
br_buryats = MGL
Expand Down
11 changes: 0 additions & 11 deletions common/country_definitions/br_base_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -877,17 +877,6 @@ FLA = {
is_named_from_capital = yes
}

EOC = { #east oostendse companië
color = { 125 100 170 }

country_type = colonial

tier = principality

cultures = { flemish }
religion = catholic
}

IRE = {
color = { 112 150 105 }

Expand Down
11 changes: 10 additions & 1 deletion common/country_definitions/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -674,5 +674,14 @@ br_turov_pinsk = { #Turov and Pinsk
capital = STATE_MINSK
}


EOC = { #east oostendse companië
color = { 255 215 0 } #gold color to reflect there official flag

country_type = colonial

tier = principality

cultures = { flemish }
religion = catholic
}

11 changes: 4 additions & 7 deletions common/flag_definitions/br_flag_definitions.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
EOC = {
flag_definition = {
coa = HRE_republic
subject_canton = HRE_republic
coa = EOC
subject_canton = EOC
allow_overlord_canton = yes
coa_with_overlord_canton = HRE_republic
coa_with_overlord_canton = HRE
overlord_canton_scale = { 0.337 0.337 }
priority = 20
trigger = {
coa_def_absolute_monarchy_flag_trigger = yes
}
priority = 1
}
}

Expand Down

0 comments on commit ae57d71

Please sign in to comment.