Tokenizer- Helps createpogstyle tokens from DDB art. DAE- Helps enrich some of the effects for things like speed bonuses. Active Token Effects- Helps allow effect bonuses to transfer to tokens. Vision/Detection Modes 5e- Adds some key missing vision and detection modes for 5e. ...
Virtual Tabletop Assets - Tokenizer - Extremely small startup slowdown. Should upgrade to Tokenizer - v0.7.5 Edition regardless, but I'm not sure if that'll fix the startup speed. Not enough to outweigh the benefits. Modules Reviewed and RetiredAce...
{ StringTokenizer str = new StringTokenizer(parval, ","); x = Integer.parseInt(str.nextToken()); y = Integer.parseInt(str.nextToken()); w = Integer.parseInt(str.nextToken()); h = Integer.parseInt(str.nextToken()); helptext = str.nextToken(); target = str.nextToken(); url = new ...