capital ship cracker

im wondering if it is possible to create a defensive  structure that targets capital ships only and kills them in a few shots.... somethign alot like the TEC WMD but made for attacking ships instead of planets ? 

1,559 views 3 replies
Reply #1 Top

sure, just develop an ability with this target filter set to capital ships only

targetFilter
        numOwnerships 1
        ownership "Friendly"
        numObjects 4
        object "CapitalShip"
        object "Frigate"
        object "PlanetModule"
        object "StarBase"
        numSpaces 1
        space "Normal"
        numConstraints 1
        constraint "HasWeapons"

Reply #2 Top

That will only kill your own/allied caps. Use

targetFilter
        numOwnerships 1
        ownership "Enemy"
        numObjects 1
        object "CapitalShip"
        numSpaces 1
        space "Normal"
        numConstraints 0

instead

Put it in a passive ability, which applies BuffOnWeaponFired (make sure to add the weapon class of your turret to the list, base it off Incendiary Shells) Make the applied buff either simply MakeDead or DoDamage of like 5-10k.