doxxx / ffxiv-craft-opt-web

Web frontend for FFXIV Crafting Optimizer service.
zlib License
224 stars 200 forks source link

Update Standard Touch behavior for 5.4 #416

Open gnbezerra opened 3 years ago

gnbezerra commented 3 years ago

Starting from patch 5.4, Standard Touch was changed to a combo action following Basic Touch.

Standard Touch combo bonus says that it costs 18 CP instead of the usual 32 when used after Basic Touch.

SoeyKitten commented 3 years ago

Does anyone have that fixed yet in their forks?

kongspark commented 3 years ago

Does anyone have that fixed yet in their forks?

@SoeyKitten Hope this will help. https://github.com/kongspark/ffxiv-craft-opt-web/commit/3d3daf8f402d4a06dd580b0bf8035eddd405890f

joshthemisanthrope commented 3 years ago

A small hacky fix would be to run a script to find two consecutive instances of Basic Touch and replace the second with Standard Touch. Repeat until there are no positives.