unite-lib 1.4.3 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -714,6 +714,31 @@ var pokemons = [
714
714
  ],
715
715
  "difficulty": 1
716
716
  },
717
+ {
718
+ "name": "Articuno",
719
+ "dex": 144,
720
+ "images": {
721
+ "main": "pokemons/roster-articuno.png",
722
+ "big": "pokemons/roster-articuno-2x.png",
723
+ "complete": "pokemons/stat-articuno.png",
724
+ "move_s11": "moves/articuno_s11.png",
725
+ "move_s21": "moves/articuno_s21.png"
726
+ },
727
+ "active": true,
728
+ "battleType": BattleType.DEFENDER,
729
+ "stats": {
730
+ "offense": 2,
731
+ "endurance": 4,
732
+ "mobility": 1,
733
+ "scoring": 2,
734
+ "support": 4
735
+ },
736
+ "tags": [
737
+ Tag.DEFENDER,
738
+ Tag.RANGED
739
+ ],
740
+ "difficulty": 1
741
+ },
717
742
  {
718
743
  "name": "Zapdos",
719
744
  "dex": 145,