Adding Fellowship block starter selections.

This commit is contained in:
marcins78@gmail.com
2012-02-07 21:14:39 +00:00
parent 3c713a550b
commit cb090166e5
6 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
1xFotR - Gandalf Starter
1xFotR - Aragorn Starter

View File

@@ -0,0 +1,2 @@
1xMoM - Gandalf Starter
1xMoM - Gimli Starter

View File

@@ -0,0 +1,2 @@
1xRotEL - Boromir Starter
1xRotEL - Legolas Starter

View File

@@ -21,4 +21,7 @@ EoF - Witch-king Starter
(S)TTT - Starter
(S)Booster Choice
(S)BoHD - Starter
(S)EoF - Starter
(S)EoF - Starter
(S)FotR - Starter
(S)MoM - Starter
(S)RotEL - Starter

View File

@@ -37,10 +37,15 @@ public class PacksStorageProvider implements Injectable<PacksStorage>, Injectabl
PacksStorage packStorage = new PacksStorage();
packStorage.addPackBox("FotR - League Starter", new LeagueStarterBox());
packStorage.addPackBox("(S)FotR - Tengwar", new FixedPackBox("(S)FotR - Tengwar"));
packStorage.addPackBox("(S)FotR - Starter", new FixedPackBox("(S)FotR - Starter"));
packStorage.addPackBox("(S)MoM - Starter", new FixedPackBox("(S)MoM - Starter"));
packStorage.addPackBox("(S)RotEL - Starter", new FixedPackBox("(S)RotEL - Starter"));
packStorage.addPackBox("(S)TTT - Starter", new FixedPackBox("(S)TTT - Starter"));
packStorage.addPackBox("(S)BoHD - Starter", new FixedPackBox("(S)BoHD - Starter"));
packStorage.addPackBox("(S)EoF - Starter", new FixedPackBox("(S)EoF - Starter"));
packStorage.addPackBox("(S)FotR - Tengwar", new FixedPackBox("(S)FotR - Tengwar"));
packStorage.addPackBox("(S)Booster Choice", new FixedPackBox("(S)Booster Choice"));
packStorage.addPackBox("FotR - Gandalf Starter", new FixedPackBox("FotR - Gandalf Starter"));

View File

@@ -8,10 +8,15 @@ var fixedImages = {
};
var packBlueprints = {
"(S)FotR - Tengwar": "/gemp-lotr/images/boosters/fotr_tengwar_selection.png",
"(S)FotR - Starter": "/gemp-lotr/images/boosters/fotr_starter_selection.png",
"(S)MoM - Starter": "/gemp-lotr/images/boosters/mom_starter_selection.png",
"(S)RotEL - Starter": "/gemp-lotr/images/boosters/rotel_starter_selection.png",
"(S)TTT - Starter": "/gemp-lotr/images/boosters/ttt_starter_selection.png",
"(S)BoHD - Starter": "/gemp-lotr/images/boosters/bohd_starter_selection.png",
"(S)EoF - Starter": "/gemp-lotr/images/boosters/eof_starter_selection.png",
"(S)FotR - Tengwar": "/gemp-lotr/images/boosters/fotr_tengwar_selection.png",
"(S)Booster Choice": "/gemp-lotr/images/boosters/booster_selection.png",
"FotR - League Starter": "/gemp-lotr/images/boosters/fotr_league_starter.png",