Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm various skill interactions #67

Open
16 of 20 tasks
AlmostMatt opened this issue Apr 9, 2017 · 12 comments
Open
16 of 20 tasks

Confirm various skill interactions #67

AlmostMatt opened this issue Apr 9, 2017 · 12 comments

Comments

@AlmostMatt
Copy link
Collaborator

AlmostMatt commented Apr 9, 2017

For some skills I am not 100% sure of how they work. I'll edit this post with assumptions that I make and skill interactions that I am able to verify.
Uncertain/Assumed:

  • Wo Dao does not affect AOE specials
  • Lifesteal includes special damage, and is reduced by defensive specials like Aegis and Miracle.
  • If both attacker and defender attack twice (brash assault), and defender has vantage, order is def, atk, atk, def. (This is probably wrong though)
  • pre combat specials apply after hp checks for skills like wary fighter and vantage
  • Panic causes buffs to give negative stats, but does not actually create debuffs. It also applies to any other buffs that are added for the duration of panic.
  • Blade tomes ignore debuffs and panic when counting buffs

Confirmed:

  • Carrot/Egg Weapons apply 'simultaneously' with Fury
  • Pain can trigger when attacked, but only when able to retaliate (a melee unit attacking Azama did not trigger pain but a ranged attack did. a lethal ranged attack did not trigger pain).
  • Quick Riposte / Wary Fighter / x-Breaker skills cancel each other (Can't followup and guaranteed followup => depends on speed)
  • Tyrfing checks hp percent at the start of combat (also it is an in-combat buff, unlike defiant def)
  • Lifesteal excludes overkill damage (Current implementation in damage-calculator is wrong though)
  • 11/21 is not <= 50% and 10/21 is not >= 50% (no rounding for hp conditions)
  • Heavy Blade causes your attacks to generate 2 charges instead of 1. When an enemy attacks you the normal 1 charge is generated.
  • Guard causes enemy to generate 1 less charge from both attacks and from being attacked.
  • Rogue dagger can trigger when attacked, but the def/res buff expires at the start of your turn regardless of when you were buffed
  • Buffs expire at the start of your own turn.
  • Debuffs expire after performing an action (move/atk).
  • Postcombat passives trigger if the hero survives, regardless of whether or not they were able to attack
  • Postcombat weapons trigger if the hero hit something, regardless of whether or not they survived.
    -- tested with Seal X, Rogue Dagger, Deathly Dagger, Poison Strike, Pain, Slow, Panic, Ragnarok
  • The HP condition on Ragnarok applies to both the atk/spd and the post-combat dmg. Ragnarok also cares about attacking, not about initiating.
@ajhyndman ajhyndman added this to Backlog in proving-grounds Apr 12, 2017
@AlmostMatt
Copy link
Collaborator Author

Also: do pre combat specials apply before hp checks for skills like wary fighter and vantage?

@ajhyndman
Copy link
Owner

The very last comment on this thread supports the conclusion that quick riposte/breaker skills cancel each other out:

https://www.gamefaqs.com/boards/204447-fire-emblem-heroes/75098215?page=2

@ajhyndman
Copy link
Owner

Oh, I guess that was already in your confirmed list.

@AlmostMatt
Copy link
Collaborator Author

AlmostMatt commented Apr 26, 2017

Ok so Guard and Heavy Blade have really bad descriptions.

This is what they seem to actually do:
Heavy Blade: your attacks reduce your special cooldown by 2, when someone attacks you your cooldown is reduced by 1.

Guard: your opponent's cooldown remains constant no matter how many times they attack you or how many times you attack them. However if the special is already ready they can use it.

@ajhyndman
Copy link
Owner

ajhyndman commented Apr 26, 2017

Yeah, I noticed that these descriptions are the first time the term cooldown charge has been used. It seems to be an inverse concept to cooldown count.

@AlmostMatt
Copy link
Collaborator Author

Apparently my assumption about lifesteal and overkill was incorrect. I did 10 damage to a 3 health enemy with 30% lifesteal and gained 0 life, so it probably only counts the actual amount of health lost. I'll try to do a few more tests when I find some time.

@AlmostMatt
Copy link
Collaborator Author

Testing hp percentage conditions.
36/41 is not considered >= 90% (tested with Wary fighter 1)
9/17 is not considered <= 50% (tested with Wings of Mercy 3)
So it seems like rounding is not relevant for <= and >= conditions.

@AlmostMatt
Copy link
Collaborator Author

AlmostMatt commented Apr 28, 2017

Another question: What is the attack order if both players attack twice and the defender has vantage?
(For example, a fast unit vs Vantage Hector, or a Brash assault unit vs a fast vantage unit)

Edit: Actually with the Hector example, hp has to be >80% for armads and <75% for vantage.
The brash assault example would still work, if both units are low, but it would be very rare.

@ajhyndman
Copy link
Owner

ajhyndman commented Apr 29, 2017

I'm fairly confident that the answer is Defender > Attacker > Defender > Attacker. I do not have evidence to back this up, however.

Mass Duel Simulator agrees with this resolution.

@AlmostMatt
Copy link
Collaborator Author

I ran into Seliph in the Arena and was able to confirm that Tyrfing does not apply to the second hit if the first hit put him below 50% hp => hp is checked at beginning of combat.

@ajhyndman
Copy link
Owner

ajhyndman commented May 1, 2017

By the way, you can make checklists in github comments with the following syntax:

* [ ] incomplete item
* [x] complete item
  • incomplete item
  • complete item

@AlmostMatt
Copy link
Collaborator Author

AlmostMatt commented May 16, 2017

Apparently Ragnarok is another mistranslated / poorly worded skill.

Tooltip: "If unit has 100% HP at the start of combat, unit receives Atk/Spd +5. If attacking, unit will receive 5 damage after combat."

Actual effect: "If unit has 100% HP at the start of combat, unit receives Atk/Spd +5. If unit attacks or is able to counterattack and is at 100% HP, unit will receive 5 damage after combat."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants