unite-lib 1.0.3 → 1.1.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/LICENSE +21 -21
- package/README.md +239 -203
- package/dist/i18n/index.cjs +28 -3
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.d.cts +1 -2
- package/dist/i18n/index.d.ts +1 -2
- package/dist/i18n/index.global.js +28 -3
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +28 -3
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +28 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +28 -3
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +28 -3
- package/dist/index.js.map +1 -1
- package/moves/moltres_s11.png +0 -0
- package/moves/moltres_s21.png +0 -0
- package/package.json +66 -47
- package/pokemons/roster-moltres-2x.png +0 -0
- package/pokemons/roster-moltres.png +0 -0
- package/pokemons/stat-moltres.png +0 -0
package/dist/index.cjs
CHANGED
|
@@ -741,6 +741,31 @@ var pokemons = [
|
|
|
741
741
|
],
|
|
742
742
|
"difficulty": 1
|
|
743
743
|
},
|
|
744
|
+
{
|
|
745
|
+
"name": "Moltres",
|
|
746
|
+
"dex": 146,
|
|
747
|
+
"images": {
|
|
748
|
+
"main": "pokemons/roster-moltres.png",
|
|
749
|
+
"big": "pokemons/roster-moltres-2x.png",
|
|
750
|
+
"complete": "pokemons/stat-moltres.png",
|
|
751
|
+
"move_s11": "moves/moltres_s11.png",
|
|
752
|
+
"move_s21": "moves/moltres_s21.png"
|
|
753
|
+
},
|
|
754
|
+
"active": true,
|
|
755
|
+
"battleType": BattleType.ALLROUNDER,
|
|
756
|
+
"stats": {
|
|
757
|
+
"offense": 4,
|
|
758
|
+
"endurance": 2.5,
|
|
759
|
+
"mobility": 2,
|
|
760
|
+
"scoring": 2,
|
|
761
|
+
"support": 2
|
|
762
|
+
},
|
|
763
|
+
"tags": [
|
|
764
|
+
Tag.ALLROUNDER,
|
|
765
|
+
Tag.MELEE
|
|
766
|
+
],
|
|
767
|
+
"difficulty": 2
|
|
768
|
+
},
|
|
744
769
|
{
|
|
745
770
|
"name": "Dragonite",
|
|
746
771
|
"dex": 149,
|
|
@@ -769,7 +794,7 @@ var pokemons = [
|
|
|
769
794
|
"difficulty": 1
|
|
770
795
|
},
|
|
771
796
|
{
|
|
772
|
-
"name": "Mewtwo X",
|
|
797
|
+
"name": "Mega Mewtwo X",
|
|
773
798
|
"dex": 150,
|
|
774
799
|
"images": {
|
|
775
800
|
"main": "pokemons/roster-mewtwox.png",
|
|
@@ -796,7 +821,7 @@ var pokemons = [
|
|
|
796
821
|
"difficulty": 1
|
|
797
822
|
},
|
|
798
823
|
{
|
|
799
|
-
"name": "Mewtwo Y",
|
|
824
|
+
"name": "Mega Mewtwo Y",
|
|
800
825
|
"dex": 150,
|
|
801
826
|
"images": {
|
|
802
827
|
"main": "pokemons/roster-mewtwoy.png",
|
|
@@ -2466,7 +2491,7 @@ for (const p of pokemons_default) {
|
|
|
2466
2491
|
var en_default = names;
|
|
2467
2492
|
|
|
2468
2493
|
// src/i18n/pt-BR.ts
|
|
2469
|
-
var ptBR = { ...en_default
|
|
2494
|
+
var ptBR = { ...en_default };
|
|
2470
2495
|
var pt_BR_default = ptBR;
|
|
2471
2496
|
|
|
2472
2497
|
// src/i18n/ja-JP.ts
|