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.js CHANGED
@@ -678,6 +678,31 @@ var pokemons = [
678
678
  ],
679
679
  "difficulty": 1
680
680
  },
681
+ {
682
+ "name": "Zapdos",
683
+ "dex": 145,
684
+ "images": {
685
+ "main": "pokemons/roster-zapdos.png",
686
+ "big": "pokemons/roster-zapdos-2x.png",
687
+ "complete": "pokemons/stat-zapdos.png",
688
+ "move_s11": "moves/zapdos_s11.png",
689
+ "move_s21": "moves/zapdos_s21.png"
690
+ },
691
+ "active": true,
692
+ "battleType": BattleType.ATTACKER,
693
+ "stats": {
694
+ "offense": 5,
695
+ "endurance": 2,
696
+ "mobility": 1,
697
+ "scoring": 2,
698
+ "support": 2
699
+ },
700
+ "tags": [
701
+ Tag.ATTACKER,
702
+ Tag.RANGED
703
+ ],
704
+ "difficulty": 1
705
+ },
681
706
  {
682
707
  "name": "Dragonite",
683
708
  "dex": 149,
@@ -1756,8 +1781,7 @@ var pokemons = [
1756
1781
  "complete": "pokemons/stat-dhelmise.png",
1757
1782
  "move_s11": "moves/dhelmise_s11.png",
1758
1783
  "move_s12": "moves/dhelmise_s12.png",
1759
- "move_s21": "moves/dhelmise_s21.png",
1760
- "move_s22": "moves/dhelmise_s22.png"
1784
+ "move_s21": "moves/dhelmise_s21.png"
1761
1785
  },
1762
1786
  "active": true,
1763
1787
  "battleType": BattleType.ALLROUNDER,
@@ -2404,7 +2428,7 @@ for (const p of pokemons_default) {
2404
2428
  var en_default = names;
2405
2429
 
2406
2430
  // src/i18n/pt-BR.ts
2407
- var ptBR = { ...en_default };
2431
+ var ptBR = { ...en_default, zapdos: "Zapdos" };
2408
2432
  var pt_BR_default = ptBR;
2409
2433
 
2410
2434
  // src/i18n/ja-JP.ts
@@ -2434,6 +2458,7 @@ var jaJP = {
2434
2458
  lapras: "\u30E9\u30D7\u30E9\u30B9",
2435
2459
  vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
2436
2460
  snorlax: "\u30AB\u30D3\u30B4\u30F3",
2461
+ zapdos: "\u30B5\u30F3\u30C0\u30FC",
2437
2462
  dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
2438
2463
  mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
2439
2464
  mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
@@ -2525,6 +2550,7 @@ var fr = {
2525
2550
  lapras: "Lokhlass",
2526
2551
  vaporeon: "Aquali",
2527
2552
  snorlax: "Ronflex",
2553
+ zapdos: "\xC9lecthor",
2528
2554
  dragonite: "Dracolosse",
2529
2555
  mewtwox: "M\xE9ga-Mewtwo X",
2530
2556
  mewtwoy: "M\xE9ga-Mewtwo Y",
@@ -2616,6 +2642,7 @@ var es = {
2616
2642
  lapras: "Lapras",
2617
2643
  vaporeon: "Vaporeon",
2618
2644
  snorlax: "Snorlax",
2645
+ zapdos: "Zapdos",
2619
2646
  dragonite: "Dragonite",
2620
2647
  mewtwox: "Mega-Mewtwo X",
2621
2648
  mewtwoy: "Mega-Mewtwo Y",