Skip to content

Commit

Permalink
icenia subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeldrin committed Jun 17, 2023
1 parent 8e5c5c9 commit cb95b85
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 26 deletions.
21 changes: 0 additions & 21 deletions common/coat_of_arms/coat_of_arms/02_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
19 changes: 14 additions & 5 deletions common/flag_definitions/00_flag_definitions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,28 +69,37 @@ 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
subject_canton = DAN_vanguard_state
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
}
}

}
27 changes: 27 additions & 0 deletions common/history/diplomacy/00_rivalries.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
}
16 changes: 16 additions & 0 deletions common/history/diplomacy/00_subject_relationships.txt
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit cb95b85

Please sign in to comment.