unite-lib 1.0.2 → 1.0.3
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/README.md +5 -5
- package/dist/i18n/index.cjs +30 -3
- package/dist/i18n/index.cjs.map +1 -1
- package/dist/i18n/index.global.js +30 -3
- package/dist/i18n/index.global.js.map +1 -1
- package/dist/i18n/index.js +30 -3
- package/dist/i18n/index.js.map +1 -1
- package/dist/index.cjs +30 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +30 -3
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +30 -3
- package/dist/index.js.map +1 -1
- package/moves/zapdos_s11.png +0 -0
- package/moves/zapdos_s21.png +0 -0
- package/package.json +1 -1
- package/pokemons/roster-zapdos-2x.png +0 -0
- package/pokemons/roster-zapdos.png +0 -0
- package/pokemons/stat-zapdos.png +0 -0
package/README.md
CHANGED
|
@@ -70,9 +70,9 @@ Roster icons and stat images for the full active roster.
|
|
|
70
70
|
|
|
71
71
|
| Roster example | Stats example |
|
|
72
72
|
|----------------|----------------|
|
|
73
|
-
|  |  |
|
|
74
|
-
|  |  |
|
|
75
|
-
|  |  |
|
|
73
|
+
|  |  |
|
|
74
|
+
|  |  |
|
|
75
|
+
|  |  |
|
|
76
76
|
|
|
77
77
|
### Moves
|
|
78
78
|
|
|
@@ -80,13 +80,13 @@ Move images (slot 1 and 2, variants 1 and 2) per Pokémon.
|
|
|
80
80
|
|
|
81
81
|
| Slot 1.1 | Slot 1.2 | Slot 2.1 | Slot 2.2 |
|
|
82
82
|
|----------|----------|----------|----------|
|
|
83
|
-
|  |  |  |  |
|
|
83
|
+
|  |  |  |  |
|
|
84
84
|
|
|
85
85
|
### Maps
|
|
86
86
|
|
|
87
87
|
Game map images (Remoat Stadium, Theia Sky Ruins, Mer Stadium, etc.).
|
|
88
88
|
|
|
89
|
-

|
|
89
|
+

|
|
90
90
|
|
|
91
91
|
---
|
|
92
92
|
|
package/dist/i18n/index.cjs
CHANGED
|
@@ -709,6 +709,31 @@ var pokemons = [
|
|
|
709
709
|
],
|
|
710
710
|
"difficulty": 1
|
|
711
711
|
},
|
|
712
|
+
{
|
|
713
|
+
"name": "Zapdos",
|
|
714
|
+
"dex": 145,
|
|
715
|
+
"images": {
|
|
716
|
+
"main": "pokemons/roster-zapdos.png",
|
|
717
|
+
"big": "pokemons/roster-zapdos-2x.png",
|
|
718
|
+
"complete": "pokemons/stat-zapdos.png",
|
|
719
|
+
"move_s11": "moves/zapdos_s11.png",
|
|
720
|
+
"move_s21": "moves/zapdos_s21.png"
|
|
721
|
+
},
|
|
722
|
+
"active": true,
|
|
723
|
+
"battleType": BattleType.ATTACKER,
|
|
724
|
+
"stats": {
|
|
725
|
+
"offense": 5,
|
|
726
|
+
"endurance": 2,
|
|
727
|
+
"mobility": 1,
|
|
728
|
+
"scoring": 2,
|
|
729
|
+
"support": 2
|
|
730
|
+
},
|
|
731
|
+
"tags": [
|
|
732
|
+
Tag.ATTACKER,
|
|
733
|
+
Tag.RANGED
|
|
734
|
+
],
|
|
735
|
+
"difficulty": 1
|
|
736
|
+
},
|
|
712
737
|
{
|
|
713
738
|
"name": "Dragonite",
|
|
714
739
|
"dex": 149,
|
|
@@ -1787,8 +1812,7 @@ var pokemons = [
|
|
|
1787
1812
|
"complete": "pokemons/stat-dhelmise.png",
|
|
1788
1813
|
"move_s11": "moves/dhelmise_s11.png",
|
|
1789
1814
|
"move_s12": "moves/dhelmise_s12.png",
|
|
1790
|
-
"move_s21": "moves/dhelmise_s21.png"
|
|
1791
|
-
"move_s22": "moves/dhelmise_s22.png"
|
|
1815
|
+
"move_s21": "moves/dhelmise_s21.png"
|
|
1792
1816
|
},
|
|
1793
1817
|
"active": true,
|
|
1794
1818
|
"battleType": BattleType.ALLROUNDER,
|
|
@@ -2359,7 +2383,7 @@ for (const p of pokemons_default) {
|
|
|
2359
2383
|
var en_default = names;
|
|
2360
2384
|
|
|
2361
2385
|
// src/i18n/pt-BR.ts
|
|
2362
|
-
var ptBR = { ...en_default };
|
|
2386
|
+
var ptBR = { ...en_default, zapdos: "Zapdos" };
|
|
2363
2387
|
var pt_BR_default = ptBR;
|
|
2364
2388
|
|
|
2365
2389
|
// src/i18n/ja-JP.ts
|
|
@@ -2389,6 +2413,7 @@ var jaJP = {
|
|
|
2389
2413
|
lapras: "\u30E9\u30D7\u30E9\u30B9",
|
|
2390
2414
|
vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
|
|
2391
2415
|
snorlax: "\u30AB\u30D3\u30B4\u30F3",
|
|
2416
|
+
zapdos: "\u30B5\u30F3\u30C0\u30FC",
|
|
2392
2417
|
dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
|
|
2393
2418
|
mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
|
|
2394
2419
|
mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
|
|
@@ -2480,6 +2505,7 @@ var fr = {
|
|
|
2480
2505
|
lapras: "Lokhlass",
|
|
2481
2506
|
vaporeon: "Aquali",
|
|
2482
2507
|
snorlax: "Ronflex",
|
|
2508
|
+
zapdos: "\xC9lecthor",
|
|
2483
2509
|
dragonite: "Dracolosse",
|
|
2484
2510
|
mewtwox: "M\xE9ga-Mewtwo X",
|
|
2485
2511
|
mewtwoy: "M\xE9ga-Mewtwo Y",
|
|
@@ -2571,6 +2597,7 @@ var es = {
|
|
|
2571
2597
|
lapras: "Lapras",
|
|
2572
2598
|
vaporeon: "Vaporeon",
|
|
2573
2599
|
snorlax: "Snorlax",
|
|
2600
|
+
zapdos: "Zapdos",
|
|
2574
2601
|
dragonite: "Dragonite",
|
|
2575
2602
|
mewtwox: "Mega-Mewtwo X",
|
|
2576
2603
|
mewtwoy: "Mega-Mewtwo Y",
|