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 /play.css | |
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 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; } |