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.
@@ -1,8 +1,7 @@
1
1
  declare const names: Record<string, string>;
2
2
 
3
3
  /**
4
- * Portuguese (Brazil) names. Falls back to English for unmapped entries.
5
- * Add or override keys as needed.
4
+ * Portuguese (Brazil). Same as English for Pokémon names; override here only when pt-BR differs.
6
5
  */
7
6
  declare const ptBR: Record<string, string>;
8
7
 
@@ -1,8 +1,7 @@
1
1
  declare const names: Record<string, string>;
2
2
 
3
3
  /**
4
- * Portuguese (Brazil) names. Falls back to English for unmapped entries.
5
- * Add or override keys as needed.
4
+ * Portuguese (Brazil). Same as English for Pokémon names; override here only when pt-BR differs.
6
5
  */
7
6
  declare const ptBR: Record<string, string>;
8
7
 
@@ -709,6 +709,56 @@ var UniteLib = (() => {
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
+ },
737
+ {
738
+ "name": "Moltres",
739
+ "dex": 146,
740
+ "images": {
741
+ "main": "pokemons/roster-moltres.png",
742
+ "big": "pokemons/roster-moltres-2x.png",
743
+ "complete": "pokemons/stat-moltres.png",
744
+ "move_s11": "moves/moltres_s11.png",
745
+ "move_s21": "moves/moltres_s21.png"
746
+ },
747
+ "active": true,
748
+ "battleType": BattleType.ALLROUNDER,
749
+ "stats": {
750
+ "offense": 4,
751
+ "endurance": 2.5,
752
+ "mobility": 2,
753
+ "scoring": 2,
754
+ "support": 2
755
+ },
756
+ "tags": [
757
+ Tag.ALLROUNDER,
758
+ Tag.MELEE
759
+ ],
760
+ "difficulty": 2
761
+ },
712
762
  {
713
763
  "name": "Dragonite",
714
764
  "dex": 149,
@@ -737,7 +787,7 @@ var UniteLib = (() => {
737
787
  "difficulty": 1
738
788
  },
739
789
  {
740
- "name": "Mewtwo X",
790
+ "name": "Mega Mewtwo X",
741
791
  "dex": 150,
742
792
  "images": {
743
793
  "main": "pokemons/roster-mewtwox.png",
@@ -764,7 +814,7 @@ var UniteLib = (() => {
764
814
  "difficulty": 1
765
815
  },
766
816
  {
767
- "name": "Mewtwo Y",
817
+ "name": "Mega Mewtwo Y",
768
818
  "dex": 150,
769
819
  "images": {
770
820
  "main": "pokemons/roster-mewtwoy.png",
@@ -1787,8 +1837,7 @@ var UniteLib = (() => {
1787
1837
  "complete": "pokemons/stat-dhelmise.png",
1788
1838
  "move_s11": "moves/dhelmise_s11.png",
1789
1839
  "move_s12": "moves/dhelmise_s12.png",
1790
- "move_s21": "moves/dhelmise_s21.png",
1791
- "move_s22": "moves/dhelmise_s22.png"
1840
+ "move_s21": "moves/dhelmise_s21.png"
1792
1841
  },
1793
1842
  "active": true,
1794
1843
  "battleType": BattleType.ALLROUNDER,
@@ -2389,6 +2438,7 @@ var UniteLib = (() => {
2389
2438
  lapras: "\u30E9\u30D7\u30E9\u30B9",
2390
2439
  vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
2391
2440
  snorlax: "\u30AB\u30D3\u30B4\u30F3",
2441
+ zapdos: "\u30B5\u30F3\u30C0\u30FC",
2392
2442
  dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
2393
2443
  mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
2394
2444
  mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
@@ -2480,6 +2530,7 @@ var UniteLib = (() => {
2480
2530
  lapras: "Lokhlass",
2481
2531
  vaporeon: "Aquali",
2482
2532
  snorlax: "Ronflex",
2533
+ zapdos: "\xC9lecthor",
2483
2534
  dragonite: "Dracolosse",
2484
2535
  mewtwox: "M\xE9ga-Mewtwo X",
2485
2536
  mewtwoy: "M\xE9ga-Mewtwo Y",
@@ -2571,6 +2622,7 @@ var UniteLib = (() => {
2571
2622
  lapras: "Lapras",
2572
2623
  vaporeon: "Vaporeon",
2573
2624
  snorlax: "Snorlax",
2625
+ zapdos: "Zapdos",
2574
2626
  dragonite: "Dragonite",
2575
2627
  mewtwox: "Mega-Mewtwo X",
2576
2628
  mewtwoy: "Mega-Mewtwo Y",