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:
@@ -4450,6 +4450,108 @@
|
||||
],
|
||||
"formeChange": []
|
||||
}
|
||||
},
|
||||
"arceus_fighting": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"fighting"
|
||||
]
|
||||
},
|
||||
"arceus_flying": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"flying"
|
||||
]
|
||||
},
|
||||
"arceus_bug": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"bug"
|
||||
]
|
||||
},
|
||||
"arceus_dark": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"dark"
|
||||
]
|
||||
},
|
||||
"arceus_dragon": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"dragon"
|
||||
]
|
||||
},
|
||||
"arceus_electric": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"electric"
|
||||
]
|
||||
},
|
||||
"arceus_fairy": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"fairy"
|
||||
]
|
||||
},
|
||||
"arceus_fire": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"fire"
|
||||
]
|
||||
},
|
||||
"arceus_ghost": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"ghost"
|
||||
]
|
||||
},
|
||||
"arceus_grass": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"grass"
|
||||
]
|
||||
},
|
||||
"arceus_ground": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"ground"
|
||||
]
|
||||
},
|
||||
"arceus_ice": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"ice"
|
||||
]
|
||||
},
|
||||
"arceus_poison": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"poison"
|
||||
]
|
||||
},
|
||||
"arceus_psychic": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"psychic"
|
||||
]
|
||||
},
|
||||
"arceus_rock": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"rock"
|
||||
]
|
||||
},
|
||||
"arceus_steel": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"steel"
|
||||
]
|
||||
},
|
||||
"arceus_water": {
|
||||
"inheritFrom": "default",
|
||||
"types": [
|
||||
"water"
|
||||
]
|
||||
}
|
||||
},
|
||||
"evolutions": []
|
||||
|
||||
Reference in New Issue
Block a user