Fix schema

This commit is contained in:
Deukhoofd 2025-06-09 10:41:34 +02:00
parent 9e77ad74ea
commit 06a00baa51
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -23,7 +23,7 @@
"genderDifference", "genderDifference",
"eggGroups", "eggGroups",
"eggCycles", "eggCycles",
"tags", "flags",
"formes", "formes",
"evolutions" "evolutions"
], ],
@ -247,6 +247,10 @@
"isMega": { "isMega": {
"type": "boolean" "type": "boolean"
}, },
"isBattleOnly": {
"type": "boolean",
"description": "Whether the form is only used in battle and resets to its original form after battle."
},
"moves": {} "moves": {}
} }
} }