DrInfy / sharpy-sc2

Python framework for rapid development of Starcraft 2 AI bots
MIT License
69 stars 28 forks source link

Add Lurkers and other burrowed units to Memory Manager #26

Open DrInfy opened 4 years ago

DrInfy commented 4 years ago

It's possible to detect burrowed units by checking death events, checking visibility around the unit that disappeared and seeing if there is a detector nearby.

It's also possible to detect lurker shot effects.