Changing format of the King league to Movie to accommodate for the Ulaire Enquea.
This commit is contained in:
@@ -15,7 +15,7 @@ public class SealedLeagueProduct {
|
||||
public SealedLeagueProduct() {
|
||||
createFellowshipBlock();
|
||||
createTowersBlock();
|
||||
createKingBlock();
|
||||
createMovieBlock();
|
||||
}
|
||||
|
||||
private void createFellowshipBlock() {
|
||||
@@ -76,7 +76,7 @@ public class SealedLeagueProduct {
|
||||
_collections.put("ttt_block", tttBlock);
|
||||
}
|
||||
|
||||
private void createKingBlock() {
|
||||
private void createMovieBlock() {
|
||||
List<CardCollection> kingBlock = new ArrayList<CardCollection>();
|
||||
|
||||
MutableCardCollection firstWeek = new DefaultCardCollection();
|
||||
@@ -106,7 +106,7 @@ public class SealedLeagueProduct {
|
||||
fourthWeek.addItem("MD - Booster", 2);
|
||||
kingBlock.add(fourthWeek);
|
||||
|
||||
_collections.put("king_block", kingBlock);
|
||||
_collections.put("movie", kingBlock);
|
||||
}
|
||||
|
||||
public CardCollection getCollectionForSerie(String format, int serieIndex) {
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
<select name="format">
|
||||
<option value="fotr_block">Fellowship block</option>
|
||||
<option value="ttt_block">Towers block</option>
|
||||
<option value="king_block">King block</option>
|
||||
<option value="movie">King (Movie) block</option>
|
||||
</select><br/>
|
||||
Series duration in days: <input type="text" name="serieDuration"><br/>
|
||||
Maximum matches in series: <input type="text" name="maxMatches"><br/>
|
||||
|
||||
Reference in New Issue
Block a user