Booster selection.

This commit is contained in:
marcins78@gmail.com
2012-01-14 17:54:30 +00:00
parent 711ed1ee15
commit 595f675e2d
6 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
FotR - Booster
MoM - Booster
RotEL - Booster
TTT - Booster
BoHD - Booster
EoF - Booster

View File

@@ -1,2 +0,0 @@
1x(S)TTT - Starter
6xTTT - Booster

View File

@@ -19,4 +19,4 @@ BoHD - Legolas Starter
EoF - Faramir Starter
EoF - Witch-king Starter
(S)TTT - Starter
TTT - League
(S)Booster Choice

View File

@@ -36,10 +36,10 @@ public class PacksStorageProvider implements Injectable<PacksStorage>, Injectabl
try {
PacksStorage packStorage = new PacksStorage();
packStorage.addPackBox("FotR - League Starter", new LeagueStarterBox());
packStorage.addPackBox("TTT - League", new FixedPackBox("TTT - League"));
packStorage.addPackBox("(S)FotR - Tengwar", new FixedPackBox("(S)FotR - Tengwar"));
packStorage.addPackBox("(S)TTT - Starter", new FixedPackBox("(S)TTT - Starter"));
packStorage.addPackBox("(S)Booster Choice", new FixedPackBox("(S)Booster Choice"));
packStorage.addPackBox("FotR - Gandalf Starter", new FixedPackBox("FotR - Gandalf Starter"));
packStorage.addPackBox("FotR - Aragorn Starter", new FixedPackBox("FotR - Aragorn Starter"));

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -3,6 +3,7 @@ var cardScale = 357 / 497;
var packBlueprints = {
"(S)FotR - Tengwar": "/gemp-lotr/images/boosters/fotr_tengwar_selection.png",
"(S)TTT - Starter": "/gemp-lotr/images/boosters/ttt_starter_selection.png",
"(S)Booster Choice": "/gemp-lotr/images/boosters/booster_selection.png",
"FotR - League Starter": "/gemp-lotr/images/boosters/fotr_league_starter.png",