diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-09 14:06:36 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-09 14:06:36 +0100 |
commit | 3611a7dcbcc4e047fc87b2d3b2af6dc805625663 (patch) | |
tree | 1f3deb84ce17ad95bccc0099cbc78adcf90f9d47 /rules.js | |
parent | 374a838509706ed6abb79d9d54d48cb993733679 (diff) | |
download | nevsky-3611a7dcbcc4e047fc87b2d3b2af6dc805625663.tar.gz |
Add victory condition message in special scenarios.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1727,6 +1727,8 @@ function setup_pleskau() { set_lord_cylinder_on_calendar(LORD_RUDOLF, 1) set_lord_cylinder_on_calendar(LORD_DOMASH, 1) + + log("Earn 1VP each time an enemy Lord Disbands or is removed.") } function setup_watland() { @@ -1752,6 +1754,8 @@ function setup_watland() { set_lord_cylinder_on_calendar(LORD_ANDREY, 5) set_lord_cylinder_on_calendar(LORD_ALEKSANDR, 7) set_lord_cylinder_on_calendar(LORD_HERMANN, 8) + + log("To win at scenario end, the Teutons must have at least 7 VP and must at least double Russian VP. There is no tie.") } function setup_peipus() { |