Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user