index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/map1.svg')
-rw-r--r-- | public/map1.svg | 95 |
1 files changed, 78 insertions, 17 deletions
diff --git a/public/map1.svg b/public/map1.svg index efae907..6d767ba 100644 --- a/public/map1.svg +++ b/public/map1.svg @@ -3,6 +3,10 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg viewBox="-18 -150 2320 3360" xmlns="http://www.w3.org/2000/svg"> <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="map.css" type="text/css"/> + <style> + g[data-edge="north"] { --i: -2; } + g[data-edge="south"] { --i: 52; } + </style> <defs> <!-- <g id="hex"> <polygon points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> @@ -21,6 +25,35 @@ <g id="t-6" class="troop-counter-template"><use href="#counter-base"/><text>6</text></g> <g id="t-7" class="troop-counter-template"><use href="#counter-base"/><text>7</text></g> + <g id="semi-auto"> + <line x1="-2" y1="1" x2="2" y2="1"/> + <line x1="-2" y1="2" x2="2" y2="2"/> + </g> + + <g id="auto"> + <line x1="-2" y1="0" x2="2" y2="0"/> + <line x1="-2" y1="1" x2="2" y2="1"/> + <line x1="-2" y1="2" x2="2" y2="2"/> + </g> + + <g id="rifle" class="weapon-symbol"> + <use href="#semi-auto"/> + <line x1="0" y1="-5" x2="0" y2="5"/> + <polyline points="-2,-3.5 0,-5 2,-3.5"/> + </g> + + <g id="smg" class="weapon-symbol"> + <use href="#auto"/> + <line x1="0" y1="-5" x2="0" y2="4.5"/> + <line x1="-2" y1="4.5" x2="2" y2="4.5"/> + </g> + + <g id="blazer" class="weapon-symbol"> + <use href="#auto"/> + <polyline points="0,-5 0,-3 -3,-2.5 3,-1.5 0,-1 0,2.5 -3,3, 3,4 0,4.5 0,5"/> + <polyline points="-2,-3.5 0,-5 2,-3.5"/> + </g> + <image id="counter-prone" href="counter_prone.jpg" width="10"/> <image id="counter-grenade" href="counter_grenade.jpg" width="10"/> <image id="numbers" href="rendered_numbers.png" width="182" height="22"/> @@ -50,24 +83,52 @@ <g id="shapes"/> <g id="lines"/> </g> - <g class="start-locations"> - <g> - <g data-x="13" class="counter" data-allegiance="liao" data-number="1"><use href="#t-1"/></g> - <g data-x="14" class="counter" data-allegiance="liao" data-number="2"><use href="#t-2"/></g> - <g data-x="15" class="counter" data-allegiance="liao" data-number="3"><use href="#t-3"/></g> - <g data-x="16" class="counter" data-allegiance="liao" data-number="4"><use href="#t-4"/></g> - <g data-x="17" class="counter" data-allegiance="liao" data-number="5"><use href="#t-5"/></g> - <g data-x="18" class="counter" data-allegiance="liao" data-number="6"><use href="#t-6"/></g> - <g data-x="19" class="counter" data-allegiance="liao" data-number="7"><use href="#t-7"/></g> + <g class="start-locations" data-attacker-name="liao" data-defender-name="davion"> + <g data-edge="north"> + <g data-x="13"> + <g class="counter" data-allegiance="attacker" data-number="1"><use href="#t-1"/></g> + </g> + <g data-x="14"> + <g class="counter" data-allegiance="attacker" data-number="2"><use href="#t-2"/></g> + </g> + <g data-x="15"> + <g class="counter" data-allegiance="attacker" data-number="3"><use href="#t-3"/></g> + </g> + <g data-x="16"> + <g class="counter" data-allegiance="attacker" data-number="4"><use href="#t-4"/></g> + </g> + <g data-x="17"> + <g class="counter" data-allegiance="attacker" data-number="5"><use href="#t-5"/></g> + </g> + <g data-x="18"> + <g class="counter" data-allegiance="attacker" data-number="6"><use href="#t-6"/></g> + </g> + <g data-x="19"> + <g class="counter" data-allegiance="attacker" data-number="7"><use href="#t-7"/></g> + </g> </g> - <g> - <g data-x="13" class="counter" data-allegiance="davion" data-number="1"><use href="#t-1"/></g> - <g data-x="14" class="counter" data-allegiance="davion" data-number="2"><use href="#t-2"/></g> - <g data-x="15" class="counter" data-allegiance="davion" data-number="3"><use href="#t-3"/></g> - <g data-x="16" class="counter" data-allegiance="davion" data-number="4"><use href="#t-4"/></g> - <g data-x="17" class="counter" data-allegiance="davion" data-number="5"><use href="#t-5"/></g> - <g data-x="18" class="counter" data-allegiance="davion" data-number="6"><use href="#t-6"/></g> - <g data-x="19" class="counter" data-allegiance="davion" data-number="7"><use href="#t-7"/></g> + <g data-edge="south"> + <g data-x="13"> + <g class="counter" data-allegiance="defender" data-number="1"><use href="#t-1"/></g> + </g> + <g data-x="14"> + <g class="counter" data-allegiance="defender" data-number="2"><use href="#t-2"/></g> + </g> + <g data-x="15"> + <g class="counter" data-allegiance="defender" data-number="3"><use href="#t-3"/></g> + </g> + <g data-x="16"> + <g class="counter" data-allegiance="defender" data-number="4"><use href="#t-4"/></g> + </g> + <g data-x="17"> + <g class="counter" data-allegiance="defender" data-number="5"><use href="#t-5"/></g> + </g> + <g data-x="18"> + <g class="counter" data-allegiance="defender" data-number="6"><use href="#t-6"/></g> + </g> + <g data-x="19"> + <g class="counter" data-allegiance="defender" data-number="7"><use href="#t-7"/></g> + </g> </g> </g> <g class="grid"> |