-
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.
Added a few new African releasables, no flags yet, to be expanded in …
…next update
- Loading branch information
1 parent
d60f825
commit 46eb886
Showing
4 changed files
with
176 additions
and
39 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
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,63 @@ | ||
#expand_australia = { | ||
# is_shown = { | ||
# country_is_in_europe = yes | ||
# exists = c:AST | ||
# c:AST = { | ||
# is_subject_of = ROOT | ||
# } | ||
# OR = { | ||
# any_state = { | ||
# owner = ROOT | ||
# region = sr:region_oceania | ||
# OR = { | ||
# state_region = s:STATE_NORTH_ISLAND | ||
# state_region = s:STATE_SOUTH_ISLAND | ||
# } | ||
# | ||
# } | ||
# } | ||
# } | ||
# | ||
# possible = { | ||
# OR = { | ||
# any_state = { | ||
# owner = ROOT | ||
# region = sr:region_oceania | ||
# OR = { | ||
# state_region = s:STATE_NORTH_ISLAND | ||
# state_region = s:STATE_SOUTH_ISLAND | ||
# } | ||
# | ||
# } | ||
# } | ||
# } | ||
# when_taken = { | ||
# custom_tooltip = expand_australia_tt | ||
# if = { | ||
# limit= { | ||
# any_state = { | ||
# owner = ROOT | ||
# OR = { | ||
# state_region = s:STATE_NORTH_ISLAND | ||
# state_region = s:STATE_SOUTH_ISLAND | ||
# } | ||
# } | ||
# } | ||
# every_scope_state = { | ||
# limit = { | ||
# owner = ROOT | ||
# OR = { | ||
# state_region = s:STATE_NORTH_ISLAND | ||
# state_region = s:STATE_SOUTH_ISLAND | ||
# } | ||
# } | ||
# set_state_owner = c:AST | ||
# set_state_type = unincorporated | ||
# } | ||
# } | ||
# } | ||
# ai_chance = { | ||
# base = 100 | ||
# } | ||
#} | ||
# |
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