19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
Ability: AncientBuildCore
|
|
Name: #ABL_ANCIENT_BUILD_CORE
|
|
Description: #ABL_ANCIENT_BUILD_CORE_DESC
|
|
Icon: CoreBuilding
|
|
|
|
Range: 20
|
|
Target: targ = Object
|
|
|
|
IsToggleTarget(targ, Range Margin = 1.5, Channels = True)
|
|
|
|
TargetFilterType(targ, Planet)
|
|
TargetFilterNotQuarantined(targ)
|
|
ForClient(TargetFilterSpace(targ))
|
|
Either(TargetFilterSpace(targ), TargetFilterOwned(targ))
|
|
ForClient(TargetFilterNotStatus(targ, AncientClaim))
|
|
|
|
AfterChannel(targ, 5, QueueBuilding(AncientCore, (3,3)), Clear = False)
|
|
ChannelWhileHaveQueue(targ, Delay = 15)
|