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
}
]
}
The data for training a Ghost (ability with value 562) is incorrect, as it additionally to the
ghost academyrequires atechlab, 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 } ] }