Closed ericbroda closed 5 years ago
I believe this upgrade is not in the game.
If you are trying to research phoenix range upgrade, this should be the correct upgrade:
https://github.com/Blizzard/s2client-api/blob/d9ba0a33d6ce9d233c2a4ee988360c188fbe9dbf/include/sc2api/sc2_typeenums.h#L798 https://github.com/Dentosal/python-sc2/blob/8a8f5c5517f84fc2b5b88f27b1235c64dd75fd5a/sc2/ids/upgrade_id.py#L106
I called bot_ai
already_pending_upgrade(UpgradeId.ANIONPULSECRYSTALS)
and the following error occurs:Below is the game_data for the specific resource:
UpgradeId.ANIONPULSECRYSTALS
(this is a value upgrade_id)112
(this is the correct upgdrade id value)UpgradeData(AnionPulseCrystals - research ability: None, Cost(0, 0))
It would appear that the associated research ability" for this upgrade is missing ("None" as per above)