-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented stashed Australia and Canada content
- Loading branch information
1 parent
ab3a84a
commit f79e352
Showing
9 changed files
with
832 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
#revoke_north_australia = { | ||
# is_shown = { | ||
# exists = c:NSW | ||
# exists = c:GBR | ||
# c:GBR = ROOT | ||
# exists = c:NAU | ||
# } | ||
# | ||
# possible = { | ||
# c:NAU = { | ||
# is_ai = yes | ||
# } | ||
# NOT = { has_modifier = recently_revoked_colony } | ||
# } | ||
# | ||
# when_taken = { | ||
# c:NSW = { | ||
# annex = c:NAU | ||
# } | ||
# add_modifier = { | ||
# name = recently_revoked_colony | ||
# months = short_modifier_time | ||
# } | ||
# } | ||
# | ||
# ai_chance = { | ||
# base = 0 | ||
# } | ||
#} | ||
# | ||
#found_queensland = { | ||
# is_shown = { | ||
# exists = c:NSW | ||
# exists = c:GBR | ||
# c:GBR = ROOT | ||
# NOT = { exists = c:QEE } | ||
# } | ||
# | ||
# possible = { | ||
# has_technology_researched = nationalism | ||
# c:NSW = { | ||
# NOT = { is_diplomatic_play_initiator = yes } | ||
# } | ||
# NOT = { has_modifier = recently_established_colony } | ||
# } | ||
# | ||
# when_taken = { | ||
# create_country = { | ||
# tag = QEE | ||
# origin = c:NSW | ||
# state = s:STATE_QUEENSLAND.region_state:NSW | ||
# } | ||
# s:STATE_QUEENSLAND = { | ||
# set_owner_of_provinces = { | ||
# country = c:NSW | ||
# provinces = { | ||
# x2DF912 xB88D8F xB2ABD6 x385E23 xDE2599 x13B15E xAD3D94 x006045 xA86BE7 x286EC0 x237FF4 x0C61A7 xDBBA9A x7756C0 x2B02A4 x43E2BC x7D8762 x2B8106 x73113C xCA2E25 x6D6E60 x20D086 x9C347D xA1185F xB1D29B x53E34D xDE14BD xF16F23 x1237B6 x5DF332 x3D6EEF x57C43E x74802F x513568 x4DB30B x79517E x915750 xA704BC x5FA620 x99166D x637FD0 x83DC85 xE098B0 xDB7DF4 x238B31 x5248FC xD7B893 x8573EA x630920 x143382 x7A7357 x74823F x3B2946 x44ECD1 x96153F x87227F x6ECAF6 x1884FF x6B9290 x7BE420 | ||
# } | ||
# } | ||
# } | ||
# c:GBR = { | ||
# create_diplomatic_pact = { | ||
# country = c:QEE | ||
# type = dependency | ||
# } | ||
# } | ||
# add_modifier = { | ||
# name = recently_established_colony | ||
# months = 6 | ||
# } | ||
# } | ||
# | ||
# ai_chance = { | ||
# base = 0 | ||
# } | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
je_french_natural_borders_establish_border_button = { | ||
name = "french_natural_borders_establish_border" | ||
desc = "french_natural_borders_establish_border_desc" | ||
|
||
visible = { always = yes } | ||
|
||
possible = { | ||
c:FRA = { | ||
OR = { | ||
has_state_in_state_region = STATE_RHINELAND | ||
has_state_in_state_region = STATE_NORTH_RHINE | ||
has_state_in_state_region = STATE_GELRE | ||
has_state_in_state_region = STATE_HOLLAND | ||
} | ||
} | ||
hidden_trigger = { | ||
NOT = { | ||
AND = { | ||
s:STATE_RHINELAND = { | ||
has_variable = natural_borders_france_rhineland | ||
} | ||
s:STATE_NORTH_RHINE = { | ||
has_variable = natural_borders_france_north_rhine | ||
} | ||
s:STATE_GELRE = { | ||
has_variable = natural_borders_france_gelre | ||
} | ||
s:STATE_HOLLAND = { | ||
has_variable = natural_borders_france_holland | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
effect = { | ||
random_neighbouring_state = { | ||
limit = { | ||
state_region = s:STATE_WESTPHALIA | ||
} | ||
owner = { | ||
save_scope_as = westphalia_owner | ||
} | ||
} | ||
random_neighbouring_state = { | ||
limit = { | ||
state_region = s:STATE_FRIESLAND | ||
} | ||
owner = { | ||
save_scope_as = friesland_owner | ||
} | ||
} | ||
if = { | ||
limit = { | ||
has_state_in_state_region = STATE_RHINELAND | ||
} | ||
s:STATE_HESSE={ | ||
set_owner_of_provinces = { | ||
country = ROOT | ||
provinces = { x90C020 } | ||
} | ||
} | ||
s:STATE_RHINELAND={ | ||
set_owner_of_provinces = { | ||
country = scope:westphalia_owner | ||
provinces = { x5101A0 } | ||
} | ||
set_variable = natural_borders_france_rhineland | ||
} | ||
} | ||
if = { | ||
limit = { | ||
has_state_in_state_region = STATE_NORTH_RHINE | ||
} | ||
s:STATE_NORTH_RHINE={ | ||
set_owner_of_provinces = { | ||
country = scope:westphalia_owner | ||
provinces = { xD08021 x2101E0 x8001E0 } | ||
} | ||
set_variable = natural_borders_france_north_rhine | ||
} | ||
} | ||
if = { | ||
limit = { | ||
has_state_in_state_region = STATE_GELRE | ||
} | ||
s:STATE_GELRE={ | ||
set_owner_of_provinces = { | ||
country = scope:friesland_owner | ||
provinces = { xAF3A54 x41C0A0 } | ||
} | ||
set_variable = natural_borders_france_gelre | ||
} | ||
} | ||
if = { | ||
limit = { | ||
has_state_in_state_region = STATE_HOLLAND | ||
} | ||
s:STATE_HOLLAND = { | ||
set_owner_of_provinces = { | ||
country = scope:friesland_owner | ||
provinces = { x777732 xC04021 x80C0A0 } | ||
} | ||
set_variable = natural_borders_france_holland | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.