More abilities, implemented support for form inheritance
All checks were successful
Build / Build (push) Successful in 49s

This commit is contained in:
2025-06-13 12:24:03 +02:00
parent 6d71de375e
commit 8363b955af
16 changed files with 504 additions and 11 deletions

View File

@@ -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": []