From c627af2462954bd4f000d9a4fc43fe63ed1a2358 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Apr 2023 13:29:24 +0200 Subject: 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. --- play.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'play.css') diff --git a/play.css b/play.css index 244d0d5..e6fad83 100644 --- a/play.css +++ b/play.css @@ -232,10 +232,15 @@ path.tip { stroke: white; stroke-dasharray: 4 4; } height: 50px; } -#token_aid.action { box-shadow: 0 0 0 3px white; } .token.shipment.action { box-shadow: 0 0 0 3px white; } .token.shipment.selected { box-shadow: 0 0 0 3px yellow; } +.token.shipment.action.farc { box-shadow: 0 0 0 3px white, 0 0 2px 6px #f33 } +.token.shipment.action.auc { box-shadow: 0 0 0 3px white, 0 0 2px 6px gold } +.token.shipment.action.cartels { box-shadow: 0 0 0 3px white, 0 0 0 2px 6px lawngreen } + +#token_aid.action { box-shadow: 0 0 0 3px white; } + #token_total_support { background-color: #006cb7; border-color: #348cda #004d95 #004d95 #348cda; box-shadow: 0 0 0 1px #000d55, 0px 1px 4px #0008; } #token_prop_card { background-color: #80643e; border-color: #a0835c #614721 #614721 #a0835c; box-shadow: 0 0 0 1px #291200, 0px 1px 4px #0008; } #token_oppose_plus_bases { background-color: #d74729; border-color: #ff6f50 #ad1800 #ad1800 #ff6f50; box-shadow: 0 0 0 1px #5a0000, 0px 1px 4px #0008; } -- cgit v1.2.3