From cb95b8547ea8cd69c6c96929470d12f5e68920d1 Mon Sep 17 00:00:00 2001 From: Zeldrin <85764616+Zeldrin@users.noreply.github.com> Date: Sat, 17 Jun 2023 02:32:13 +0200 Subject: [PATCH] icenia subjects --- .../coat_of_arms/02_countries.txt | 21 --------------- .../flag_definitions/00_flag_definitions.txt | 19 +++++++++---- common/history/diplomacy/00_rivalries.txt | 27 +++++++++++++++++++ .../diplomacy/00_subject_relationships.txt | 16 +++++++++++ 4 files changed, 57 insertions(+), 26 deletions(-) create mode 100644 common/history/diplomacy/00_rivalries.txt create mode 100644 common/history/diplomacy/00_subject_relationships.txt diff --git a/common/coat_of_arms/coat_of_arms/02_countries.txt b/common/coat_of_arms/coat_of_arms/02_countries.txt index 839f980f..cfa8d0ea 100644 --- a/common/coat_of_arms/coat_of_arms/02_countries.txt +++ b/common/coat_of_arms/coat_of_arms/02_countries.txt @@ -129,27 +129,6 @@ WOL = { GEN_TRUIDENCIA = { pattern = "pattern_solid.tga" color1 = green - colored_emblem = { - texture = "ce_canton.dds" - color1 = "full_white" - instance = { position = { 0.5 0.5 } scale = { 1 1 } } - } - colored_emblem = { - texture = "ce_stripe_center.dds" - color1 = "truidencian_yellow" - instance = { position = { 0.25 0.25 } scale = { 0.5 0.9 } } - } - colored_emblem = { - texture = "ce_stripe_center.dds" - color1 = "truidencian_red" - instance = { position = { 0.25 0.25 } scale = { 0.5 0.35 } } - } - colored_emblem = { - texture = "ce_shield_round_per_pale.dds" - color2 = "full_white" - color1 = "gensokyojin_red" - instance = { position = { 0.7 0.5 } scale = { 0.7 0.55 } } - } colored_emblem = { texture = "ce_gensokyo.dds" color2 = "full_white" diff --git a/common/flag_definitions/00_flag_definitions.txt b/common/flag_definitions/00_flag_definitions.txt index e65c2f5f..5cf8dc59 100644 --- a/common/flag_definitions/00_flag_definitions.txt +++ b/common/flag_definitions/00_flag_definitions.txt @@ -69,7 +69,7 @@ DAN = { # Danzilona allow_overlord_canton = yes coa_with_overlord_canton = DAN_subject overlord_canton_scale = { 0.337 0.337 } - priority = 1 + priority = 20 } flag_definition = { coa = DAN_VANGUARD @@ -77,20 +77,29 @@ DAN = { # Danzilona allow_overlord_canton = yes coa_with_overlord_canton = DAN_subject overlord_canton_scale = { 0.337 0.337 } - priority = 20 + priority = 1 trigger = { coa_def_vanguard_state_flag_trigger = yes } } } +TRU = { # Gensokyo + flag_definition = { + coa = TRU + subject_canton = TRU + allow_overlord_canton = yes + coa_with_overlord_canton = TRU + overlord_canton_scale = { 0.337 0.337 } + priority = 1 + } +} GEN = { # Gensokyo flag_definition = { coa = GEN subject_canton = GEN allow_overlord_canton = yes coa_with_overlord_canton = GEN_TRUIDENCIA - overlord_canton_scale = { 0.337 0.337 } + overlord_canton_scale = { 0.5 0.5 } priority = 1 + } } - -} diff --git a/common/history/diplomacy/00_rivalries.txt b/common/history/diplomacy/00_rivalries.txt new file mode 100644 index 00000000..e982743e --- /dev/null +++ b/common/history/diplomacy/00_rivalries.txt @@ -0,0 +1,27 @@ +DIPLOMACY = { + c:EST = { + create_diplomatic_pact = { + country = c:YOA + type = rivalry + } + } + + c:KAL = { + create_diplomatic_pact = { + country = c:ICE + type = rivalry + } + } + c:ICE = { + create_diplomatic_pact = { + country = c:KAL + type = rivalry + } + } + c:YOA = { + create_diplomatic_pact = { + country = c:EST + type = rivalry + } + } +} \ No newline at end of file diff --git a/common/history/diplomacy/00_subject_relationships.txt b/common/history/diplomacy/00_subject_relationships.txt new file mode 100644 index 00000000..ddb4262f --- /dev/null +++ b/common/history/diplomacy/00_subject_relationships.txt @@ -0,0 +1,16 @@ +DIPLOMACY = { + c:ICE = { + create_diplomatic_pact = { + country = c:PET + type = dominion + } + create_diplomatic_pact = { + country = c:BLO + type = puppet + } + create_diplomatic_pact = { + country = c:SOU + type = dominion + } + } +} \ No newline at end of file