diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-17 11:22:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-17 11:22:41 +0200 |
commit | a3b52ef07cbb79e1aefb9f4f7e696afeb6f47f83 (patch) | |
tree | e67f2d682cd3ee91e6131f03bd6d758ccb0789b0 /info/notes.html | |
parent | f166efce30d20ff58dfc0914488c86022c0ad8bc (diff) | |
download | plantagenet-a3b52ef07cbb79e1aefb9f4f7e696afeb6f47f83.tar.gz |
Add implementation notes.
Diffstat (limited to 'info/notes.html')
-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> |