pokebedrock-showdown 0.1.7 → 0.1.8

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/data/pokedex.ts CHANGED
@@ -537,7 +537,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
537
537
  weightkg: 6,
538
538
  color: "Yellow",
539
539
  prevo: "Pichu",
540
- evoType: "levelFriendship",
540
+ evoType: "levelHappiness",
541
541
  evos: ["Raichu", "Raichu-Alola"],
542
542
  eggGroups: ["Field", "Fairy"],
543
543
  otherFormes: ["Pikachu-Cosplay", "Pikachu-Rock-Star", "Pikachu-Belle", "Pikachu-Pop-Star", "Pikachu-PhD", "Pikachu-Libre", "Pikachu-Original", "Pikachu-Hoenn", "Pikachu-Sinnoh", "Pikachu-Unova", "Pikachu-Kalos", "Pikachu-Alola", "Pikachu-Partner", "Pikachu-Starter", "Pikachu-World"],
@@ -1002,7 +1002,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
1002
1002
  weightkg: 7.5,
1003
1003
  color: "Pink",
1004
1004
  prevo: "Cleffa",
1005
- evoType: "levelFriendship",
1005
+ evoType: "levelHappiness",
1006
1006
  evos: ["Clefable"],
1007
1007
  eggGroups: ["Fairy"],
1008
1008
  },
@@ -1096,7 +1096,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
1096
1096
  weightkg: 5.5,
1097
1097
  color: "Pink",
1098
1098
  prevo: "Igglybuff",
1099
- evoType: "levelFriendship",
1099
+ evoType: "levelHappiness",
1100
1100
  evos: ["Wigglytuff"],
1101
1101
  eggGroups: ["Fairy"],
1102
1102
  },
@@ -1374,7 +1374,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
1374
1374
  weightkg: 33,
1375
1375
  color: "Blue",
1376
1376
  prevo: "Meowth-Alola",
1377
- evoType: "levelFriendship",
1377
+ evoType: "levelHappiness",
1378
1378
  eggGroups: ["Field"],
1379
1379
  },
1380
1380
  psyduck: {
@@ -3161,7 +3161,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
3161
3161
  weightkg: 460,
3162
3162
  color: "Black",
3163
3163
  prevo: "Munchlax",
3164
- evoType: "levelFriendship",
3164
+ evoType: "levelHappiness",
3165
3165
  eggGroups: ["Monster"],
3166
3166
  canHatch: true,
3167
3167
  canGigantamax: "G-Max Replenish",
@@ -3626,7 +3626,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
3626
3626
  weightkg: 75,
3627
3627
  color: "Purple",
3628
3628
  prevo: "Golbat",
3629
- evoType: "levelFriendship",
3629
+ evoType: "levelHappiness",
3630
3630
  eggGroups: ["Flying"],
3631
3631
  },
3632
3632
  chinchou: {
@@ -3736,7 +3736,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
3736
3736
  weightkg: 3.2,
3737
3737
  color: "White",
3738
3738
  prevo: "Togepi",
3739
- evoType: "levelFriendship",
3739
+ evoType: "levelHappiness",
3740
3740
  evos: ["Togekiss"],
3741
3741
  eggGroups: ["Flying", "Fairy"],
3742
3742
  },
@@ -3844,7 +3844,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
3844
3844
  weightkg: 8.5,
3845
3845
  color: "Blue",
3846
3846
  prevo: "Azurill",
3847
- evoType: "levelFriendship",
3847
+ evoType: "levelHappiness",
3848
3848
  evos: ["Azumarill"],
3849
3849
  eggGroups: ["Water 1", "Fairy"],
3850
3850
  canHatch: true,
@@ -4032,7 +4032,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
4032
4032
  weightkg: 26.5,
4033
4033
  color: "Purple",
4034
4034
  prevo: "Eevee",
4035
- evoType: "levelFriendship",
4035
+ evoType: "levelHappiness",
4036
4036
  evoTime: "day",
4037
4037
  evoCondition: "during the day",
4038
4038
  eggGroups: ["Field"],
@@ -4048,7 +4048,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
4048
4048
  weightkg: 27,
4049
4049
  color: "Black",
