Ejemplo n.º 1
0
        public EncounterAtAmonDinProduct()
            : base("Encounter at Amon Dîn", "MEC20", ImageType.Png)
        {
            RulesUrl = "http://www.fantasyflightgames.com/ffg_content/lotr-lcg/support/rulesheets/rulesheet-encounter-at-amon-din.pdf";

            CardSets.Add(CardSet.EncounterAtAmonDin);
        }
Ejemplo n.º 2
0
        public TheDruadanForestProduct()
            : base("The Drúadan Forest", "MEC19", ImageType.Png)
        {
            RulesUrl = "http://www.fantasyflightgames.com/ffg_content/lotr-lcg/support/rulesheets/MEC19-the-druadan-forest-rulesheet.pdf";

            CardSets.Add(CardSet.TheDruadanForest);
        }
Ejemplo n.º 3
0
 public TheHobbitOnTheDoorstepNightmareProduct()
     : base("The Hobbit: On The Doorstep Nightmare Decks", "MEN18", ImageType.Jpg)
 {
     IsPremier = true;
     CardSets.Add(CardSet.FliesAndSpidersNightmare);
     CardSets.Add(CardSet.TheLonelyMountainNightmare);
     CardSets.Add(CardSet.TheBattleOfFiveArmiesNightmare);
 }
 public TheHobbitOverHillAndUnderHillNightmareProduct()
     : base("The Hobbit: Over Hill and Under Hill Nightmare Decks", "MEN17", ImageType.Jpg)
 {
     IsPremier = true;
     CardSets.Add(CardSet.WeMustAwayEreBreakOfDayNightmare);
     CardSets.Add(CardSet.OverTheMistyMountainsGrimNightmare);
     CardSets.Add(CardSet.DungeonsDeepAndCavernsDimNightmare);
 }
 public HeirsOfNumenorNightmareProduct()
     : base("Heirs of Númenor Nightmare Decks", "MEN21", ImageType.Jpg)
 {
     IsPremier     = true;
     IsNewSubGroup = true;
     CardSets.Add(CardSet.PerilInPelargirNightmare);
     CardSets.Add(CardSet.IntoIthilienNightmare);
     CardSets.Add(CardSet.TheSiegeOfCairAndrosNightmare);
 }
Ejemplo n.º 6
0
        /// <summary>
        ///
        /// </summary>
        public void AddSet()
        {
            CardSetModelView newSet = new CardSetModelView();

            newSet.ResetToDefaultSet();
            CardSets.Add(newSet);
            NotifyPropertyChanged("CardSets");
            NotifyPropertyChanged("ObservableCardSets");
        }
        public KhazadDumNightmareProduct()
            : base("Khazad-dûm Nightmare Decks", "MEN10", ImageType.Png)
        {
            IsPremier = true;

            CardSets.Add(CardSet.IntoThePitNightmare);
            CardSets.Add(CardSet.TheSeventhLevelNightmare);
            CardSets.Add(CardSet.FlightFromMoriaNightmare);
        }
 private async Task ReceiveEditSetMessage(CardSetModel editedSet)
 {
     if (!CardSets.Contains(editedSet))
     {
         CardSets.Add(editedSet);
         await Task.Run(() => DataAccess.AddNewCardSet_UWP(editedSet));
     }
     else
     {
         await Task.Run(() => DataAccess.EditCardSet_UWP(editedSet));
     }
 }
Ejemplo n.º 9
0
 public FirstAgeProduct()
     : base("First Age", "FA01", ImageType.Jpg)
 {
     CardSets.Add(CardSet.FirstAge);
 }
Ejemplo n.º 10
0
 public TheOldForestProduct()
     : base("The Old Forest", "MEC37", ImageType.Jpg)
 {
     CardSets.Add(new Sets.TheOldForest());
 }
Ejemplo n.º 11
0
 public ReturnToMirkwoodNightmareProduct()
     : base("Return to Mirkwood Nightmare Deck", "MEN09", ImageType.Jpg)
 {
     CardSets.Add(CardSet.ReturnToMirkwoodNightmare);
 }
 public TheMassingAtOsgiliathProduct()
     : base("The Massing at Osgiliath GenCon 2011", "MEC15", ImageType.Jpg)
 {
     CardSets.Add(CardSet.TheMassingAtOsgiliath);
 }
 public FogOnTheBarrowDownsProduct()
     : base("Fog on the Barrow-downs", "MEC36", ImageType.Jpg)
 {
     CardSets.Add(CardSet.FogOnTheBarrowDowns);
 }
Ejemplo n.º 14
0
 public FoundationsOfStoneNightmareProduct()
     : base("Foundations of Stone Nightmare Deck", "MEN15", ImageType.Jpg)
 {
     CardSets.Add(CardSet.FoundationsOfStoneNightmare);
 }
 public TheRoadDarkensProduct()
     : base("The Road Darkens", "MEC34", ImageType.Png)
 {
     CardSets.Add(CardSet.TheRoadDarkens);
 }
 public AJourneyToRhosgobelNightmareProduct()
     : base("A Joureny to Rhosgobel Nightmare Deck", "MEN06", ImageType.Jpg)
 {
     CardSets.Add(CardSet.AJourneyToRhosgobelNightmare);
 }
 public TheStewardsFearNightmareProduct()
     : base("The Steward's Fear Nightmare Deck", "MEN22", ImageType.Jpg)
 {
     CardSets.Add(CardSet.TheStewardsFearNightmare);
 }
 public TheNinInEilphProduct()
     : base("The Nîn-in-Eilph", "MEC29", ImageType.Png)
 {
     CardSets.Add(CardSet.NinInEilph);
 }
Ejemplo n.º 19
0
 public TheWatcherInTheWaterNightmareProduct()
     : base("The Watcher in the Water Nightmare Deck", "MEN13", ImageType.Jpg)
 {
     CardSets.Add(CardSet.TheWatcherInTheWaterNightmare);
 }
Ejemplo n.º 20
0
 public ShadowAndFlameNightmareProduct()
     : base("Shadow and Flame Nightmare Deck", "MEN16", ImageType.Jpg)
 {
     CardSets.Add(CardSet.ShadowAndFlameNightmare);
 }
 public TheBattleOfLakeTownProduct()
     : base("The Battle of Lake-town GenCon 2012", "MEC35", ImageType.Jpg)
 {
     CardSets.Add(CardSet.TheBattleOfLakeTown);
 }