diff options
-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() { |