parent
ad679131e9
commit
aa84432e20
@ -0,0 +1,74 @@ |
||||
Command a Healer from the same PC. |
||||
Button to follow Aya. |
||||
Strafe Left/Right or move forward/backwards |
||||
Run |
||||
Pass on Loot |
||||
|
||||
Broil Timer = 0 |
||||
Lucid Dreaming Timer = 0 |
||||
Next Action Timer = 0 |
||||
Aetherflow Timer = 0 |
||||
Aetherflow Stacks = 0 |
||||
Whispering Dawn Timer = 0 |
||||
Fey Illumination Timer = 0 |
||||
|
||||
Detect Mythra's Mana |
||||
Detect Aya's and Mythra's Health |
||||
Detect Target's Health |
||||
|
||||
function Heal(): |
||||
If Aetherflow Stacks > 0 |
||||
Cast Lustrate |
||||
Aetherflow Stacks -= 1 |
||||
Next Action Timer = 1 |
||||
else If Aya has a shield: |
||||
Cast Physick |
||||
Next Action Timer = 2.5 |
||||
else |
||||
Cast Succor |
||||
Next Action Timer = 2.5 |
||||
|
||||
|
||||
If Mana<80% and Lucid Dreaming Timer==0: |
||||
Use Lucid Dreaming |
||||
Lucid Dreaming Timer=60 |
||||
If Aetherflow Timer==0 |
||||
Cast Aetherflow |
||||
Set Aetherflow stacks to 3 |
||||
Next Action Timer = 1 |
||||
Check healthbars, if both are above 40% we'll perform an attack. |
||||
Target the target of Aya |
||||
If there is one target, |
||||
If target is above 50% health, and Bio Timer==0 |
||||
Use Bio, set Bio Timer to 30 |
||||
Next Action Timer=2.5 |
||||
else |
||||
Use Broil/Ruin I |
||||
Next Action Timer = 2.5 |
||||
else |
||||
Use Art of War. |
||||
Next Action Timer = 2.5 |
||||
else |
||||
If Aya health < 60%, |
||||
If Whispering Dawn Timer==0 && Fey Illumination Timer < 30 |
||||
Cast Whispering Dawn |
||||
Whispering Dawn Timer = 60 |
||||
Next Action Timer = 1 |
||||
else |
||||
If Fey Illumination Timer==0 && Whispering Dawn Timer < 30 |
||||
Cast Fey Illumination |
||||
Fey Illumination Timer = 60 |
||||
Next Action Timer = 1 |
||||
If Aya health < 40%, |
||||
Target Aya |
||||
Heal() |
||||
else |
||||
If Mythra health < 40%, |
||||
Target Mythra |
||||
Heal() |
||||
|
||||
|
||||
If chill mode is activated, broil timer = 0 |
||||
|
||||
Broil timer ticks down by 1 per second. |
||||
Lucid Dreaming timer ticks down by 1 per second. |
Loading…
Reference in new issue