Skip to content

Goblin, Shaman powers issue #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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