Skip to content

Goblin, Shaman powers issue #3

@Maccwar

Description

@Maccwar

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."
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions