Skip to content

Research abilities missing, or tech requirement building missing #6

@BurnySc2

Description

@BurnySc2
  • Forge, evolution chamber, engineering bay and cybernetics core have requirements for level 2 and 3 upgrades correctly listed
  • Greater spire has only level 1 research abilities listed: level 2 and 3 research abilities are missing
  • Lurker den can research speed burrow upgrade (has hive requirement): UpgradeId.DIGGINGCLAWS = 293 research ability AbilityId.RESEARCH_ADAPTIVETALONS = 3709
  • Starport techlab can research liberator range upgrade (has fusion core requirement): UpgradeId.LIBERATORMORPH = 125 research ability AbilityId.STARPORTTECHLABRESEARCH_RESEARCHLIBERATORAGMODE = 800
  • Forge has research charge wrongfully listed as available ability

Forge:
Research charge ability is listed in twilight council as well as in forge. Research charge has value 1592.
It does not belong in the forge.

    {
      "id": 63,
      "name": "Forge",
      "race": "Protoss",
      "supply": 0,
      "max_health": 400,
      "armor": 1,
      "sight": 9,
      "speed_creep_mul": 1,
      "weapons": [],
      "attributes": [
        "Armored",
        "Structure"
      ],
      "size": 0,
      "radius": 1.8125,
      "power_radius": 6.5,
      "accepts_addon": false,
      "needs_power": true,
      "needs_creep": false,
      "needs_gayser": false,
      "is_structure": true,
      "is_addon": false,
      "is_worker": false,
      "is_townhall": false,
      "max_shield": 400,
      "abilities": [
        {
          "ability": 1062
        },
        {
          "ability": 1065
        },
        {
          "ability": 1068
        },
        {
          "ability": 1063,
          "requirements": [
            {
              "upgrade": 39
            },
            {
              "building": 65
            }
          ]
        },
        {
          "ability": 1064,
          "requirements": [
            {
              "upgrade": 40
            },
            {
              "building": 65
            }
          ]
        },
        {
          "ability": 1066,
          "requirements": [
            {
              "upgrade": 42
            },
            {
              "building": 65
            }
          ]
        },
        {
          "ability": 1067,
          "requirements": [
            {
              "upgrade": 43
            },
            {
              "building": 65
            }
          ]
        },
        {
          "ability": 1069,
          "requirements": [
            {
              "upgrade": 45
            },
            {
              "building": 65
            }
          ]
        },
        {
          "ability": 1070,
          "requirements": [
            {
              "upgrade": 46
            },
            {
              "building": 65
            }
          ]
        },
        {
          "ability": 1592
        }
      ]
    },

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