Upgrade.correct(json: CreatureExport,input: number,): Creature
Corrects the input size of a given creature export and returns a new creature with the corrected input size.
json: CreatureExport
- The exported creature to be corrected.
input: number
- The new input size to be applied to the creature.
A new Creature instance with the corrected input size.