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 ?
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 ?
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"
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.
thanks guys ![]()
Welcome Guest! Please take the time to register with us.