Skip to content

TRAIN_SWARMHOST is marked as Train instead of Morph #5

@BurnySc2

Description

@BurnySc2

Inconsistent naming for larva morph abilities - all larva train abilities are using {"target": {"Morph": ...}} except for train swarmhost, which is using {"target": "Train": ...}.

    {
      "id": 1354,
      "name": "LARVATRAIN_VIPER",
      "cast_range": 0,
      "energy_cost": 0,
      "allow_minimap": false,
      "allow_autocast": false,
      "effect": [],
      "buff": [],
      "cooldown": 0,
      "cost": {
        "minerals": 0,
        "gas": 0,
        "time": 0
      },
      "target": {
        "Morph": {
          "produces": 499
        }
      }
    },
    {
      "id": 1356,
      "name": "TRAIN_SWARMHOST",
      "cast_range": 0,
      "energy_cost": 0,
      "allow_minimap": false,
      "allow_autocast": false,
      "effect": [],
      "buff": [],
      "cooldown": 0,
      "cost": {
        "minerals": 0,
        "gas": 0,
        "time": 0
      },
      "target": {
        "Train": {
          "produces": 494
        }
      }
    },

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