Skip to content

Commit

Permalink
Add update v2.0.1
Browse files Browse the repository at this point in the history
- Now Followers of Nagash have to control the Black Pyramid of Nagash to achieve a Short Victory
- Delete old pack
  • Loading branch information
msolefonte committed Jul 18, 2020
1 parent 56708b9 commit ec63dbf
Show file tree
Hide file tree
Showing 61 changed files with 15 additions and 6,800 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Tomb Kings factions victory conditions completely redone
- Warrios of Chaos victory conditions completely redone
- Now Bordeleaux, Bretonnia and Carcassone only need 800 Chivalry to achieve a Short Victory
- Now Bordeleaux, Bretonnia and Carcassone only need 1600 Chivalry to achieve a Long Victory
- Now Bordeleaux, Bretonnia and Carcassone only need 1600 Chivalry to achieve a Long Victory

## [2.0.1] Minor Fix - 18.07.2020

- Now Followers of Nagash have to control the Black Pyramid of Nagash to achieve a Short Victory
- Fixed a bug where Clan Mors had to destroy Clan Mors to achieve a victory
Binary file modified dist/vco2_main.pack
Binary file not shown.
1 change: 1 addition & 0 deletions docs/factions/tomb-kings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

* **Short Victory Conditions**:
* Destroy Khemri
* Capture the Black Pyramid of Nagash
* Build the Black Tower of Arkhan
* Construct at least 1 pyramid
* Own 7 Vampire Counts units
Expand Down
3 changes: 0 additions & 3 deletions src/script/campaign/mod/zzz_vco2_main.lua

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ local missions = {
confederation_valid;
}
objective
{
type OWN_N_REGIONS_INCLUDING;
total 1;
region wh2_main_great_mortis_delta_black_pyramid_of_nagash;
}
objective
{
type CONSTRUCT_N_BUILDINGS_INCLUDING;
faction wh2_dlc09_tmb_followers_of_nagash;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ local missions = {
faction wh_main_dwf_karak_izor;
faction wh_main_grn_necksnappers;
faction wh2_main_skv_clan_mors;
faction wh_main_grn_crooked_moon;
confederation_valid;
}
objective
Expand Down Expand Up @@ -86,8 +85,7 @@ local missions = {
faction wh_main_dwf_karak_izor;
faction wh_main_grn_necksnappers;
faction wh2_main_skv_clan_mors;
faction wh_main_grn_crooked_moon;
confederation_valid;
}
objective
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ec63dbf

Please sign in to comment.