Vinifera
Vinifera copied to clipboard
Implements `CanApproachTarget` and `CanRecalcApproachTarget` for TechnoTypes and `ApproachTargetResetMultiplier` for Rules.
Closes #595
This pull request implements CanApproachTarget
and CanRecalcApproachTarget
for TechnoTypes, and ApproachTargetResetMultiplier
for the rules [General]
section from Red Alert 2.
[TechnoType]
CanApproachTarget=<boolean>
Can this unit can continually move towards its intended target with the intention of gaining more accuracy? Defaults to yes
CanRecalcApproachTarget=<boolean>
Can this unit recalculate what its next target will be when conducting its threat scan if its current target is out of range? Defaults to yes
[General]
ApproachTargetResetMultiplier=<float>
The "approach target" position should be recalculated if the target is now more than weapon range times this value. Defaults to 1.0
NOTE: This value does not apply to units with CanRecalcApproachTarget=no
.