-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The powers for the Goblin shaman follow a non-standard format which is tripping up the parser.
Bug Brain (WIS Spell). DC 13. Near range, one target. Target's INT drops to 1 for 1d4 rounds.
Is being split into
{
"name": "Bug Brain (WIS Spell)",
"description": "DC 13."
},
{
"name": "Near range, one target",
"description": "Target's INT drops to 1 for 1d4 rounds."
},
When it should be:-
{
"name": "Bug Brain (WIS Spell)",
"description": "DC 13. Near range, one target. Target's INT drops to 1 for 1d4 rounds."
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels