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.
@@ -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,
@@ -2358,6 +2407,7 @@ var jaJP = {
2358
2407
  lapras: "\u30E9\u30D7\u30E9\u30B9",
2359
2408
  vaporeon: "\u30B7\u30E3\u30EF\u30FC\u30BA",
2360
2409
  snorlax: "\u30AB\u30D3\u30B4\u30F3",
2410
+ zapdos: "\u30B5\u30F3\u30C0\u30FC",
2361
2411
  dragonite: "\u30AB\u30A4\u30EA\u30E5\u30FC",
2362
2412
  mewtwox: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCX",
2363
2413
  mewtwoy: "\u30E1\u30AC\u30DF\u30E5\u30A6\u30C4\u30FCY",
@@ -2449,6 +2499,7 @@ var fr = {
2449
2499
  lapras: "Lokhlass",
2450
2500
  vaporeon: "Aquali",
2451
2501
  snorlax: "Ronflex",
2502
+ zapdos: "\xC9lecthor",
2452
2503
  dragonite: "Dracolosse",
2453
2504
  mewtwox: "M\xE9ga-Mewtwo X",
2454
2505
  mewtwoy: "M\xE9ga-Mewtwo Y",
@@ -2540,6 +2591,7 @@ var es = {
2540
2591
  lapras: "Lapras",
2541
2592
  vaporeon: "Vaporeon",
2542
2593
  snorlax: "Snorlax",
2594
+ zapdos: "Zapdos",
2543
2595
  dragonite: "Dragonite",
2544
2596
  mewtwox: "Mega-Mewtwo X",
2545
2597
  mewtwoy: "Mega-Mewtwo Y",