Ziktofel / Archipelago-SC2-data

Map and mod files for Archipelago-SC2
MIT License
1 stars 13 forks source link

sc2: replaced skylord interceptors with a laser #174

Closed MatthewMarinets closed 1 month ago

MatthewMarinets commented 2 months ago

Reworking skylord to be different from a reskinned carrier. Gave it a slow but high-damage laser that deals damage in a line.

WIP

MatthewMarinets commented 1 month ago

image skylord_test image image image

+tested that buffing range with havoc leads to increased range and still does damage at the end of the range.

MatthewMarinets commented 1 month ago

Bug: You can't attack own units if under Havoc's range buff (you can without that)

I can't seem to find a place to fix this. Would you happen to know what causes this behaviour? My best guess is that specifically for squadsight the aoe damage triggers first, which markers the friendly unit but doesn't deal damage because of the filters, then the single-target damage doesn't trigger because of the marker. Not sure if that's the case or how to get around that, though?