19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
Ability: SupportBeam
|
|
Name: #ABL_SUPPORT_BEAM
|
|
Description: #ABL_SUPPORT_BEAM_DESC
|
|
Icon: TractorGun::0 * #fff700
|
|
|
|
Range: 1500
|
|
|
|
Target: targ = Object
|
|
TargetFilterOwned(targ, Allow Null = True)
|
|
TargetFilterFlagship(targ, Allow Null = True)
|
|
TargetFilterSameRegion(targ)
|
|
|
|
IsToggleTarget(targ, Range Margin = 1.0, Channels = False)
|
|
PersistentBeamEffect(targ, #ffffff, Tractor)
|
|
|
|
AutoCastNearby(targ, Prioritize Combat = True, Prioritize Strongest = True, Prioritize Low Supply = True, Require Priority = True)
|
|
|
|
ApplyTargetStatusEffect(targ, Supported)
|