Enemy Action Count Calculations
The exact formula for calculating enemy action count at the start of the turn is:
- 4 + PartySpeed – (EnemySpeed + Rand)) + EnemyActionDelay
Where:
- PartySpeed ranges from -3 to 3.
- EnemySpeed ranges from -2 to 5.
- Rand is an integer chosen from {-1, 0, 1, 2} randomly each turn.
- EnemyActionDelay is almost always 0 with small exceptions.
Meaning, that if the enemy speed is greater than the party speed by 2 or more, there’s a chance for that enemy to act before the player.
Party speed \ Enemy speed | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 |
-3 | 0% | 25% | 50% | 75% | 100% | 100% | 100% | 100% |
-2 | 0% | 0% | 25% | 50% | 75% | 100% | 100% | 100% |
-1 | 0% | 0% | 0% | 25% | 50% | 75% | 100% | 100% |
0 | 0% | 0% | 0% | 0% | 25% | 50% | 75% | 100% |
1 | 0% | 0% | 0% | 0% | 0% | 25% | 50% | 75% |
2 | 0% | 0% | 0% | 0% | 0% | 0% | 25% | 50% |
3 | 0% | 0% | 0% | 0% | 0% | 0% | 0% | 25% |
The table above shows the probability of the enemy acting before the player, given different combinations of party and enemy speeds. Enemy action delays are not considered.
All Stun Accuracies
Skill Name (Character) | Lv 3 | Lv 4 |
Paralyzing Dart (Joey) | 145% | 150% |
Paranoia (Narhan) | 130% | 135% |
Sleep… (Narhan) | 128% | 133% |
Flash Powder (Joey – Create Potion) | 120% | 125% |
Stunning Smite (Lian) | 120% | 125% |
Shadow Curtain (Trisha) | 115% | 120% |
Freezing Bomb (Silverstein) | 115% | 120% |
Boss CC Resists
The Forgotten King | 55% |
Reaper | 66% |
Pharos Leader | 65% |
Sacred Karaela | 35% |
Character Debuff Resists at Lv4
Character | Weak. | CC | Pain | Total |
Sizz | 25% | 25% | 25% | 75% |
Lian | 30% | 30% | 5% | 65% |
Huz | 25% | 25% | 15% | 65% |
Joey | 15% | 15% | 30% | 60% |
Silverstein | 20% | 20% | 20% | 60% |
Johan | 20% | 20% | 20% | 60% |
Ironheart | 15% | 25% | 15% | 55% |
Pressel | 25% | 15% | 15% | 55% |
Selena | 25% | 15% | 15% | 55% |
Charon | 15% | 5% | 25% | 45% |
Helia | 15% | 15% | 15% | 45% |
Trisha | 15% | 15% | 15% | 45% |
Miss Chain | 15% | 15% | 15% | 45% |
Phoenix | 15% | 15% | 15% | 45% |
Narhan | 5% | 30% | 0% | 35% |
Azar | 5% | 20% | 5% | 30% |
Hein | 8% | 8% | 8% | 24% |
Bonus tip
Eve Stack
- Eve can have up to two stacks, buffs relative to Eve will not be active if Eve has 0 stack.
- At 0 stack, Eve will be obscured and will not do anything.
- At 1 stack, Eve is not obscured, and will attack if the Ally with eve use a single-target attack skill.
- At 2 stacks, Eve is glowing and can attack twice in a row, there is no additional bonus effect if Eve has 2 stacks instead of 1.
Eve stacks increases by one when:
- Your turn start.
- You cast a single-target ally skill.
- If you cast a single-target ally skill, Eve will also move onto that skill’s target.
Be the first to comment