From c24907f947cdd6cb43215037d9ea8f6f2bada1d8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 21 Nov 2023 12:31:31 +0100 Subject: Fix Militia + Cavalry rules case. Add missing page to expansion book. --- info/expansion.html | 44 +++++++++++++++++++++++++++++++++++++++++++- info/expansion9.jpg | Bin 0 -> 12286 bytes rules.js | 5 +++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 info/expansion9.jpg diff --git a/info/expansion.html b/info/expansion.html index 79ec940..ab4c819 100644 --- a/info/expansion.html +++ b/info/expansion.html @@ -24,7 +24,7 @@ p{font-family:Tinos,Times New Roman,Times,serif;font-size:12pt;line-height:0.8em

2. New Influence Cards

3. Optional Emperor Rules

4. Optional Non-Player Faction Rules

-

5. Card Notes

+

5. Card Notes

6. Example of Play

7. Historical Notes

@@ -407,6 +407,48 @@ p{font-family:Tinos,Times New Roman,Times,serif;font-size:12pt;line-height:0.8em

to take advantage of this opportunity.

+ +
+

9

+

Time of Crisis Expansion Rules

+

© 2018 GMT Games, LLC

+ +

5. Card Notes

+

5.1 Cavalry

+

In the rare case that an attacker wins a battle against an army

+

in a provincial capital without inflicting any hits, any Militia in

+

the capital are removed as they cannot retreat.

+ +

5.2 Demagogue

+

A Populace Emperor is only immune to Mobs placed by the

+

Mob event. Therefore, if a Populace Emperor reveals a 1 value

+

card in response to this event, a Mob token will be placed in

+

one of his provinces.

+ +

Credits

+

Design: Wray Ferrell & Brad Johnson

+

Art Director: Rodger B. MacGowan

+

Cover Art & Design: Rodger B. MacGowan

+

Counter Art: Mark Simonitch

+

Event Cards: Kurt Miller & Mark Simonitch

+

Map Graphics: Mark Simonitch

+

Manual & Player Aid Card: Charles Kibler

+

Name-the-Expansion Contest Winner: John Boone

+

Proofreading: Jonathan Squibb

+

Production Coordination: Tony Curtis

+

Producers: Tony Curtis, Rodger MacGowan, Andy Lewis,

+

Gene Billingsley and Mark Simonitch

+

Playtesters: We would like to acknowledge all the people

+

who have played this expansion at various conventions and

+

gaming groups. Your contributions helped turn an idea into

+

a game. For going the extra mile, we would like to thank:

+

• Scott Blanton, Jeremy Maciejewski, Jed Humphries,

+

Jamey Cribbs, and The Gamer’s Armory

+

• Jason Albert

+

• John Tammes, Bill Dyer, Mark Ashton, Lee Proctor, Glenn

+

McMaster, and the Ludophilia gang

+
+

Time of Crisis Expansion Rules

© 2018 GMT Games, LLC

diff --git a/info/expansion9.jpg b/info/expansion9.jpg new file mode 100644 index 0000000..5343c8c Binary files /dev/null and b/info/expansion9.jpg differ diff --git a/rules.js b/rules.js index 34f4523..567a741 100644 --- a/rules.js +++ b/rules.js @@ -4623,6 +4623,11 @@ function goto_combat_victory_attacker() { remove_general_castra(game.combat.target) } + // Defending Militia must retreat (eliminated) + if ((game.combat.type === "militia" || game.combat.type === "general") && has_militia(game.where)) { + eliminate_militia(game.where) + } + if (game.combat.attacker >= 0 && can_enter_capital(game.where)) game.state = "advance_after_combat" else -- cgit v1.2.3