More abilities, implemented support for form inheritance
All checks were successful
Build / Build (push) Successful in 49s
All checks were successful
Build / Build (push) Successful in 49s
This commit is contained in:
@@ -369,17 +369,34 @@
|
||||
"misty_surge": {
|
||||
"effect": "misty_surge"
|
||||
},
|
||||
"mold_breaker": {},
|
||||
"moody": {},
|
||||
"motor_drive": {},
|
||||
"moxie": {},
|
||||
"multiscale": {},
|
||||
"multitype": {
|
||||
"canBeChanged": false
|
||||
"mold_breaker": {
|
||||
"effect": "mold_breaker"
|
||||
},
|
||||
"moody": {
|
||||
"effect": "moody"
|
||||
},
|
||||
"motor_drive": {
|
||||
"effect": "motor_drive"
|
||||
},
|
||||
"moxie": {
|
||||
"effect": "moxie"
|
||||
},
|
||||
"multiscale": {
|
||||
"effect": "multiscale"
|
||||
},
|
||||
"multitype": {
|
||||
"canBeChanged": false,
|
||||
"effect": "multitype"
|
||||
},
|
||||
"mummy": {
|
||||
"effect": "mummy"
|
||||
},
|
||||
"natural_cure": {
|
||||
"effect": "natural_cure"
|
||||
},
|
||||
"no_guard": {
|
||||
"effect": "no_guard"
|
||||
},
|
||||
"mummy": {},
|
||||
"natural_cure": {},
|
||||
"no_guard": {},
|
||||
"normalize": {},
|
||||
"oblivious": {},
|
||||
"overcoat": {},
|
||||
|
||||
Reference in New Issue
Block a user