I feel like these attacks should receive continuation follow ups. Double down should get one since the name would make sense again. Lionheart feels weird without being only 3 attacks. The original lion heart had a lot more slashes.
Printable View
I feel like these attacks should receive continuation follow ups. Double down should get one since the name would make sense again. Lionheart feels weird without being only 3 attacks. The original lion heart had a lot more slashes.
Rough divide should have never been removed. Same with plunge. We had enough space for them + the new dashes.
Also Double Down needs to either cost 2 cartridges again or be renamed to Single Down. -.-
While I do think the cost reduction was unnecessary, the name never had anything to do with it's cost.
It's not called Double Down because it cost two cartridges. It's called Double Down because, when you look at the animation, it is literally your character jumping in the air and doing two downward slashes.
Similar applies to Lionheart. You might only be pressing 3 GCDs, but the animation shows multiple slashing attacks for each of them.
This is a pet peeve of mine in FFXIV in general: Double Down shows us hitting the enemy twice. But we only hit it once. We can see that. There's a combat log. There's not even fudging of the scrolling combat text (like many games so, multi-attack abilities technically only cause a single hit but it's shown as a flurry of small damage numbers to the player for the feel).
Same with those other skills. Dark Knight C&S. I wish these abilities would actually cause multiple instances of damage...
Ninjas dream within a dream used to
Blue mage matra magic does
Bards barrage on single target (but not aoe???????) Does
. They've done it before I don't know why not anymore... if it's about stopping damage variance then make every numeric value of each strike do fixed equal damage. Is that even hard? Stares at blue mage 1000 needles doing fixed damage.
I'm not actually sure if those were multi-hit, and I unfortunately the logs are too old to check.
What I mean is that sure, they were displayed as multiple instances of damage, but did the game actually register them as such?
Because the "black magic we don't talk about" can do that exact thing right now, display an ability as multiple separate hits with their own individual damage, but the game itself still just registers it as a single attack.
But we do know that Barrage actually does make Refulgent Arrow a multi-hit with 3 separate damage instances, so they can clearly do it...sometimes.
Yeah plus if you do this as a dev usually for performance reasons your game logic (or in this case the server) only processes a single hit for a large amount of damage anyways. But what gets shown to the player are 4 individual damage hits that sum up to this large number. A purely visual thing where the individual numbers are then timed to when the attacks visually connect.
Having them actually register as separate hits would be the better option if possible, because at the same time it would lower the crit variance problem we're having.
Instead of a single 1500 potency hit you would have let's say 4 hits for 375 potency each and a crit roll on each of them.
But it would increase the processing load, so yeah it's probably not going to happen.