4050
4050
  prevo: "Eevee",
4051
- evoType: "levelFriendship",
4051
+ evoType: "levelHappiness",
4052
4052
  evoTime: "night",
4053
4053
  evoCondition: "at night",
4054
4054
  eggGroups: ["Field"],
@@ -4764,7 +4764,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
4764
4764
  weightkg: 46.8,
4765
4765
  color: "Pink",
4766
4766
  prevo: "Chansey",
4767
- evoType: "levelFriendship",
4767
+ evoType: "levelHappiness",
4768
4768
  eggGroups: ["Fairy"],
4769
4769
  },
4770
4770
  raikou: {
@@ -5913,7 +5913,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
5913
5913
  weightkg: 2,
5914
5914
  color: "Green",
5915
5915
  prevo: "Budew",
5916
- evoType: "levelFriendship",
5916
+ evoType: "levelHappiness",
5917
5917
  evoTime: "day",
5918
5918
  evoCondition: "during the day",
5919
5919
  evos: ["Roserade"],
@@ -6576,7 +6576,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
6576
6576
  weightkg: 1,
6577
6577
  color: "Blue",
6578
6578
  prevo: "Chingling",
6579
- evoType: "levelFriendship",
6579
+ evoType: "levelHappiness",
6580
6580
  evoTime: "night",
6581
6581
  evoCondition: "at night",
6582
6582
  eggGroups: ["Amorphous"],
@@ -7793,7 +7793,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
7793
7793
  weightkg: 33.3,
7794
7794
  color: "Brown",
7795
7795
  prevo: "Buneary",
7796
- evoType: "levelFriendship",
7796
+ evoType: "levelHappiness",
7797
7797
  eggGroups: ["Field", "Human-Like"],
7798
7798
  otherFormes: ["Lopunny-Mega"],
7799
7799
  formeOrder: ["Lopunny", "Lopunny-Mega"],
@@ -8092,7 +8092,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
8092
8092
  weightkg: 54,
8093
8093
  color: "Blue",
8094
8094
  prevo: "Riolu",
8095
- evoType: "levelFriendship",
8095
+ evoType: "levelHappiness",
8096
8096
  evoTime: "day",
8097
8097
  evoCondition: "during the day",
8098
8098
  eggGroups: ["Field", "Human-Like"],
@@ -9694,7 +9694,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
9694
9694
  weightkg: 10.5,
9695
9695
  color: "Blue",
9696
9696
  prevo: "Woobat",
9697
- evoType: "levelFriendship",
9697
+ evoType: "levelHappiness",
9698
9698
  eggGroups: ["Flying", "Field"],
9699
9699
  },
9700
9700
  drilbur: {
@@ -9891,7 +9891,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
9891
9891
  weightkg: 20.5,
9892
9892
  color: "Yellow",
9893
9893
  prevo: "Swadloon",
9894
- evoType: "levelFriendship",
9894
+ evoType: "levelHappiness",
9895
9895
  eggGroups: ["Bug"],
9896
9896
  },
9897
9897
  venipede: {
@@ -10403,6 +10403,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
10403
10403
  eggGroups: ["Field"],
10404
10404
  otherFormes: ["Zorua-Hisui"],
10405
10405
  formeOrder: ["Zorua", "Zorua-Hisui"],
10406
+ cosmeticFormes: ["Zorua-Halloween"],
10406
10407
  },
