aturfah / eou-grimoire-editor

Grimoire Editor for Etrian Odyssey Untold Save Files
6 stars 0 forks source link

Wrong Skills #8

Closed GlitchMC closed 2 years ago

GlitchMC commented 2 years ago

Ice Breath and Knockdown pull the wrong versions of the skill. They each have two versions, and the first instances of them should be pulled, but they are pulling the 2nd instance.

Knockdown pulls a version that hits a row and binds arms from ID737, instead of the base attack that is just damage from lD483 (referencing the not-official IDson our player skill sheet).

Ice Breath is pulling from ID640 which has varying TP costs, and different stats altogether, instead of the one from ID480.

GlitchMC commented 2 years ago

Additionally ,Bloodlust is pulling from the actual attack skill instead of the passive one (pulling 296 instead of 276)

GlitchMC commented 2 years ago

Slantwise Cut is pulling Ren's version of the skill

aturfah commented 2 years ago

Thank you for this information, I'll correct these mappings in the file.

GlitchMC commented 2 years ago

so far my assumption (and experience) has been that all of the skills that have two parts/variants are pulling the wrong one, since the "wrong" ones are always later in the list than the "correct" one, leading me to believe that it's searching in reverse, so searching the other way should solve this

i tried editing the text file myself to try and get it to work right bc im too lazy to read the code lol, but it didn't like that at all >->

aturfah commented 2 years ago

That is probably the case, from ones I've tried Boost Up is not pulling the correct one.

aturfah commented 2 years ago

Should be addressed in latest release.

Will wait for confirmation from @GlitchMC before closing

GlitchMC commented 2 years ago

Everything seems to be working correctly with the skills i've checked