diff --git a/CHANGELOG.md b/CHANGELOG.md index 648ef1b..6dcd881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,4 +94,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix a bug with the Bonerattlaz faction - Removed building the Great Temple of Ulric from Reiskland Short Victory conditions - NOTE: - - Support for the new factions/Wood Elves rework has not been added. I do not own the DLC. + - Support for the new factions/Wood Elves rework has not been added. I do not own the DLC + +# [2.3.0] The Hammer and The Viper update - 16.12.2020 + +- Major redone has been introduced to the Court of Lybaras faction + - Constructing a Pyramid has been removed from the Short Victory + - Controlling Broken Teeth, Crater of the Walking Dead, Doom Glades and Devil's Backbone is now a requirement + - Maintaining 80% untained in Broken Teeth, Crater of the Walking Dead, Doom Glades, Devil's Backbone, + Southlands Jungle, Kingdom of Beasts is now a requirement + - Destroying Followers of Nagash is now required to achieve a Long Victory + - Destroying The Awakened, The Dradfleet and The Drowned is no longer required + - The aim is to keep it more focused in corruption/skavens an less on pyramids/empires to not overlap with other + Tomb Kings factions. Lustria has been removed completely +- Redone introduced to the Karaz-a-Karak faction + - Controlling Northern Great Mountains and Southern Great Mountains is no longer required to achieve a short victory + - Building the Throne Hall of the High King is now required to achieve both types of victory + - The aim is to keep the Dwarfs more local and defensive. The removed regions are too far away for a short victory diff --git a/dist/vco2_main.pack b/dist/vco2_main.pack index 5cd3bcb..a091306 100644 Binary files a/dist/vco2_main.pack and b/dist/vco2_main.pack differ diff --git a/docs/factions/dwarfs/README.md b/docs/factions/dwarfs/README.md index 29a7212..c7bc3ba 100644 --- a/docs/factions/dwarfs/README.md +++ b/docs/factions/dwarfs/README.md @@ -11,9 +11,8 @@ * Karak Hirn: Karak Hirn, Mighdal Vongalbarak * Karak Izor: Karak Izor * Karak Kadrin: Karak Kadrin - * Karak Norn: Karak Norn, Grimhold - * Karak Ziflin: Karak Ziflin, Blackstone Post * Zhufbar: Karag Dromar, Oakenhammer, Zhufbar + * Build the Throne Hall of the High King * **Long Victory Conditions**: * Clear the book of grudges * Unite the Dwarfholds under your rule @@ -31,6 +30,7 @@ * Karak Ungor, Mount Gunbad, Karak Drazh, Ekrund, Karak Eight Peaks, Karak Azgal, Galbaraz * Destroy factions * Greenskins, Clan Mors, Clan Skrye, Clan Mordkin, Clan Eshin, Clan Moulder + * Build the Throne Hall of the High King * Defeat the Chaos Invasion * Defeat Archaon diff --git a/docs/factions/tomb-kings/README.md b/docs/factions/tomb-kings/README.md index 0260720..518315b 100644 --- a/docs/factions/tomb-kings/README.md +++ b/docs/factions/tomb-kings/README.md @@ -24,12 +24,19 @@ * Destroy factions: * Necrarch Brotherhood, Strygos Empire, The Silver Host * Capture the Black Pyramid of Nagash - * Construct at least 1 pyramid + * Control provinces: + * Broken Teeth, Crater of the Walking Dead, Doom Glades, Devil's Backbone + * Have at least 80% untained in the following provinces: + * Broken Teeth, Crater of the Walking Dead, Doom Glades, Devil's Backbone, Southlands Jungle, Kingdom of Beasts * Own 7 Necropolis Knights/Sepulchral Stalkers * **Long Victory Conditions**: * Destroy factions: - * Necrarch Brotherhood, Mousillon, Strygos Empire, The Barrow Legion, The Silver Host, Vampire Counts, Von - Carstein, Pirates of Sartosa, The Awakened, The Dreadfleet, The Drowned + * Followers of Nagash, Necrarch Brotherhood, Mousillon, Strygos Empire, The Barrow Legion, The Silver Host, + Vampire Counts, Von Carstein, Pirates of Sartosa + * Control provinces: + * Broken Teeth, Crater of the Walking Dead, Doom Glades, Devil's Backbone + * Have at least 80% untained in the following provinces: + * Broken Teeth, Crater of the Walking Dead, Doom Glades, Devil's Backbone, Southlands Jungle, Kingdom of Beasts * Capture the Black Pyramid of Nagash * Construct the 7 pyramids * Own 15 Necropolis Knights/Sepulchral Stalkers @@ -44,7 +51,7 @@ * Perform 10 Crafting rituals * Capture the Black Pyramid of Nagash * **Long Victory Conditions**: - * Destroy factions> + * Destroy factions: * Bleak Holds, Clar Karond, Cult of Pleasure, Ssildra Tor * Obtain access to the following resources: * Obsidian, Dyes, Animals, Furs, Gems, Gold, Iron, Marbre, Medicine, Textiles, Lead, Spices, Timber, Wine diff --git a/src/script/vco2_main/factions/wh2_dlc09_tmb_lybaras/campaigns/main_warhammer/missions.lua b/src/script/vco2_main/factions/wh2_dlc09_tmb_lybaras/campaigns/main_warhammer/missions.lua index 9036253..d69d973 100644 --- a/src/script/vco2_main/factions/wh2_dlc09_tmb_lybaras/campaigns/main_warhammer/missions.lua +++ b/src/script/vco2_main/factions/wh2_dlc09_tmb_lybaras/campaigns/main_warhammer/missions.lua @@ -23,16 +23,24 @@ local missions = { } objective { - type CONSTRUCT_N_BUILDINGS_FROM; - faction wh2_dlc09_tmb_lybaras; - total 1; - building_level wh2_dlc09_special_pyramid_alcadizaar; - building_level wh2_dlc09_special_pyramid_amenemhetum; - building_level wh2_dlc09_special_pyramid_khatep; - building_level wh2_dlc09_special_pyramid_phar; - building_level wh2_dlc09_special_pyramid_settra; - building_level wh2_dlc09_special_pyramid_tutankhanut; - building_level wh2_main_special_pyramid_of_nagash_other; + type CONTROL_N_PROVINCES_INCLUDING; + total 4; + province wh2_main_the_broken_teeth; + province wh2_main_crater_of_the_walking_dead; + province wh2_main_doom_glades; + province wh2_main_devils_backbone; + } + objective + { + type AT_LEAST_X_RELIGION_IN_PROVINCES; + province wh2_main_the_broken_teeth; + province wh2_main_crater_of_the_walking_dead; + province wh2_main_doom_glades; + province wh2_main_devils_backbone; + province wh2_main_southlands_jungle; + province wh2_main_kingdom_of_beasts; + total 80; + religion wh_main_religion_untainted; } objective { @@ -63,6 +71,8 @@ local missions = { objective { type DESTROY_FACTION; + faction wh2_dlc09_tmb_followers_of_nagash; + faction wh2_main_vmp_necrarch_brotherhood; faction wh_main_vmp_mousillon; faction wh2_main_vmp_strygos_empire; @@ -72,9 +82,6 @@ local missions = { faction wh_main_vmp_schwartzhafen; faction wh2_dlc11_cst_pirates_of_sartosa; - faction wh2_dlc11_cst_vampire_coast; - faction wh2_dlc11_cst_noctilus; - faction wh2_dlc11_cst_the_drowned; confederation_valid; } objective @@ -84,6 +91,27 @@ local missions = { region wh2_main_great_mortis_delta_black_pyramid_of_nagash; } objective + { + type CONTROL_N_PROVINCES_INCLUDING; + total 4; + province wh2_main_the_broken_teeth; + province wh2_main_crater_of_the_walking_dead; + province wh2_main_doom_glades; + province wh2_main_devils_backbone; + } + objective + { + type AT_LEAST_X_RELIGION_IN_PROVINCES; + province wh2_main_the_broken_teeth; + province wh2_main_crater_of_the_walking_dead; + province wh2_main_doom_glades; + province wh2_main_devils_backbone; + province wh2_main_southlands_jungle; + province wh2_main_kingdom_of_beasts; + total 80; + religion wh_main_religion_untainted; + } + objective { type CONSTRUCT_N_BUILDINGS_INCLUDING; faction wh2_dlc09_tmb_lybaras; diff --git a/src/script/vco2_main/factions/wh_main_dwf_dwarfs/campaigns/main_warhammer/missions.lua b/src/script/vco2_main/factions/wh_main_dwf_dwarfs/campaigns/main_warhammer/missions.lua index 6bc741d..14efa8a 100644 --- a/src/script/vco2_main/factions/wh_main_dwf_dwarfs/campaigns/main_warhammer/missions.lua +++ b/src/script/vco2_main/factions/wh_main_dwf_dwarfs/campaigns/main_warhammer/missions.lua @@ -36,16 +36,17 @@ local missions = { region wh_main_peak_pass_karak_kadrin; - region wh_main_southern_grey_mountains_karak_norn; - region wh_main_southern_grey_mountains_grimhold; - - region wh_main_northern_grey_mountains_karak_ziflin; - region wh_main_northern_grey_mountains_blackstone_post; - region wh_main_zhufbar_karag_dromar; region wh_main_zhufbar_oakenhammer; region wh_main_zhufbar_zhufbar; } + objective + { + type CONSTRUCT_N_BUILDINGS_INCLUDING; + faction wh_main_dwf_dwarfs; + total 1; + building_level wh_main_special_high_king_throne_hall; + } payload { @@ -130,6 +131,13 @@ local missions = { faction wh2_main_skv_clan_moulder; confederation_valid; } + objective + { + type CONSTRUCT_N_BUILDINGS_INCLUDING; + faction wh_main_dwf_dwarfs; + total 1; + building_level wh_main_special_high_king_throne_hall; + } objective { type LIMIT_FACTION_TO_REGIONS;