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.
package/dist/index.cjs CHANGED
@@ -731,6 +731,31 @@ var pokemons = [
731
731
  ],
732
732
  "difficulty": 1
733
733
  },
734
+ {
735
+ "name": "Articuno",
736
+ "dex": 144,
737
+ "images": {
738
+ "main": "pokemons/roster-articuno.png",
739
+ "big": "pokemons/roster-articuno-2x.png",
740
+ "complete": "pokemons/stat-articuno.png",
741
+ "move_s11": "moves/articuno_s11.png",
742
+ "move_s21": "moves/articuno_s21.png"
743
+ },
744
+ "active": true,
745
+ "battleType": BattleType.DEFENDER,
746
+ "stats": {
747
+ "offense": 2,
748
+ "endurance": 4,
749
+ "mobility": 1,
750
+ "scoring": 2,
751
+ "support": 4
752
+ },
753
+ "tags": [
754
+ Tag.DEFENDER,
755
+ Tag.RANGED
756
+ ],
757
+ "difficulty": 1
758
+ },
734
759
  {
735
760
  "name": "Zapdos",
736
761
  "dex": 145,
@@ -1859,7 +1884,8 @@ var pokemons = [
1859
1884
  "complete": "pokemons/stat-dhelmise.png",
1860
1885
  "move_s11": "moves/dhelmise_s11.png",
1861
1886
  "move_s12": "moves/dhelmise_s12.png",
1862
- "move_s21": "moves/dhelmise_s21.png"
1887
+ "move_s21": "moves/dhelmise_s21.png",
1888
+ "move_s22": "moves/dhelmise_s22.png"
1863
1889
  },
1864
1890
  "active": true,
1865
1891
  "battleType": BattleType.ALLROUNDER,