Ahli / sc2xml

11 stars 1 forks source link

Liberator morph attack-target-designate inconsistent between Ground-to-Air and Air-To-Ground morphs #160

Open Joshua-Leibold opened 3 months ago

Joshua-Leibold commented 3 months ago

Liberators are able to specify an attack target while morphing from Ground to Air but cannot specify an attack target when morphing from Air to Ground. Solution: Create Delay Persistent changed from 1 period of 4s to 16 periods of 0.25s where the Search Area affect that designates targets as viable is launched each period

<CEffectCreatePersistent id="LiberatorTargetMorphDelayPersistent">
    <PeriodCount value="16"/>
    <PeriodicEffectArray value="LiberatorTargetMorphSearchArea"/>
    <PeriodicPeriodArray index="0" value="0.25"/>
</CEffectCreatePersistent>