Fix schema
This commit is contained in:
parent
9e77ad74ea
commit
06a00baa51
@ -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": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user