10407
10408
  zoruahisui: {
10408
10409
  num: 570,
@@ -14108,7 +14109,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
14108
14109
  color: "Gray",
14109
14110
  tags: ["Sub-Legendary"],
14110
14111
  prevo: "Type: Null",
14111
- evoType: "levelFriendship",
14112
+ evoType: "levelHappiness",
14112
14113
  eggGroups: ["Undiscovered"],
14113
14114
  otherFormes: ["Silvally-Bug", "Silvally-Dark", "Silvally-Dragon", "Silvally-Electric", "Silvally-Fairy", "Silvally-Fighting", "Silvally-Fire", "Silvally-Flying", "Silvally-Ghost", "Silvally-Grass", "Silvally-Ground", "Silvally-Ice", "Silvally-Poison", "Silvally-Psychic", "Silvally-Rock", "Silvally-Steel", "Silvally-Water"],
14114
14115
  formeOrder: [
@@ -16328,7 +16329,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
16328
16329
  weightkg: 42,
16329
16330
  color: "White",
16330
16331
  prevo: "Snom",
16331
- evoType: "levelFriendship",
16332
+ evoType: "levelHappiness",
16332
16333
  evoTime: "night",
16333
16334
  evoCondition: "at night",
16334
16335
  eggGroups: ["Bug"],
@@ -19609,7 +19610,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
19609
19610
  weightkg: 200,
19610
19611
  color: "Brown",
19611
19612
  prevo: "Mumbao",
19612
- evoType: "levelFriendship",
19613
+ evoType: "levelHappiness",
19613
19614
  evoTime: "day",
19614
19615
  evoCondition: "during the day",
19615
19616
  eggGroups: ["Grass"],
@@ -20001,7 +20002,7 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
20001
20002
  weightkg: 25,
20002
20003
  color: "Pink",
20003
20004
  prevo: "Ababo",
20004
- evoType: "levelFriendship",
20005
+ evoType: "levelHappiness",
20005
20006
  evos: ["Hemogoblin"],
20006
20007
  eggGroups: ["Monster", "Fairy"],
20007
20008
  canHatch: true,
@@ -560,7 +560,7 @@ const Pokedex = {
560
560
  weightkg: 6,
561
561
  color: "Yellow",
562
562
  prevo: "Pichu",
563
- evoType: "levelFriendship",
563
+ evoType: "levelHappiness",
564
564
  evos: ["Raichu", "Raichu-Alola"],
565
565
  eggGroups: ["Field", "Fairy"],
566
566
  otherFormes: ["Pikachu-Cosplay", "Pikachu-Rock-Star", "Pikachu-Belle", "Pikachu-Pop-Star", "Pikachu-PhD", "Pikachu-Libre", "Pikachu-Original", "Pikachu-Hoenn", "Pikachu-Sinnoh", "Pikachu-Unova", "Pikachu-Kalos", "Pikachu-Alola", "Pikachu-Partner", "Pikachu-Starter", "Pikachu-World"],
@@ -1029,7 +1029,7 @@ const Pokedex = {
1029
1029
  weightkg: 7.5,
1030
1030
  color: "Pink",
1031
1031
  prevo: "Cleffa",
1032
- evoType: "levelFriendship",
1032
+ evoType: "levelHappiness",
1033
1033
  evos: ["Clefable"],
1034
1034
  eggGroups: ["Fairy"]
1035
1035
  },
@@ -1123,7 +1123,7 @@ const Pokedex = {
1123
1123
  weightkg: 5.5,
1124
1124
  color: "Pink",
1125
1125
  prevo: "Igglybuff",
1126
- evoType: "levelFriendship",
1126
+ evoType: "levelHappiness",
1127
1127
  evos: ["Wigglytuff"],
1128
1128
  eggGroups: ["Fairy"]
1129
1129
  },
@@ -1401,7 +1401,7 @@ const Pokedex = {
1401
1401
  weightkg: 33,
1402
1402
  color: "Blue",
1403
1403
  prevo: "Meowth-Alola",
1404
- evoType: "levelFriendship",
1404
+ evoType: "levelHappiness",
1405
1405
  eggGroups: ["Field"]
1406
1406
  },
1407
1407
  psyduck: {
@@ -3188,7 +3188,7 @@ const Pokedex = {
3188
3188
  weightkg: 460,
3189
3189
  color: "Black",
3190
3190
  prevo: "Munchlax",
3191
- evoType: "levelFriendship",
3191
+ evoType: "levelHappiness",
3192
3192
  eggGroups: ["Monster"],
3193
3193
  canHatch: true,
3194
3194
  canGigantamax: "G-Max Replenish",
@@ -3653,7 +3653,7 @@ const Pokedex = {
3653
3653
  weightkg: 75,
3654
3654
  color: "Purple",
3655
3655
  prevo: "Golbat",
3656
- evoType: "levelFriendship",
3656
+ evoType: "levelHappiness",
3657
3657
  eggGroups: ["Flying"]
3658
3658
  },
3659
3659
  chinchou: {
@@ -3763,7 +3763,7 @@ const Pokedex = {
3763
3763
  weightkg: 3.2,
3764
3764
  color: "White",
3765
3765
  prevo: "Togepi",
3766
- evoType: "levelFriendship",
3766
+ evoType: "levelHappiness",
3767
3767
  evos: ["Togekiss"],
3768
3768
  eggGroups: ["Flying", "Fairy"]
3769
3769
  },
@@ -3871,7 +3871,7 @@ const Pokedex = {
3871
3871
  weightkg: 8.5,
3872
3872
  color: "Blue",
3873
3873
  prevo: "Azurill",
3874
- evoType: "levelFriendship",
3874
+ evoType: "levelHappiness",
3875
3875
  evos: ["Azumarill"],
3876
3876
  eggGroups: ["Water 1", "Fairy"],
3877
3877
  canHatch: true
@@ -4059,7 +4059,7 @@ const Pokedex = {
4059
4059
  weightkg: 26.5,
4060
4060
  color: "Purple",
4061
4061
  prevo: "Eevee",
4062
- evoType: "levelFriendship",
4062
+ evoType: "levelHappiness",
4063
4063
  evoTime: "day",
4064
4064
  evoCondition: "during the day",
4065
4065
  eggGroups: ["Field"]
@@ -4075,7 +4075,7 @@ const Pokedex = {
4075
4075
  weightkg: 27,
4076
4076
  color: "Black",
4077
4077
  prevo: "Eevee",
4078
- evoType: "levelFriendship",
4078
+ evoType: "levelHappiness",
4079
4079
  evoTime: "night",
4080
4080
  evoCondition: "at night",
4081
4081
  eggGroups: ["Field"]
@@ -4791,7 +4791,7 @@ const Pokedex = {
4791
4791
  weightkg: 46.8,
4792
4792
  color: "Pink",
4793
4793
  prevo: "Chansey",
4794
- evoType: "levelFriendship",
4794
+ evoType: "levelHappiness",
4795
4795
  eggGroups: ["Fairy"]
4796
4796
  },
4797
4797
  raikou: {
@@ -5940,7 +5940,7 @@ const Pokedex = {
5940
5940
  weightkg: 2,
5941
5941
  color: "Green",
5942
5942
  prevo: "Budew",
5943
- evoType: "levelFriendship",
5943
+ evoType: "levelHappiness",
5944
5944
  evoTime: "day",
5945
5945
  evoCondition: "during the day",
5946
5946
  evos: ["Roserade"],
@@ -6603,7 +6603,7 @@ const Pokedex = {
6603
6603
  weightkg: 1,
6604
6604
  color: "Blue",
6605
6605
  prevo: "Chingling",
6606
- evoType: "levelFriendship",
6606
+ evoType: "levelHappiness",
6607
6607
  evoTime: "night",
6608
6608
  evoCondition: "at night",
6609
6609
  eggGroups: ["Amorphous"],
@@ -7820,7 +7820,7 @@ const Pokedex = {
7820
7820
  weightkg: 33.3,
7821
7821
  color: "Brown",
7822
7822
  prevo: "Buneary",
7823
- evoType: "levelFriendship",
7823
+ evoType: "levelHappiness",
7824
7824
  eggGroups: ["Field", "Human-Like"],
7825
7825
  otherFormes: ["Lopunny-Mega"],
7826
7826
  formeOrder: ["Lopunny", "Lopunny-Mega"]
@@ -8119,7 +8119,7 @@ const Pokedex = {
8119
8119
  weightkg: 54,
8120
8120
  color: "Blue",
8121
8121
  prevo: "Riolu",
8122
- evoType: "levelFriendship",
8122
+ evoType: "levelHappiness",
8123
8123
  evoTime: "day",
8124
8124
  evoCondition: "during the day",
8125
8125
  eggGroups: ["Field", "Human-Like"],
@@ -8559,8 +8559,7 @@ const Pokedex = {
8559
8559
  weightkg: 340,
8560
8560
  color: "Gray",
8561
8561
  prevo: "Nosepass",
8562
- evoType: "useItem",
8563
- evoItem: "Thunder Stone",
8562
+ evoType: "levelExtra",
8564
8563
  evoCondition: "near a special magnetic field",
8565
8564
  eggGroups: ["Mineral"]
8566
8565
  },
@@ -9738,7 +9737,7 @@ const Pokedex = {
9738
9737
  weightkg: 10.5,
9739
9738
  color: "Blue",
9740
9739
  prevo: "Woobat",
9741
- evoType: "levelFriendship",
9740
+ evoType: "levelHappiness",
9742
9741
  eggGroups: ["Flying", "Field"]
9743
9742
  },
9744
9743
  drilbur: {
@@ -9935,7 +9934,7 @@ const Pokedex = {
9935
9934
  weightkg: 20.5,
9936
9935
  color: "Yellow",
9937
9936
  prevo: "Swadloon",
9938
- evoType: "levelFriendship",
9937
+ evoType: "levelHappiness",
9939
9938
  eggGroups: ["Bug"]
9940
9939
  },
9941
9940
  venipede: {
@@ -10446,7 +10445,8 @@ const Pokedex = {
10446
10445
  evos: ["Zoroark"],
10447
10446
  eggGroups: ["Field"],
10448
10447
  otherFormes: ["Zorua-Hisui"],
10449
- formeOrder: ["Zorua", "Zorua-Hisui"]
10448
+ formeOrder: ["Zorua", "Zorua-Hisui"],
10449
+ cosmeticFormes: ["Zorua-Halloween"]
10450
10450
  },
10451
10451
  zoruahisui: {
10452
10452
  num: 570,
@@ -12559,7 +12559,6 @@ const Pokedex = {
12559
12559
  color: "Blue",
12560
12560
  prevo: "Inkay",
12561
12561
  evoLevel: 30,
12562
- evoNickName: "Dinnerbone",
12563
12562
  evoCondition: "with the console turned upside-down",
12564
12563
  eggGroups: ["Water 1", "Water 2"]
12565
12564
  },
@@ -14156,7 +14155,7 @@ const Pokedex = {
14156
14155
  color: "Gray",
14157
14156
  tags: ["Sub-Legendary"],
14158
14157
  prevo: "Type: Null",
14159
- evoType: "levelFriendship",
14158
+ evoType: "levelHappiness",
14160
14159
  eggGroups: ["Undiscovered"],
14161
14160
  otherFormes: ["Silvally-Bug", "Silvally-Dark", "Silvally-Dragon", "Silvally-Electric", "Silvally-Fairy", "Silvally-Fighting", "Silvally-Fire", "Silvally-Flying", "Silvally-Ghost", "Silvally-Grass", "Silvally-Ground", "Silvally-Ice", "Silvally-Poison", "Silvally-Psychic", "Silvally-Rock", "Silvally-Steel", "Silvally-Water"],
14162
14161
  formeOrder: [
@@ -16404,7 +16403,7 @@ const Pokedex = {
16404
16403
  weightkg: 42,
16405
16404
  color: "White",
16406
16405
  prevo: "Snom",
16407
- evoType: "levelFriendship",
16406
+ evoType: "levelHappiness",
16408
16407
  evoTime: "night",
16409
16408
  evoCondition: "at night",
16410
16409
  eggGroups: ["Bug"]
@@ -19685,7 +19684,7 @@ const Pokedex = {
19685
19684
  weightkg: 200,
19686
19685
  color: "Brown",
19687
19686
  prevo: "Mumbao",
19688
- evoType: "levelFriendship",
19687
+ evoType: "levelHappiness",
19689
19688
  evoTime: "day",
19690
19689
  evoCondition: "during the day",
19691
19690
  eggGroups: ["Grass"],
@@ -20077,7 +20076,7 @@ const Pokedex = {
20077
20076
  weightkg: 25,
20078
20077
  color: "Pink",
20079
20078
  prevo: "Ababo",
20080
- evoType: "levelFriendship",
20079
+ evoType: "levelHappiness",
20081
20080
  evos: ["Hemogoblin"],
20082
20081
  eggGroups: ["Monster", "Fairy"],
20083
20082
  canHatch: true,