roll20-shaped-scripts
roll20-shaped-scripts copied to clipboard
[shaped-scripts] Apply value validation to spells JSON format
From @symposion on March 29, 2016 13:31
At the moment the JSON importer doesn't validate the values it imports - only the text parser does that. I can move the validation code from the text parser to the next stage of the parsing chain which is shared with the JSON import so that both get validated.
Copied from original issue: symposion/roll20-api-scripts#25
This is working for monsters now. Spells will take a while longer since there's no format definition yet.