diff options
Diffstat (limited to 'info/notes.html')
-rw-r--r-- | info/notes.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/info/notes.html b/info/notes.html new file mode 100644 index 0000000..ffa5a39 --- /dev/null +++ b/info/notes.html @@ -0,0 +1,82 @@ +<!DOCTYPE html> +<head> +<title>Richard III - Notes</title> +<link rel="stylesheet" href="/fonts/fonts.css"> +<link rel="stylesheet" href="/style.css"> +<style>h1{text-align:center}body{max-width:50rem;margin:0 auto;}</style> +</head> +<body> +<div class="main"> + +<h1> +Richard III: Implementation Notes</h1> + +<p> +The rule book and card texts from Richard III unfortunately leave some things unspecified. +The interpretations used in this implementation are listed here. + +<hr> +<p> +How do I designate the attacking main force? +<p> +The first block that moves into a contested area defines the main force. Any other blocks +who enter the battle from the same road also count as being part of the main force. +The attacking main force move is marked with an asterisk in the game log. + +<hr> +<p> +If the defender is eliminated mid-round, when are the attacker/defender roles swapped? +<p> +Immediately. This means that any (formerly) attacking blocks that haven't fired yet +can benefit from defender bonuses when firing at the reserve blocks. + +<hr> +<p> +Are reserves revealed from the start of battle, or only when they enter in round two? +<p> +Reserves are kept hidden until they enter the battle in round two. + +<hr> +<p> +Does a senior heir in the reserve prevent a junior heir on the field of battle from +charging or using the defense bonus? +<p> +No. Only heirs revealed in combat are looked at when determining the most senior heir +present. + +<hr> +<p> +Which shields can Lancaster heirs use for the defense bonus? +<p> +The most senior Lancaster heir in the battle can benefit from the common Lancaster shield. +<p> +Only Exeter, Somerset, and Richmond can benefit from their owns shields, unless they are dead, +in which case their shields are treated like the common Lancaster shield. + +<hr> +<p> +How many heirs are entered if multiple heirs are killed in one turn? +<p> +One minor for each heir that has been eliminated. + +<hr> +<p> +Can I recruit with with the 1 AP from the Force March, Treason, or Surprise cards? +<p> +No. The card text says "move one group". + +<hr> +<p> +Can I use the Treason and Surprise cards for sea movement? +<p> +Yes. + +<hr> +<p> +Can I use the port-to-port bonus with the Piracy event if not attacking? +<p> +Yes. The port-to-port bonus is only lost if the event is used to attack with a sea move. + +<hr> + +<p style="font-style:normal;font-size:36px;text-align:center;margin:0">❦</p> |