Does the Ravastra Skirmisher's "Interference" ability stack?

Question is in the post title.  Thanks! ;D

8,600 views 4 replies
Reply #1 Top

also, is the ability effective on all units in a given radius, or is it targeted? also, is it channeled or non-channeled?

Reply #2 Top

No. (Also, you can download the textual version of the reference files converted by Harpo9999 from http://soase.weebly.com/convertdata.html)

From the Interference BuffCrippleAbilities.entity:
stackingLimit 1

Enjoy.

Reply #3 Top

Quoting flankers1010, reply 1
also, is the ability effective on all units in a given radius, or is it targeted? also, is it channeled or non-channeled?

 

Applies the buff to a single Target (Frigate or PlanetModule) with a range of 6000 and it's not channeled.

AbilityCrippleAbilities.entity:

buffInstantActionType "ApplyBuffToTarget"
instantActionTriggerType "AlwaysPerform"
buffType "BuffCrippleAbilities"
targetFilter
 numOwnerships 1
 ownership "Enemy"
 numObjects 2
 object "Frigate"
 object "PlanetModule"
 numSpaces 1
 space "Normal"
 numConstraints 1
 constraint "HasAntiMatterPool"
range
 Level:0 6000.000000
 Level:1 0.000000
 Level:2 0.000000

+1 Loading…