Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
+18
View File
@@ -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)