-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
- 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 = 293research abilityAbilityId.RESEARCH_ADAPTIVETALONS = 3709 - Starport techlab can research liberator range upgrade (has fusion core requirement):
UpgradeId.LIBERATORMORPH = 125research abilityAbilityId.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
}
]
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels