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/dist/index.js CHANGED
@@ -678,6 +678,56 @@ 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
+ },
706
+ {
707
+ "name": "Moltres",
708
+ "dex": 146,
709
+ "images": {
710
+ "main": "pokemons/roster-moltres.png",
711
+ "big": "pokemons/roster-moltres-2x.png",
712
+ "complete": "pokemons/stat-moltres.png",
713
+ "move_s11": "moves/moltres_s11.png",
714
+ "move_s21": "moves/moltres_s21.png"
715
+ },
716
+ "active": true,
717
+ "battleType": BattleType.ALLROUNDER,
718
+ "stats": {
719
+ "offense": 4,
720
+ "endurance": 2.5,
721
+ "mobility": 2,
722
+ "scoring": 2,
723
+ "support": 2
724
+ },
725
+ "tags": [
726
+ Tag.ALLROUNDER,
727
+ Tag.MELEE
728
+ ],
729
+ "difficulty": 2
730
+ },
681
731
  {
682
732
  "name": "Dragonite",
683
733
  "dex": 149,
@@ -706,7 +756,7 @@ var pokemons = [
706
756
  "difficulty": 1
707
757
  },
708
758
  {
709
- "name": "Mewtwo X",
759
+ "name": "Mega Mewtwo X",
710
760
  "dex": 150,
711
761
  "images": {
712
762
  "main": "pokemons/roster-mewtwox.png",
@@ -733,7 +783,7 @@ var pokemons = [
733
783
  "difficulty": 1
734
784
  },
735
785
  {
736
- "name": "Mewtwo Y",
786
+ "name": "Mega Mewtwo Y",
737
787
  "dex": 150,
738
788
  "images": {
739
789
  "main": "pokemons/roster-mewtwoy.png",
@@ -1756,8 +1806,7 @@ var pokemons = [
1756
1806
  "complete": "pokemons/stat-dhelmise.png",
1757
1807
  "move_s11": "moves/dhelmise_s11.png",
1758
1808
  "move_s12": "moves/dhelmise_s12.png",
1759
- "move_s21": "moves/dhelmise_s21.png",
1760
- "move_s22": "moves/dhelmise_s22.png"
1809
+ "move_s21": "moves/dhelmise_s21.png"
1761
1810
  },
1762
1811
  "active": true,
1763
1812
  "battleType": BattleType.ALLROUNDER,
@@ -2434,6 +2483,7 @@ var jaJP = {
2434
2483
  lapras: "\u30E9\u30D7\u30E9\u30B9",
2435
2484
  vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
2436
2485
  snorlax: "\u30AB\u30D3\u30B4\u30F3",
2486
+ zapdos: "\u30B5\u30F3\u30C0\u30FC",
2437
2487
  dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
2438
2488
  mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
2439
2489
  mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
@@ -2525,6 +2575,7 @@ var fr = {
2525
2575
  lapras: "Lokhlass",
2526
2576
  vaporeon: "Aquali",
2527
2577
  snorlax: "Ronflex",
2578
+ zapdos: "\xC9lecthor",
2528
2579
  dragonite: "Dracolosse",
2529
2580
  mewtwox: "M\xE9ga-Mewtwo X",
2530
2581
  mewtwoy: "M\xE9ga-Mewtwo Y",
@@ -2616,6 +2667,7 @@ var es = {
2616
2667
  lapras: "Lapras",
2617
2668
  vaporeon: "Vaporeon",
2618
2669
  snorlax: "Snorlax",
2670
+ zapdos: "Zapdos",
2619
2671
  dragonite: "Dragonite",
2620
2672
  mewtwox: "Mega-Mewtwo X",
2621
2673
  mewtwoy: "Mega-Mewtwo Y",