python-sc2 icon indicating copy to clipboard operation
python-sc2 copied to clipboard

How to Arm Silo with Nuke for ghost

Open dripcharacter opened this issue 5 years ago • 1 comments

Hi, I'm new to this python-sc2. And I am currently trying to use Nuke of ghost. But I can't find how to 'Arm Silo with Nuke' from the code(like unit_typeid.py or abillity_id.py). If you know how to use ghost's Nuke, help me, please.

dripcharacter avatar Aug 31 '20 17:08 dripcharacter

It should be AbilityId.BUILD_NUKE See here: https://github.com/BurnySc2/python-sc2/blob/0b79ec0d630c93215532245048a1458b86231cbb/sc2/dicts/unit_abilities.py#L434-L438

BurnySc2 avatar Sep 11 '20 00:09 BurnySc2