Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New big patch brought more "stable" id changes #36

Closed
Ketroc opened this issue Jul 29, 2020 · 0 comments
Closed

New big patch brought more "stable" id changes #36

Ketroc opened this issue Jul 29, 2020 · 0 comments
Assignees

Comments

@Ketroc
Copy link
Contributor

Ketroc commented Jul 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@Ketroc @ocraft and others