Format rules
This commit is contained in:
@@ -44,7 +44,7 @@ public class HallServer extends AbstractServer {
|
||||
_chatServer.createChatRoom("Game Hall");
|
||||
|
||||
addFormat("fotr_block", "Fellowship block", "default", new FotRBlockFormat(_lotroServer.getLotroCardBlueprintLibrary()));
|
||||
addFormat("ttt_block", "The Two Towers block", "default", new TTTBlockFormat(_lotroServer.getLotroCardBlueprintLibrary()));
|
||||
addFormat("ttt_block", "Two Towers block", "default", new TTTBlockFormat(_lotroServer.getLotroCardBlueprintLibrary()));
|
||||
addFormat("whatever", "Format for testing", "default", new FreeFormat(_lotroServer.getLotroCardBlueprintLibrary()));
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>16 Oct. 2011</b>
|
||||
- Finished adding "The Two Towers" (04) set
|
||||
- Added "The Two Towers block" format to Game Hall
|
||||
- Added "Two Towers block" format to Game Hall
|
||||
|
||||
<b>15 Oct. 2011</b>
|
||||
- Permanents will no longer highlight in hand, if they have Response action on them
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<li>there is no X-list,</li>
|
||||
<li>R-list has one card - <i>Forces of Mordor</i>.</li>
|
||||
</ul>
|
||||
<b>The Two Towers block</b>
|
||||
<b>Two Towers block</b>
|
||||
<ul>
|
||||
<li>cards from sets 04-06 are legal,</li>
|
||||
<li>sites from The Two Towers block are used,</li>
|
||||
|
||||
Reference in New Issue
Block a user