symposion / roll20-shaped-scripts

Support script for 5e Shaped Character Sheet on Roll20.net
http://roll20.net/
7 stars 5 forks source link

[shaped-scripts] Apply value validation to spells JSON format #18

Open symposion opened 8 years ago

symposion commented 8 years ago

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

symposion commented 8 years ago

This is working for monsters now. Spells will take a while longer since there's no format definition yet.