@robsonbittencourt/calc 0.11.1 → 0.11.2
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/package.json
CHANGED
package/src/data/species.ts
CHANGED
|
@@ -5990,7 +5990,7 @@ const XY_PATCH: {[name: string]: DeepPartial<SpeciesData>} = {
|
|
|
5990
5990
|
},
|
|
5991
5991
|
'Alakazam-Mega': {
|
|
5992
5992
|
types: ['Psychic'],
|
|
5993
|
-
bs: {hp: 55, at: 50, df: 65, sa: 175, sd:
|
|
5993
|
+
bs: {hp: 55, at: 50, df: 65, sa: 175, sd: 105, sp: 150},
|
|
5994
5994
|
weightkg: 48,
|
|
5995
5995
|
abilities: {0: 'Trace'},
|
|
5996
5996
|
baseSpecies: 'Alakazam',
|
|
@@ -10628,7 +10628,7 @@ const ZA_PATCH: {[name: string]: DeepPartial<SpeciesData>} = {
|
|
|
10628
10628
|
},
|
|
10629
10629
|
'Starmie-Mega': {
|
|
10630
10630
|
types: ['Water', 'Psychic'],
|
|
10631
|
-
bs: {hp: 60, at:
|
|
10631
|
+
bs: {hp: 60, at: 100, df: 105, sa: 130, sd: 105, sp: 120},
|
|
10632
10632
|
weightkg: 80.0,
|
|
10633
10633
|
gender: 'N',
|
|
10634
10634
|
abilities: {0: 'Illuminate'},
|