unite-lib 1.0.2 → 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 +56 -4
- 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 +56 -4
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +56 -4
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +56 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +56 -4
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +56 -4
- package/dist/index.js.map +1 -1
- package/moves/moltres_s11.png +0 -0
- package/moves/moltres_s21.png +0 -0
- package/moves/zapdos_s11.png +0 -0
- package/moves/zapdos_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/roster-zapdos-2x.png +0 -0
- package/pokemons/roster-zapdos.png +0 -0
- package/pokemons/stat-moltres.png +0 -0
- package/pokemons/stat-zapdos.png +0 -0
package/dist/index.cjs
CHANGED
|
@@ -716,6 +716,56 @@ var pokemons = [
|
|
|
716
716
|
],
|
|
717
717
|
"difficulty": 1
|
|
718
718
|
},
|
|
719
|
+
{
|
|
720
|
+
"name": "Zapdos",
|
|
721
|
+
"dex": 145,
|
|
722
|
+
"images": {
|
|
723
|
+
"main": "pokemons/roster-zapdos.png",
|
|
724
|
+
"big": "pokemons/roster-zapdos-2x.png",
|
|
725
|
+
"complete": "pokemons/stat-zapdos.png",
|
|
726
|
+
"move_s11": "moves/zapdos_s11.png",
|
|
727
|
+
"move_s21": "moves/zapdos_s21.png"
|
|
728
|
+
},
|
|
729
|
+
"active": true,
|
|
730
|
+
"battleType": BattleType.ATTACKER,
|
|
731
|
+
"stats": {
|
|
732
|
+
"offense": 5,
|
|
733
|
+
"endurance": 2,
|
|
734
|
+
"mobility": 1,
|
|
735
|
+
"scoring": 2,
|
|
736
|
+
"support": 2
|
|
737
|
+
},
|
|
738
|
+
"tags": [
|
|
739
|
+
Tag.ATTACKER,
|
|
740
|
+
Tag.RANGED
|
|
741
|
+
],
|
|
742
|
+
"difficulty": 1
|
|
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
|
+
},
|
|
719
769
|
{
|
|
720
770
|
"name": "Dragonite",
|
|
721
771
|
"dex": 149,
|
|
@@ -744,7 +794,7 @@ var pokemons = [
|
|
|
744
794
|
"difficulty": 1
|
|
745
795
|
},
|
|
746
796
|
{
|
|
747
|
-
"name": "Mewtwo X",
|
|
797
|
+
"name": "Mega Mewtwo X",
|
|
748
798
|
"dex": 150,
|
|
749
799
|
"images": {
|
|
750
800
|
"main": "pokemons/roster-mewtwox.png",
|
|
@@ -771,7 +821,7 @@ var pokemons = [
|
|
|
771
821
|
"difficulty": 1
|
|
772
822
|
},
|
|
773
823
|
{
|
|
774
|
-
"name": "Mewtwo Y",
|
|
824
|
+
"name": "Mega Mewtwo Y",
|
|
775
825
|
"dex": 150,
|
|
776
826
|
"images": {
|
|
777
827
|
"main": "pokemons/roster-mewtwoy.png",
|
|
@@ -1794,8 +1844,7 @@ var pokemons = [
|
|
|
1794
1844
|
"complete": "pokemons/stat-dhelmise.png",
|
|
1795
1845
|
"move_s11": "moves/dhelmise_s11.png",
|
|
1796
1846
|
"move_s12": "moves/dhelmise_s12.png",
|
|
1797
|
-
"move_s21": "moves/dhelmise_s21.png"
|
|
1798
|
-
"move_s22": "moves/dhelmise_s22.png"
|
|
1847
|
+
"move_s21": "moves/dhelmise_s21.png"
|
|
1799
1848
|
},
|
|
1800
1849
|
"active": true,
|
|
1801
1850
|
"battleType": BattleType.ALLROUNDER,
|
|
@@ -2472,6 +2521,7 @@ var jaJP = {
|
|
|
2472
2521
|
lapras: "\u30E9\u30D7\u30E9\u30B9",
|
|
2473
2522
|
vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
|
|
2474
2523
|
snorlax: "\u30AB\u30D3\u30B4\u30F3",
|
|
2524
|
+
zapdos: "\u30B5\u30F3\u30C0\u30FC",
|
|
2475
2525
|
dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
|
|
2476
2526
|
mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2477
2527
|
mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
|
|
@@ -2563,6 +2613,7 @@ var fr = {
|
|
|
2563
2613
|
lapras: "Lokhlass",
|
|
2564
2614
|
vaporeon: "Aquali",
|
|
2565
2615
|
snorlax: "Ronflex",
|
|
2616
|
+
zapdos: "\xC9lecthor",
|
|
2566
2617
|
dragonite: "Dracolosse",
|
|
2567
2618
|
mewtwox: "M\xE9ga-Mewtwo X",
|
|
2568
2619
|
mewtwoy: "M\xE9ga-Mewtwo Y",
|
|
@@ -2654,6 +2705,7 @@ var es = {
|
|
|
2654
2705
|
lapras: "Lapras",
|
|
2655
2706
|
vaporeon: "Vaporeon",
|
|
2656
2707
|
snorlax: "Snorlax",
|
|
2708
|
+
zapdos: "Zapdos",
|
|
2657
2709
|
dragonite: "Dragonite",
|
|
2658
2710
|
mewtwox: "Mega-Mewtwo X",
|
|
2659
2711
|
mewtwoy: "Mega-Mewtwo Y",
|