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/i18n/index.js
CHANGED
|
@@ -703,6 +703,31 @@ var pokemons = [
|
|
|
703
703
|
],
|
|
704
704
|
"difficulty": 1
|
|
705
705
|
},
|
|
706
|
+
{
|
|
707
|
+
"name": "Moltres",
|
|
708
|
+
"dex": 146,
|
|
709
|
+
"images": {
|
|
710
|
+
"main": "pokemons/roster-moltres.png",
|
|
711
|
+
"big": "pokemons/roster-moltres-2x.png",
|
|
712
|
+
"complete": "pokemons/stat-moltres.png",
|
|
713
|
+
"move_s11": "moves/moltres_s11.png",
|
|
714
|
+
"move_s21": "moves/moltres_s21.png"
|
|
715
|
+
},
|
|
716
|
+
"active": true,
|
|
717
|
+
"battleType": BattleType.ALLROUNDER,
|
|
718
|
+
"stats": {
|
|
719
|
+
"offense": 4,
|
|
720
|
+
"endurance": 2.5,
|
|
721
|
+
"mobility": 2,
|
|
722
|
+
"scoring": 2,
|
|
723
|
+
"support": 2
|
|
724
|
+
},
|
|
725
|
+
"tags": [
|
|
726
|
+
Tag.ALLROUNDER,
|
|
727
|
+
Tag.MELEE
|
|
728
|
+
],
|
|
729
|
+
"difficulty": 2
|
|
730
|
+
},
|
|
706
731
|
{
|
|
707
732
|
"name": "Dragonite",
|
|
708
733
|
"dex": 149,
|
|
@@ -731,7 +756,7 @@ var pokemons = [
|
|
|
731
756
|
"difficulty": 1
|
|
732
757
|
},
|
|
733
758
|
{
|
|
734
|
-
"name": "Mewtwo X",
|
|
759
|
+
"name": "Mega Mewtwo X",
|
|
735
760
|
"dex": 150,
|
|
736
761
|
"images": {
|
|
737
762
|
"main": "pokemons/roster-mewtwox.png",
|
|
@@ -758,7 +783,7 @@ var pokemons = [
|
|
|
758
783
|
"difficulty": 1
|
|
759
784
|
},
|
|
760
785
|
{
|
|
761
|
-
"name": "Mewtwo Y",
|
|
786
|
+
"name": "Mega Mewtwo Y",
|
|
762
787
|
"dex": 150,
|
|
763
788
|
"images": {
|
|
764
789
|
"main": "pokemons/roster-mewtwoy.png",
|
|
@@ -2352,7 +2377,7 @@ for (const p of pokemons_default) {
|
|
|
2352
2377
|
var en_default = names;
|
|
2353
2378
|
|
|
2354
2379
|
// src/i18n/pt-BR.ts
|
|
2355
|
-
var ptBR = { ...en_default
|
|
2380
|
+
var ptBR = { ...en_default };
|
|
2356
2381
|
var pt_BR_default = ptBR;
|
|
2357
2382
|
|
|
2358
2383
|
// src/i18n/ja-JP.ts
|