diff --git a/mod/TheGreatWar.mod b/mod/TheGreatWar.mod index c3d05fe7c..e033382e0 100755 --- a/mod/TheGreatWar.mod +++ b/mod/TheGreatWar.mod @@ -14,6 +14,6 @@ tags={ "Technologies" } picture="tgw_picture.png" -version="0.23" -supported_version="1.14.3" +version="0.23.1" +supported_version="1.14.5" remote_file_id="699709023" \ No newline at end of file diff --git a/mod/thegreatwar/common/defines/00_defines.lua b/mod/thegreatwar/common/defines/00_defines.lua index 0e55c4e02..e83a16994 100644 --- a/mod/thegreatwar/common/defines/00_defines.lua +++ b/mod/thegreatwar/common/defines/00_defines.lua @@ -109,12 +109,12 @@ NDiplomacy = { MIN_WARGOAL_JUSTIFY_COST = 2.0, -- It always takes atleast 10 days to justify a wargoal WARGOAL_PER_JUSTIFY_AND_WAR_COST_FACTOR = 1.5, -- Cost factor per nation at war with or justifying against WARGOAL_THREAT_MAX_TIME_RATIO = 1.0, -- Threat from justifying a wargoal slowly builds up, hitting 100% at this proportion of the way to completion - BASE_BOOST_PARTY_POPULARITY_DAILY_PP = 6.0, -- #HOI4TGW ::: Daily pp cost for boost party popularity + BASE_BOOST_PARTY_POPULARITY_DAILY_PP = 6.0, -- #HOI4TGW ::: Daily pp cost for boost party popularity BASE_BOOST_PARTY_POPULARITY_DAILY_DRIFT = 0.1, -- Daily amount of popularity that will be added by the activity. BASE_STAGE_COUP_DAILY_PP = 6.5, -- #HOI4TGW ::: Daily pp cost for staging a coup BASE_STAGE_COUP_TOTAL_COST = 820, -- #HOI4TGW ::: Equipment consume factor for stage coup. NAP_EXPIRY_MONTHS = 48, -- NAPs expire after this many months - NAP_UNBREAKABLE_MONTHS = 48, -- #HOI4TGW ::: NAPS cannot be broken for this many months + NAP_UNBREAKABLE_MONTHS = 48, -- #HOI4TGW ::: NAPS cannot be broken for this many months NAP_FORCE_BALANCE_RULE_MONTHS = 6, -- The NAP border force balance rule changes with this interval NAP_BREAK_FORCE_BALANCE_1 = 2.0, -- 2-1 brigades along the border required to break NAP NAP_BREAK_FORCE_BALANCE_2 = 1.0, -- 1-1 brigades along the border required to break NAP diff --git a/mod/thegreatwar/descriptor.mod b/mod/thegreatwar/descriptor.mod index fe07ecd0b..8a487acba 100644 --- a/mod/thegreatwar/descriptor.mod +++ b/mod/thegreatwar/descriptor.mod @@ -12,6 +12,6 @@ tags={ "Technologies" } picture="tgw_picture.png" -version="0.23" -supported_version="1.14.3" +version="0.23.1" +supported_version="1.14.5" remote_file_id="699709023" \ No newline at end of file diff --git a/mod/thegreatwar/events/WW1_Italy.txt b/mod/thegreatwar/events/WW1_Italy.txt index 0d9bd4ec4..62ce417da 100755 --- a/mod/thegreatwar/events/WW1_Italy.txt +++ b/mod/thegreatwar/events/WW1_Italy.txt @@ -103,9 +103,9 @@ country_event = { option = { name = ww1_italy.6.a ai_chance = { - factor = 5 + factor = 10 modifier = { - factor = 80 + factor = 99 AUH = { has_completed_focus = AUH_ww1_give_italy_territories } @@ -118,11 +118,11 @@ country_event = { ITA = { add_to_war = { - targeted_alliance = GER enemy = BEL + targeted_alliance = GER + enemy = BEL } } - hidden_effect = { news_event = { days = 1 id = ww1_italy.7 } } @@ -132,9 +132,9 @@ country_event = { option = { name = ww1_italy.6.b ai_chance = { - factor = 95 + factor = 90 modifier = { - factor = 0 + factor = 1 AUH = { has_completed_focus = AUH_ww1_give_italy_territories } diff --git a/mod/thegreatwar/gfx/interface/logo_game.dds b/mod/thegreatwar/gfx/interface/logo_game.dds index 334523c8f..4a900c867 100644 Binary files a/mod/thegreatwar/gfx/interface/logo_game.dds and b/mod/thegreatwar/gfx/interface/logo_game.dds differ diff --git a/mod/thegreatwar/history/states/34-Wallonie.txt b/mod/thegreatwar/history/states/34-Wallonie.txt index fbbfa708a..73b4334e3 100755 --- a/mod/thegreatwar/history/states/34-Wallonie.txt +++ b/mod/thegreatwar/history/states/34-Wallonie.txt @@ -1,34 +1,28 @@ state = { - id=34 - name="STATE_34" - local_supplies = 1.0 manpower = 3381300 - state_category=large_city - provinces={ 3516 6537 9418 9444 9536 11407 11519 13081 } - resources={ - wood=12 - coal=80 - } - history={ - victory_points={ 3516 5 } - victory_points={ 11519 10 } - owner=BEL - add_core_of=BEL - 1936.1.1={ - owner=BEL - add_core_of=BEL - victory_points={ 3516 5 } - victory_points={ 11519 10 } - buildings={ - infrastructure=4 - industrial_complex=2 - air_base=1 - arms_factory=1 - } - } - buildings={ - infrastructure=4 - industrial_complex=1 - arms_factory=1 - } + id = 34 + name = "STATE_34" + local_supplies = 1.0 + manpower = 3381300 + state_category = large_city + + provinces = { 3516 6537 9418 9444 9536 11407 11519 13081 } + + resources = { + wood = 12 + coal = 80 + } + + history = { + victory_points = { 3516 5 } + victory_points = { 11519 10 } + owner = BEL + add_core_of = BEL + + buildings = { + infrastructure = 4 + industrial_complex = 1 + arms_factory = 1 + 11519 = { bunker = 1 } } } +} diff --git a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml index 99276e832..6ea3acd3e 100644 --- a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml +++ b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_english.yml @@ -12,7 +12,7 @@ VICTORY_POINTS_3320:0 "Wilna" VICTORY_POINTS_3392:0 "Brest Litowski" VICTORY_POINTS_6558:0 "Posen" - VICTORY_POINTS_11519:0 "Liegé" + VICTORY_POINTS_11519:0 "Liège" VICTORY_POINTS_9833:0 "Constantinople" VICTORY_POINTS_11105:0 "Helsingfors" VICTORY_POINTS_3083:0 "Abo" diff --git a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml index f9224ad2b..8e57acf64 100755 --- a/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml +++ b/mod/thegreatwar/localisation/replace/ww1_victory_points_l_polish.yml @@ -12,7 +12,7 @@ VICTORY_POINTS_3320:0 "Wilno" VICTORY_POINTS_3392:0 "Brześć Litewski" VICTORY_POINTS_6558:0 "Poznań" - VICTORY_POINTS_11519:0 "Liegé" + VICTORY_POINTS_11519:0 "Liège" VICTORY_POINTS_9833:0 "Konstantynopol" VICTORY_POINTS_11105:0 "Helsingfors" VICTORY_POINTS_3083:0 "Abo" diff --git a/mod/thegreatwar/localisation/ww1_focus_l_english.yml b/mod/thegreatwar/localisation/ww1_focus_l_english.yml index 11abac91f..651253dd0 100644 --- a/mod/thegreatwar/localisation/ww1_focus_l_english.yml +++ b/mod/thegreatwar/localisation/ww1_focus_l_english.yml @@ -2,33 +2,33 @@ uk_japan_focus:0 "Japanese Alliance" uk_japan_focus_desc:0 "" uk_cyprus_focus:0 "Seize Cyprus" + uk_cyprus_focus_desc:0 "" uk_turkey_friend_focus:0 "Befriend Ottomans" + uk_turkey_friend_focus_desc:0 "" uk_resadiye_focus:0 "Ottoman Dreadnoughts" + uk_resadiye_focus_desc:0 "" uk_greece_friend_focus:0 "Befriend Greece" + uk_greece_friend_focus_desc:0 "" uk_thessaloniki_focus:0 "Seize Thessaloniki" uk_romania_focus:0 "Befriend Romania" + uk_romania_focus_desc:0 "" uk_portugal_focus:0 "Befriend Portugal" + uk_portugal_focus_desc:0 "" uk_conscription_focus:0 "Enact Conscription" + uk_conscription_focus_desc:0 "" uk_glorious_isolation:0 "Glorious Isolation" + uk_glorious_isolation_desc:0 "" uk_ireland_release:0 "Release Ireland" + uk_ireland_release_desc:0 "" uk_ireland_crush:0 "Crush The Irish" + uk_ireland_crush_desc:0 "Take aggressive measures to quell dissent in Ireland." uk_lawrence_focus:0 "Send T.E. Lawrence" + uk_lawrence_focus_desc:0 "It would be a strategic decision to send T.E. Lawrence to Arabia to establish contact with tribes opposed to Ottoman authority." uk_arab_focus:0 "Arab Uprising" + uk_arab_focus_desc:0 "Provide support to the Arab revolt against the Ottoman Empire to destabilize their control in the region." uk_soviet_focus:0 "Russian Intervention" - uk_cyprus_focus_desc:0 "" - uk_turkey_friend_focus_desc:0 "" - uk_resadiye_focus_desc:0 "" - uk_greece_friend_focus_desc:0 "" - uk_thessaloniki_focus_desc:0 "" - uk_romania_focus_desc:0 "" - uk_portugal_focus_desc:0 "" - uk_conscription_focus_desc:0 "" - uk_glorious_isolation_desc:0 "" - uk_ireland_release_desc:0 "" - uk_ireland_crush_desc:0 "" - uk_lawrence_focus_desc:0 "" - uk_arab_focus_desc:0 "" uk_soviet_focus_desc:0 "" + uk_thessaloniki_focus_desc:0 "" GER_strat_bombing:0 "Zeppelin Campaign" GER_diplomatic_effort:0 "Diplomatic Effort"