diff options
-rw-r--r-- | info/notes.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/info/notes.html b/info/notes.html new file mode 100644 index 0000000..2deaf84 --- /dev/null +++ b/info/notes.html @@ -0,0 +1,41 @@ +<!doctype html> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<title>Plantagenet - 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> +<body> +<article> + +<h1> +Plantagenet: Implementation Notes +</h1> + +<hr> + +<p> +Currently all the changes from rulebook to RTT : + +<ul> + +<li>One side does all of Feed, Pillage and Disband before next side. + +<li>King player Feed, Pillage, and Disband first after his command card. + +<li>One side does both Waste and Discard before next side. + +<li>Loser does all their Ending the Battle steps before the victor. + +<li>A side cannot intercept an enemy if the enemy already has lords there. + +<li>Suspicion counts printed influence, not modified. + +<li> +You can only play Parliament's Truce and Blocked Ford during your own time to play. +You cannot play Parliament's Truce after the enemy declared an interception but before rolling. + +<li>Caltrops is attached to an engagement. + +</ul> + +<hr> |