8000 Barracks data incomplete: Ghost train is missing addon requirement · Issue #4 · Dentosal/sc2-techtree · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
8000
Skip to content
Barracks data incomplete: Ghost train is missing addon requirement #4
Open
@BurnySc2

Description

@BurnySc2

The data for training a Ghost (ability with value 562) is incorrect, as it additionally to the ghost academy requires a techlab, which is missing here.
Thor and Battlecruiser (which have a similar requirement, being a techlab and a tech structure) do not have this issue.

{
    "id": 21,
    "name": "Barracks",
    "race": "Terran",
    "supply": 0,
    "max_health": 1000,
    "armor": 1,
    "sight": 9,
    "speed_creep_mul": 1,
    "weapons": [],
    "attributes": [
        "Armored",
        "Mechanical",
        "Structure"
    ],
    "size": 0,
    "radius": 1.8125,
    "accepts_addon": true,
    "needs_power": false,
    "needs_creep": false,
    "needs_gayser": false,
    "is_structure": true,
    "is_addon": false,
    "is_worker": false,
    "is_townhall": false,
    "abilities": [
        {
            "ability": 195
        },
        {
            "ability": 421
        },
        {
            "ability": 422
        },
        {
            "ability": 452
        },
        {
            "ability": 560
        },
        {
            "ability": 561
        },
        {
            "ability": 1
        },
        {
            "requirements": [
                {
                    "building": 26
                }
            ],
            "ability": 562
        },
        {
            "requirements": [
                {
                    "addon": 5
                }
            ],
            "ability": 563
        }
    ]
}

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

      0