-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'unstable' into develop
- Loading branch information
Showing
783 changed files
with
30,803 additions
and
5,445 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
155 changes: 155 additions & 0 deletions
155
mod/thegreatwar/common/bookmarks/the_aftermath_of_versailles.txt
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,155 @@ | ||
bookmarks = { | ||
bookmark = { | ||
name = "THE_AFTERMATH_OF_VERSAILLES_NAME" | ||
desc = "THE_AFTERMATH_OF_VERSAILLES_DESC" | ||
date = 1919.7.1.1 | ||
picture = "GFX_select_date_1919" | ||
default_country = "POL" | ||
|
||
GER = { | ||
history = GER_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = democratic | ||
ideas = { | ||
GER_interwar_spirit_BannedConscription | ||
interwar_spirit_TheGreatWar_Loser | ||
} | ||
focuses = { | ||
GER_interwar_beer_AntiSpartacists | ||
GER_interwar_beer_HelpSovietAgainstPoland | ||
GER_interwar_beer_hall_putsch | ||
} | ||
} | ||
SOV = { | ||
history = SOV_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = democratic | ||
ideas = { | ||
home_of_revolution | ||
SOV_interwar_spirit_LeninRedArmy | ||
} | ||
focuses = { | ||
SOV_interwar_SpreadCommunism_ITA | ||
SOV_interwar_WarUkraine | ||
SOV_interwar_CeaseFirePoland | ||
} | ||
} | ||
RUS = { | ||
history = RUS_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = democratic | ||
ideas = { | ||
RUS_ww1_orthodox_church | ||
} | ||
focuses = { | ||
RUS_ww1_interwar_HonorRussianImperialFamily | ||
RUS_ww1_interwar_TraitorVladimirovich | ||
RUS_ww1_interwar_AlexanderIV | ||
} | ||
} | ||
POL = { | ||
history = POL_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = democratic | ||
ideas = { | ||
POL_interwar_spirit_WielkopolskaUprising | ||
} | ||
focuses = { | ||
POL_interwar_LithuaniaCoup | ||
POL_interwar_Miedzymorze | ||
} | ||
} | ||
TUR = { | ||
history = TUR_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = democratic | ||
ideas = { | ||
ww1_Faith_Allah | ||
interwar_spirit_TheGreatWar_Loser | ||
} | ||
focuses = { | ||
} | ||
} | ||
TUK = { | ||
history = TUK_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = neutrality | ||
ideas = { | ||
ww1_Faith_Allah | ||
TUK_interwar_spirit_TurkishNationalMovement | ||
} | ||
focuses = { | ||
} | ||
} | ||
ITA = { | ||
history = ITA_THE_AFTERMATH_OF_VERSAILLES_DESC | ||
ideology = democratic | ||
ideas = { | ||
ITA_ww1_Risorgimento | ||
interwar_spirit_TGWWinner_Italy | ||
} | ||
focuses = { | ||
ITA_interwar_FascistManifesto | ||
ITA_interwar_march_on_rome | ||
} | ||
} | ||
|
||
"---"={ | ||
history = "OTHER_THE_AFTERMATH_OF_VERSAILLES_DESC" | ||
} | ||
|
||
FRA = { | ||
minor = yes | ||
history = "FRA_THE_AFTERMATH_OF_VERSAILLES_DESC" | ||
ideology = democratic | ||
ideas = { | ||
interwar_spirit_TheGreatWar_Winner | ||
} | ||
focuses = { | ||
FRA_interwar_HelpPoland | ||
FRA_interwar_WarWithSoviet | ||
} | ||
} | ||
|
||
ENG = { | ||
minor = yes | ||
history = "ENG_THE_AFTERMATH_OF_VERSAILLES_DESC" | ||
ideology = democratic | ||
ideas = { | ||
stiff_upper_lip | ||
interwar_spirit_TheGreatWar_Winner | ||
} | ||
focuses = { | ||
ENG_interwar_Allied_Intervention_in_Russia | ||
ENG_interwar_Support_Kolchak_s_Armies | ||
ENG_interwar_ASovietKing | ||
} | ||
} | ||
|
||
USA = { | ||
minor = yes | ||
history = "USA_THE_AFTERMATH_OF_VERSAILLES_DESC" | ||
ideology = democratic | ||
ideas = { | ||
USA_ww1_us_war_department | ||
interwar_spirit_TheGreatWar_Winner | ||
} | ||
focuses = { | ||
USA_interwar_AnnexDominicanRepublic | ||
USA_interwar_LeaveDominicanRepublic | ||
} | ||
} | ||
|
||
JAP = { | ||
minor = yes | ||
history = "JAP_THE_AFTERMATH_OF_VERSAILLES_DESC" | ||
ideology = neutrality | ||
ideas = { | ||
state_shintoism | ||
interwar_spirit_TheGreatWar_Winner | ||
} | ||
focuses = { | ||
JAP_ww1_Fukoku_Kyohei | ||
} | ||
} | ||
|
||
effect = { | ||
randomize_weather = 12345 # <- Obligatory in every bookmark ! | ||
#123 = { rain_light = yes } | ||
} | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
mod/thegreatwar/common/countries/Constitutional Protection Movement.txt
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,4 @@ | ||
graphical_culture = asian_gfx | ||
graphical_culture_2d = asian_2d | ||
|
||
color = rgb { 20 20 90 } |
2 changes: 2 additions & 0 deletions
2
mod/thegreatwar/common/countries/Hungarian Soviet Republic.txt
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,2 @@ | ||
graphical_culture = eastern_european_gfx | ||
color = { 0 5 5 } |
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,4 @@ | ||
|
||
graphical_culture = eastern_european_gfx | ||
|
||
color = { 171 240 152 } |
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,30 @@ | ||
ARM_CustomDecision = { | ||
ARM_claim_armenia_wargoal = { | ||
available = { | ||
original_tag = ARM | ||
date > 1920.9.1 | ||
} | ||
|
||
ai_will_do = { | ||
factor = 1 | ||
} | ||
|
||
fire_only_once = yes | ||
|
||
complete_effect = { | ||
# Wargoals | ||
ARM = { | ||
create_wargoal = { | ||
target = TUR | ||
type = take_state_focus | ||
generator = { 353 354 } | ||
} | ||
create_wargoal = { | ||
target = TUK | ||
type = take_state_focus | ||
generator = { 353 354 } | ||
} | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
political_actions = { | ||
|
||
AST_move_capital_to_canberra = { | ||
|
||
available = { | ||
|
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 |
---|---|---|
@@ -1,36 +1,7 @@ | ||
political_actions = { | ||
|
||
|
||
} | ||
|
||
economy_decisions = { | ||
|
||
|
||
} | ||
|
||
|
||
|
||
|
||
operations = { | ||
|
||
|
||
} | ||
|
||
|
||
|
||
war_measures = { | ||
|
||
|
||
} | ||
|
||
foreign_politics = { | ||
|
||
} | ||
|
||
economy_decisions = { | ||
|
||
} | ||
|
||
foreign_support = { | ||
|
||
} | ||
political_actions = {} | ||
economy_decisions = {} | ||
operations = {} | ||
war_measures = {} | ||
foreign_politics = {} | ||
economy_decisions = {} | ||
foreign_support = {} |
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
6 changes: 6 additions & 0 deletions
6
mod/thegreatwar/common/decisions/categories/ARM_decision_categories.txt
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,6 @@ | ||
|
||
ARM_CustomDecision = { | ||
allowed = { | ||
original_tag = ARM | ||
} | ||
} |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
ideas={ | ||
} | ||
ideas = {} |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
ideas={ | ||
} | ||
ideas = {} |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
ideas={ | ||
} | ||
ideas = {} |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
ideas={ | ||
} | ||
ideas = {} |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
ideas={ | ||
} | ||
ideas = {} |
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
Oops, something went wrong.