You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blizzard released a big patch with the 10th anniversary and unfortunately it made some stable ids not so stable... again. Below is the important Enum changes/additions required:
Blizzard released a big patch with the 10th anniversary and unfortunately it made some stable ids not so stable... again. Below is the important Enum changes/additions required:
Units
PROTOSS_ASSIMILATOR_RICH = 1994
ZERG_EXTRACTOR_RICH = 1995
NEUTRAL_MINERAL_FIELD450 = 1996
NEUTRAL_MINERAL_FIELD_OPAQUE = 1997
NEUTRAL_MINERAL_FIELD_OPAQUE900 = 1998
NEUTRAL_MINERAL_FIELD450_410 = 1961
NEUTRAL_MINERAL_FIELD_OPAQUE_410 = 1962
NEUTRAL_MINERAL_FIELD_OPAQUE900_410 = 1963
Abilities
BATTERY_OVERCHARGE = 4107 (new protoss nexus ability)
AMORPHOUS_ARMOR_CLOUD = 4109 (new zerg infestor ability)
Buffs
BATTERY_OVERCHARGE = 297
AMORPHOUS_ARMOR_CLOUD = 295
complete info on the id changes here:
BurnySc2/python-sc2@43ce023
The text was updated successfully, but these errors were encountered: