diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-23 13:29:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | c627af2462954bd4f000d9a4fc43fe63ed1a2358 (patch) | |
tree | dfe2b158de7da58604197d9b4febc5bb5c13c1a1 /info | |
parent | 4fdda6328e67b25db6ff30c0f18fb7d5ffef97b9 (diff) | |
download | andean-abyss-c627af2462954bd4f000d9a4fc43fe63ed1a2358.tar.gz |
WIP Clean up Shipment Transfer timing.
At end of each Operation Space.
At end of each Special Activity (per space for Assassinate/Bribe).
At end of each Event (never in the middle).
Clean up Transfer mechanisms.
Force current player to actively select Shipment before control swaps.
Transfer all shipments of current player before swapping again.
Captured Goods, Contraband, and Commandeer - steal shipments!
Only Drug Bust / Captured Goods / Commandeer / Contraband if no option.
If all guerrillas are dead in Drug Bust, or if no enemy guerrillas
in the other cases.
Auto-transfer to own faction if possible.
Make Shipment removal optional.
4.5.3 Errata and new Shipment transfer code.
Diffstat (limited to 'info')
-rw-r--r-- | info/rulebook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/info/rulebook.html b/info/rulebook.html index d9d554e..b5465db 100644 --- a/info/rulebook.html +++ b/info/rulebook.html @@ -789,8 +789,8 @@ a.h{color:black} <p style="top:447.9pt;left:393.8pt">Faction’s Guerrilla). Shipments are only removed via Event (<a href="#5.0">5.0</a>) </p> <p style="top:462.9pt;left:393.8pt">or as follows:</p> <p style="top:482.4pt;left:393.8pt">• If a Guerrilla holding a Shipment is removed, the owner must </p> -<p style="top:497.4pt;left:405.0pt">immed iately transfer the Shipment to another Guerrilla if possible, </p> -<p style="top:512.4pt;left:405.0pt">otherwise remove it. </p> +<p style="top:497.4pt;left:405.0pt">immediately transfer the Shipment to another Guerrilla <s>if possible,</s> </p> +<p style="top:512.4pt;left:405.0pt"><s>otherwise</s> <mark>or</mark> remove it. </p> <p style="top:531.0pt;left:393.8pt">• Players after executing Operations without Special Activities </p> <p style="top:546.0pt;left:405.0pt">may remove a Shipment they own for a free, extra Limited </p> <p style="top:561.0pt;left:405.0pt">Operation (<a href="#2.3.6">2.3.6</a>).</p> |