repair meteor minior stats
This commit is contained in:
parent
c8d78706ba
commit
b71fbec130
1 changed files with 5 additions and 5 deletions
|
@ -643,11 +643,11 @@
|
|||
|
||||
#define MINIOR_METEOR_ATTRIBUTES\
|
||||
.baseHP = 60, \
|
||||
.baseAttack = 100, \
|
||||
.baseDefense = 60, \
|
||||
.baseSpeed = 120, \
|
||||
.baseSpAttack = 100, \
|
||||
.baseSpDefense = 60
|
||||
.baseAttack = 60, \
|
||||
.baseDefense = 100, \
|
||||
.baseSpeed = 60, \
|
||||
.baseSpAttack = 60, \
|
||||
.baseSpDefense = 100
|
||||
|
||||
#define MINIOR_CORE_ATTRIBUTES\
|
||||
.baseHP = 60, \
|
||||
|
|
Loading…
Reference in a new issue