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/dist/index.cjs CHANGED
@@ -716,6 +716,31 @@ 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
+ },
719
744
  {
720
745
  "name": "Dragonite",
721
746
  "dex": 149,
@@ -1794,8 +1819,7 @@ var pokemons = [
1794
1819
  "complete": "pokemons/stat-dhelmise.png",
1795
1820
  "move_s11": "moves/dhelmise_s11.png",
1796
1821
  "move_s12": "moves/dhelmise_s12.png",
1797
- "move_s21": "moves/dhelmise_s21.png",
1798
- "move_s22": "moves/dhelmise_s22.png"
1822
+ "move_s21": "moves/dhelmise_s21.png"
1799
1823
  },
1800
1824
  "active": true,
1801
1825
  "battleType": BattleType.ALLROUNDER,
@@ -2442,7 +2466,7 @@ for (const p of pokemons_default) {
2442
2466
  var en_default = names;
2443
2467
 
2444
2468
  // src/i18n/pt-BR.ts
2445
- var ptBR = { ...en_default };
2469
+ var ptBR = { ...en_default, zapdos: "Zapdos" };
2446
2470
  var pt_BR_default = ptBR;
2447
2471
 
2448
2472
  // src/i18n/ja-JP.ts
@@ -2472,6 +2496,7 @@ var jaJP = {
2472
2496
  lapras: "\u30E9\u30D7\u30E9\u30B9",
2473
2497
  vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
2474
2498
  snorlax: "\u30AB\u30D3\u30B4\u30F3",
2499
+ zapdos: "\u30B5\u30F3\u30C0\u30FC",
2475
2500
  dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
2476
2501
  mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
2477
2502
  mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
@@ -2563,6 +2588,7 @@ var fr = {
2563
2588
  lapras: "Lokhlass",
2564
2589
  vaporeon: "Aquali",
2565
2590
  snorlax: "Ronflex",
2591
+ zapdos: "\xC9lecthor",
2566
2592
  dragonite: "Dracolosse",
2567
2593
  mewtwox: "M\xE9ga-Mewtwo X",
2568
2594
  mewtwoy: "M\xE9ga-Mewtwo Y",
@@ -2654,6 +2680,7 @@ var es = {
2654
2680
  lapras: "Lapras",
2655
2681
  vaporeon: "Vaporeon",
2656
2682
  snorlax: "Snorlax",
2683
+ zapdos: "Zapdos",
2657
2684
  dragonite: "Dragonite",
2658
2685
  mewtwox: "Mega-Mewtwo X",
2659
2686
  mewtwoy: "Mega-Mewtwo Y",