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/map.svg')
-rw-r--r-- | public/map.svg | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/public/map.svg b/public/map.svg index 3023271..990e554 100644 --- a/public/map.svg +++ b/public/map.svg @@ -16,22 +16,6 @@ <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="davion-1" class="troop-counter"><use href="#t-1"/></g> - <g id="davion-2" class="troop-counter"><use href="#t-2"/></g> - <g id="davion-3" class="troop-counter"><use href="#t-3"/></g> - <g id="davion-4" class="troop-counter"><use href="#t-4"/></g> - <g id="davion-5" class="troop-counter"><use href="#t-5"/></g> - <g id="davion-6" class="troop-counter"><use href="#t-6"/></g> - <g id="davion-7" class="troop-counter"><use href="#t-7"/></g> - - <g id="liao-1" class="troop-counter"><use href="#t-1"/></g> - <g id="liao-2" class="troop-counter"><use href="#t-2"/></g> - <g id="liao-3" class="troop-counter"><use href="#t-3"/></g> - <g id="liao-4" class="troop-counter"><use href="#t-4"/></g> - <g id="liao-5" class="troop-counter"><use href="#t-5"/></g> - <g id="liao-6" class="troop-counter"><use href="#t-6"/></g> - <g id="liao-7" class="troop-counter"><use href="#t-7"/></g> - <image id="counter-prone" href="counter_prone.jpg" width="10px"/> <image id="numbers" href="rendered_numbers.png" width="182" height="22"/> @@ -60,9 +44,29 @@ </g> <g class="grid"> + <g class="start-locations"> + <g> + <!-- <use data-x="13" href="#t-1" href="#t-1" data-allegiance="liao" data-number="1"/> --> + <use data-x="14" href="#t-2" data-allegiance="liao" data-number="2"/> + <use data-x="15" href="#t-3" data-allegiance="liao" data-number="3"/> + <use data-x="16" href="#t-4" data-allegiance="liao" data-number="4"/> + <use data-x="17" href="#t-5" data-allegiance="liao" data-number="5"/> + <use data-x="18" href="#t-6" data-allegiance="liao" data-number="6"/> + <use data-x="19" href="#t-7" data-allegiance="liao" data-number="7"/> + </g> + <g> + <!-- <use data-x="13" href="#t-1" href="#t-1" data-allegiance="davion" data-number="1"/> --> + <use data-x="14" href="#t-2" data-allegiance="davion" data-number="2"/> + <use data-x="15" href="#t-3" data-allegiance="davion" data-number="3"/> + <use data-x="16" href="#t-4" data-allegiance="davion" data-number="4"/> + <use data-x="17" href="#t-5" data-allegiance="davion" data-number="5"/> + <use data-x="18" href="#t-6" data-allegiance="davion" data-number="6"/> + <use data-x="19" href="#t-7" data-allegiance="davion" data-number="7"/> + </g> + </g> <g data-y="0"> - <g data-x="0"><use href="#hex"/></g> - <g data-x="1"><use href="#hex"/></g> + <g data-x="0"><use href="#hex"/><use href="#t-1" data-allegiance="liao" data-number="1"/></g> + <g data-x="1"><use href="#hex"/><use href="#t-1" data-allegiance="davion" data-number="1"/></g> <g data-x="2"><use href="#hex"/></g> <g data-x="3"><use href="#hex"/></g> <g data-x="4"><use href="#hex"/></g> |