ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
AIMinorSuperReadyPercent
Jump to navigation
Jump to search
| Flag: | AIMinorSuperReadyPercent |
| File(s): | rules(md).ini |
| Values: | Percentages: Either a direct percentage (e.g. "50%"), or a floating point value (e.g. "0.5"). |
| Default: | 0.8 |
| Applicable to: | General |
This flag denotes the earliest point at which the AI will start considering the use of the ChronoSphere or Iron Curtain in its triggers. This value is the percentage charge of the super weapon. When this point is reached, the function initiates.
Notes
Actually use this formula to determine whether AI can use them:
1.0 - AIMinorSuperReadyPercent >= remaining recharge time / RechargeTime
The converted equivalent is:
Completed recharge time >= AIMinorSuperReadyPercent
See Also
- SW.AITargeting (Ares Only)