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."
},
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
When it should be:-