From bba2352b38b5ad5d25bb07198eed2d426ce1831d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 23 Jun 2021 15:42:49 +0200 Subject: caesar: Pick Mars and Neptune battles after movement. This is like the Jihad card in Crusader Rex where the rules clarify that the surprise attack is declared before player two moves. We can then also mark the surprise attacking blocks on the map. --- play.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index dd5b468..578b0bb 100644 --- a/play.html +++ b/play.html @@ -80,6 +80,7 @@ .battle .battle_separator { background-color: brown; } .battle_line.enemy .battle_menu_list { min-height: 0; } +.battle_reserves .battle_menu_list { min-height: 0; } .battle_reserves > td > div { height: 75px; padding: 5px; } .battle_a_cell > div { min-width: 90px; padding: 5px 5px; } .battle_b_cell > div { min-width: 270px; padding: 5px 5px; } @@ -178,6 +179,16 @@ body.shift .block.known:hover { .columbia-labels .block.r2 { transform: rotate(-180deg); } .columbia-labels .block.r3 { transform: rotate(-270deg); } +.block.mars { + background-image: url("mars.svg"); + background-size: 80%; + background-position: center; +} +.block.neptune { + background-image: url("neptune.svg"); + background-size: 80%; + background-position: center; +} .block { box-shadow: 0px 0px 4px 0px black; } -- cgit v1.2.3