unite-lib 1.4.2 → 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,
@@ -1842,7 +1867,8 @@ var pokemons = [
1842
1867
  "complete": "pokemons/stat-dhelmise.png",
1843
1868
  "move_s11": "moves/dhelmise_s11.png",
1844
1869
  "move_s12": "moves/dhelmise_s12.png",
1845
- "move_s21": "moves/dhelmise_s21.png"
1870
+ "move_s21": "moves/dhelmise_s21.png",
1871
+ "move_s22": "moves/dhelmise_s22.png"
1846
1872
  },
1847
1873
  "active": true,
1848
1874
  "battleType": BattleType.ALLROUNDER,