From 26073215b9a279d3ea77274143da385615dd8a65 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 18 Jan 2023 13:28:02 +0100 Subject: 2E supply rules. Only show Supply button if supply is possible. Smarter Lodya when Novgorod is in enemy hands. --- play.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 4096add..d2335cb 100644 --- a/play.html +++ b/play.html @@ -720,9 +720,6 @@ body.shift .mustered_vassals { .locale.bishopric { border-radius: 50% 50% 0 0 } .locale.novgorod { border-radius: 50% 50% 0 0 } -.locale.action { border-color: white; box-shadow: 0 0 4px white; } -.locale.action.laden { border-color: red; box-shadow: 0 0 4px red; } - .locale.action.region { background-color: #5A02 } .locale.action.town { background-color: #fc02 } .locale.action.traderoute { background-color: #0af2 } @@ -732,6 +729,13 @@ body.shift .mustered_vassals { .locale.action.castle { background-color: #0002 } .locale.action.bishopric { background-color: #0002 } +.locale.action { border-color: white; box-shadow: 0 0 4px white; } +.locale.action.laden { border-color: white; box-shadow: 0 0 0 3px indianred; background-color: #cd5c5c66 } + +.locale.supply_path { border-color: indianred; background-color: #cd5c5c66; } +.locale.supply_source { border-color: seagreen; background-color: #2e8b5766; } +.locale.supply_source.action { border-color: white; background-color: #2e8b5766; box-shadow: 0 0 0 3px seagreen; } + .locale.tip, .locale_name.tip { background-color: #ff08; box-shadow: 0 0 8px #ff08; -- cgit v1.2.3