BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
472 stars 156 forks source link

Update to patch 5.0.13 #198

Open raspersc2 opened 1 month ago

raspersc2 commented 1 month ago

Further investigation required to get bane morphs to work correctly with Unit.train() method But the ids here are correct AFAIK for patch 5.0.13 Please let me know if I missed anything out

Added a bane example bot, to aid in debugging bane morphs.

# DOESN'T WORK
# lings.random.train(UnitTypeId.BANELING)

# WORKS
lings.random(AbilityId.MORPHTOBANELING_BANELING)