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/i18n/index.cjs +27 -1
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.global.js +27 -1
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +27 -1
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +27 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +27 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +27 -1
- package/dist/index.js.map +1 -1
- package/moves/articuno_s11.png +0 -0
- package/moves/articuno_s21.png +0 -0
- package/package.json +1 -1
- package/pokemons/roster-articuno-2x.png +0 -0
- package/pokemons/roster-articuno.png +0 -0
- package/pokemons/stat-articuno.png +0 -0
package/dist/index.js
CHANGED
|
@@ -678,6 +678,31 @@ var pokemons = [
|
|
|
678
678
|
],
|
|
679
679
|
"difficulty": 1
|
|
680
680
|
},
|
|
681
|
+
{
|
|
682
|
+
"name": "Articuno",
|
|
683
|
+
"dex": 144,
|
|
684
|
+
"images": {
|
|
685
|
+
"main": "pokemons/roster-articuno.png",
|
|
686
|
+
"big": "pokemons/roster-articuno-2x.png",
|
|
687
|
+
"complete": "pokemons/stat-articuno.png",
|
|
688
|
+
"move_s11": "moves/articuno_s11.png",
|
|
689
|
+
"move_s21": "moves/articuno_s21.png"
|
|
690
|
+
},
|
|
691
|
+
"active": true,
|
|
692
|
+
"battleType": BattleType.DEFENDER,
|
|
693
|
+
"stats": {
|
|
694
|
+
"offense": 2,
|
|
695
|
+
"endurance": 4,
|
|
696
|
+
"mobility": 1,
|
|
697
|
+
"scoring": 2,
|
|
698
|
+
"support": 4
|
|
699
|
+
},
|
|
700
|
+
"tags": [
|
|
701
|
+
Tag.DEFENDER,
|
|
702
|
+
Tag.RANGED
|
|
703
|
+
],
|
|
704
|
+
"difficulty": 1
|
|
705
|
+
},
|
|
681
706
|
{
|
|
682
707
|
"name": "Zapdos",
|
|
683
708
|
"dex": 145,
|
|
@@ -1806,7 +1831,8 @@ var pokemons = [
|
|
|
1806
1831
|
"complete": "pokemons/stat-dhelmise.png",
|
|
1807
1832
|
"move_s11": "moves/dhelmise_s11.png",
|
|
1808
1833
|
"move_s12": "moves/dhelmise_s12.png",
|
|
1809
|
-
"move_s21": "moves/dhelmise_s21.png"
|
|
1834
|
+
"move_s21": "moves/dhelmise_s21.png",
|
|
1835
|
+
"move_s22": "moves/dhelmise_s22.png"
|
|
1810
1836
|
},
|
|
1811
1837
|
"active": true,
|
|
1812
1838
|
"battleType": BattleType.ALLROUNDER,
|