diff --git a/README.md b/README.md index cc90d87..ba6b543 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,67 @@ agotmap ======= A PBF JavaScript map for "A game of thrones" + +###The Map: + +- [2nd Edition setup with house cards.](http://tinyurl.com/9TNrD9ikL2WTjf4X9C0V) +- [2nd Edition + Dance with Dragons Expansion setup with house cards.](http://tinyurl.com/mOwkgPPeJfoCtokpimYU) +- [2nd Edition + A Feast for Crows Expansion setup (maybe with mistakes, please say if you see one).](http://tinyurl.com/zUmA6i5xQfMETKZSIxHU) + +###Usage: + +On top of the screen is a semi transparent black bar; when you move your mouse cursor over it a menu should slide down. +Here you can set all things I could think of. The fields with default values should be self-explanatory. + +###Order Tokens: + +To place an order token, go to the menu for the appropiate side. Enter the area, then a colon and a space and the order you want. To place an order in a port, just write the area name and append "- Port". The orders are case-insensitive and named as follows: + +- *Support*: Support-1, s, support +- *Support**: Support-2, s+1, s\*, s+1\*, support+1, support\*, support+1\* +- *Defend*: Defend-1, d, d+1, defend, defend+1 +- *Defend**: Defend-2, d+2, d\*, d+2\*, defend+2, defend\*, defend+2\* +- *Raid*: Raid-1, r, raid +- *Raid**: Raid-2, r\*, raid\* +- *Consolidate Power*: Power-1, cp +- *Consolidate Power**: Power-2, cp\* +- *March-1*: March-0, m-1 +- *March+0*: March-1, m+0 +- *March+1**: March-2, m+1, m\*, m+1\* + +For example, a March+1 in Winterfell, a March-1 in White Harbor's Port, and a Raid* in the Shivering Sea would be written as: + +- Winterfell: March-2 +- White Harbor - Port: March-0 +- The Shivering Sea: Raid-2 + +###Power Tokens: +To place a power token in an area, just add the area's name in the appropriate textfield. One area per line. + +###Placing Units: +Units work like orders. The names are: + +- *Footman*: Footman, FM +- *Knight*: Knight, KN +- *Siege Engine*: Siege, SE +- *Ship*: Ship, SH + +To place a routed unit, add the prefix "routed-" to the unit's name. e.g. "routed-Footman" or "routed-FM". + +###VSB and Raven tokens: +Click on the icon below the influence tracks to toggle whether the token has been used. + +###House Cards: +Images or text representing the cards can be entered in the Influence Tracks/Supply tab, one line per card. The cards will appear on the side tabs, and can be clicked to toggle whether they've been used. + +###How to Share Your Board: +After every change, a tinyurl.com link appears in the settings panel. This link will point to the updated board. Occasionally, tinyurl will not create a valid link; checking to make sure it works is advised. + +###Attention: +Empty lines in one of the text areas will cause the map to silently fail. Don't use empty lines. + +###Browser Support: +It has been tested in Chrome and Firefox. It should work in IE 10, but old browsers are not supported. + +###Hint: +Feel free to play around. You can't really break anything as long as someone has the link to the version before you destroyed it ;-) diff --git a/cards6pADWD/ADWDcards_reference.html b/cards6pADWD/ADWDcards_reference.html new file mode 100644 index 0000000..89cedbb --- /dev/null +++ b/cards6pADWD/ADWDcards_reference.html @@ -0,0 +1,53 @@ +Baratheons House Cards: + + + + + + + + +Greyjoys House Cards: + + + + + + + + +Lannisters House Cards: + + + + + + + + +Martells House Cards: + + + + + + + + +Starks House Cards: + + + + + + + + +Tyrells House Cards: + + + + + + + diff --git a/cards6pADWD/baratheon/0-mance.png b/cards6pADWD/baratheon/0-mance.png new file mode 100644 index 0000000..edc70c2 Binary files /dev/null and b/cards6pADWD/baratheon/0-mance.png differ diff --git a/cards6pADWD/baratheon/1-axell.png b/cards6pADWD/baratheon/1-axell.png new file mode 100644 index 0000000..8d05f9f Binary files /dev/null and b/cards6pADWD/baratheon/1-axell.png differ diff --git a/cards6pADWD/baratheon/1-davos.png b/cards6pADWD/baratheon/1-davos.png new file mode 100644 index 0000000..e3cb5a7 Binary files /dev/null and b/cards6pADWD/baratheon/1-davos.png differ diff --git a/cards6pADWD/baratheon/2-bons.png b/cards6pADWD/baratheon/2-bons.png new file mode 100644 index 0000000..350ac17 Binary files /dev/null and b/cards6pADWD/baratheon/2-bons.png differ diff --git a/cards6pADWD/baratheon/2-mel.png b/cards6pADWD/baratheon/2-mel.png new file mode 100644 index 0000000..b38c1ee Binary files /dev/null and b/cards6pADWD/baratheon/2-mel.png differ diff --git a/cards6pADWD/baratheon/3-jonsnow.png b/cards6pADWD/baratheon/3-jonsnow.png new file mode 100644 index 0000000..15c2730 Binary files /dev/null and b/cards6pADWD/baratheon/3-jonsnow.png differ diff --git a/cards6pADWD/baratheon/4-stannis.png b/cards6pADWD/baratheon/4-stannis.png new file mode 100644 index 0000000..9b96b08 Binary files /dev/null and b/cards6pADWD/baratheon/4-stannis.png differ diff --git a/cards6pADWD/greyjoy/0-aeron.png b/cards6pADWD/greyjoy/0-aeron.png new file mode 100644 index 0000000..67ca35d Binary files /dev/null and b/cards6pADWD/greyjoy/0-aeron.png differ diff --git a/cards6pADWD/greyjoy/1-harras.png b/cards6pADWD/greyjoy/1-harras.png new file mode 100644 index 0000000..fba06bd Binary files /dev/null and b/cards6pADWD/greyjoy/1-harras.png differ diff --git a/cards6pADWD/greyjoy/1-qarl.png b/cards6pADWD/greyjoy/1-qarl.png new file mode 100644 index 0000000..4789e69 Binary files /dev/null and b/cards6pADWD/greyjoy/1-qarl.png differ diff --git a/cards6pADWD/greyjoy/2-asha.png b/cards6pADWD/greyjoy/2-asha.png new file mode 100644 index 0000000..e98f8d6 Binary files /dev/null and b/cards6pADWD/greyjoy/2-asha.png differ diff --git a/cards6pADWD/greyjoy/2-rodrik.png b/cards6pADWD/greyjoy/2-rodrik.png new file mode 100644 index 0000000..e9396af Binary files /dev/null and b/cards6pADWD/greyjoy/2-rodrik.png differ diff --git a/cards6pADWD/greyjoy/3-victarion.png b/cards6pADWD/greyjoy/3-victarion.png new file mode 100644 index 0000000..acc0049 Binary files /dev/null and b/cards6pADWD/greyjoy/3-victarion.png differ diff --git a/cards6pADWD/greyjoy/4-euron.png b/cards6pADWD/greyjoy/4-euron.png new file mode 100644 index 0000000..fef5872 Binary files /dev/null and b/cards6pADWD/greyjoy/4-euron.png differ diff --git a/cards6pADWD/lannister/0-qyburn.png b/cards6pADWD/lannister/0-qyburn.png new file mode 100644 index 0000000..a7687c8 Binary files /dev/null and b/cards6pADWD/lannister/0-qyburn.png differ diff --git a/cards6pADWD/lannister/1-addam.png b/cards6pADWD/lannister/1-addam.png new file mode 100644 index 0000000..8f3dc74 Binary files /dev/null and b/cards6pADWD/lannister/1-addam.png differ diff --git a/cards6pADWD/lannister/1-cersei.png b/cards6pADWD/lannister/1-cersei.png new file mode 100644 index 0000000..4fedcf2 Binary files /dev/null and b/cards6pADWD/lannister/1-cersei.png differ diff --git a/cards6pADWD/lannister/2-daven.png b/cards6pADWD/lannister/2-daven.png new file mode 100644 index 0000000..dafc667 Binary files /dev/null and b/cards6pADWD/lannister/2-daven.png differ diff --git a/cards6pADWD/lannister/2-ilyn.png b/cards6pADWD/lannister/2-ilyn.png new file mode 100644 index 0000000..46619bc Binary files /dev/null and b/cards6pADWD/lannister/2-ilyn.png differ diff --git a/cards6pADWD/lannister/3-kevan.png b/cards6pADWD/lannister/3-kevan.png new file mode 100644 index 0000000..1a39dc6 Binary files /dev/null and b/cards6pADWD/lannister/3-kevan.png differ diff --git a/cards6pADWD/lannister/4-jaime.png b/cards6pADWD/lannister/4-jaime.png new file mode 100644 index 0000000..120c1a3 Binary files /dev/null and b/cards6pADWD/lannister/4-jaime.png differ diff --git a/cards6pADWD/martell/0-nymeria.png b/cards6pADWD/martell/0-nymeria.png new file mode 100644 index 0000000..7951268 Binary files /dev/null and b/cards6pADWD/martell/0-nymeria.png differ diff --git a/cards6pADWD/martell/1-gerris.png b/cards6pADWD/martell/1-gerris.png new file mode 100644 index 0000000..1473e83 Binary files /dev/null and b/cards6pADWD/martell/1-gerris.png differ diff --git a/cards6pADWD/martell/1-quentyn.png b/cards6pADWD/martell/1-quentyn.png new file mode 100644 index 0000000..4bec719 Binary files /dev/null and b/cards6pADWD/martell/1-quentyn.png differ diff --git a/cards6pADWD/martell/2-bigman.png b/cards6pADWD/martell/2-bigman.png new file mode 100644 index 0000000..92c5974 Binary files /dev/null and b/cards6pADWD/martell/2-bigman.png differ diff --git a/cards6pADWD/martell/2-bogg.png b/cards6pADWD/martell/2-bogg.png new file mode 100644 index 0000000..f292a43 Binary files /dev/null and b/cards6pADWD/martell/2-bogg.png differ diff --git a/cards6pADWD/martell/3-areo.png b/cards6pADWD/martell/3-areo.png new file mode 100644 index 0000000..fa69bbc Binary files /dev/null and b/cards6pADWD/martell/3-areo.png differ diff --git a/cards6pADWD/martell/4-doran.png b/cards6pADWD/martell/4-doran.png new file mode 100644 index 0000000..b4e670e Binary files /dev/null and b/cards6pADWD/martell/4-doran.png differ diff --git a/cards6pADWD/stark/0-reek.png b/cards6pADWD/stark/0-reek.png new file mode 100644 index 0000000..8456247 Binary files /dev/null and b/cards6pADWD/stark/0-reek.png differ diff --git a/cards6pADWD/stark/1-damon.png b/cards6pADWD/stark/1-damon.png new file mode 100644 index 0000000..be67f82 Binary files /dev/null and b/cards6pADWD/stark/1-damon.png differ diff --git a/cards6pADWD/stark/1-walderfrey.png b/cards6pADWD/stark/1-walderfrey.png new file mode 100644 index 0000000..ef6068c Binary files /dev/null and b/cards6pADWD/stark/1-walderfrey.png differ diff --git a/cards6pADWD/stark/2-blackwalder.png b/cards6pADWD/stark/2-blackwalder.png new file mode 100644 index 0000000..e1aa7d3 Binary files /dev/null and b/cards6pADWD/stark/2-blackwalder.png differ diff --git a/cards6pADWD/stark/2-steelshanks.png b/cards6pADWD/stark/2-steelshanks.png new file mode 100644 index 0000000..90b10ae Binary files /dev/null and b/cards6pADWD/stark/2-steelshanks.png differ diff --git a/cards6pADWD/stark/3-ramsay.png b/cards6pADWD/stark/3-ramsay.png new file mode 100644 index 0000000..7a0a6ea Binary files /dev/null and b/cards6pADWD/stark/3-ramsay.png differ diff --git a/cards6pADWD/stark/4-roose.png b/cards6pADWD/stark/4-roose.png new file mode 100644 index 0000000..bb04a36 Binary files /dev/null and b/cards6pADWD/stark/4-roose.png differ diff --git a/cards6pADWD/tyrell/0-margarey.png b/cards6pADWD/tyrell/0-margarey.png new file mode 100644 index 0000000..a34ab4c Binary files /dev/null and b/cards6pADWD/tyrell/0-margarey.png differ diff --git a/cards6pADWD/tyrell/1-paxter.png b/cards6pADWD/tyrell/1-paxter.png new file mode 100644 index 0000000..4287d95 Binary files /dev/null and b/cards6pADWD/tyrell/1-paxter.png differ diff --git a/cards6pADWD/tyrell/1-qot.png b/cards6pADWD/tyrell/1-qot.png new file mode 100644 index 0000000..a9b9562 Binary files /dev/null and b/cards6pADWD/tyrell/1-qot.png differ diff --git a/cards6pADWD/tyrell/2-serjon.png b/cards6pADWD/tyrell/2-serjon.png new file mode 100644 index 0000000..cdace90 Binary files /dev/null and b/cards6pADWD/tyrell/2-serjon.png differ diff --git a/cards6pADWD/tyrell/2-willas.png b/cards6pADWD/tyrell/2-willas.png new file mode 100644 index 0000000..7b7b508 Binary files /dev/null and b/cards6pADWD/tyrell/2-willas.png differ diff --git a/cards6pADWD/tyrell/3-randell.png b/cards6pADWD/tyrell/3-randell.png new file mode 100644 index 0000000..74ccb29 Binary files /dev/null and b/cards6pADWD/tyrell/3-randell.png differ diff --git a/cards6pADWD/tyrell/4-mace.png b/cards6pADWD/tyrell/4-mace.png new file mode 100644 index 0000000..44857a3 Binary files /dev/null and b/cards6pADWD/tyrell/4-mace.png differ