lyrgard / ffbeEquip

Online tool to filtre through FFBE Equipments
ISC License
83 stars 59 forks source link

Custom formula conversion to quick entry errors #356

Open Darwe-Canine opened 5 years ago

Darwe-Canine commented 5 years ago

Sorry about the formatting, copy/pasted from discord while on my phone

Not sure if bug or typo, but I used this in the "With" line of the custom formula:

R_FIRE > 50 AND R_EARTH > 50 AND R_LIGHTNING > 50 AND R_WATER > 0 AND R_LIGHT > 0 AND R_DARK > 0 AND R_ICE > 0 AND R_WIND > 0

and got a build with negative water resist. To be clear, I wanted fire, earth, and lightning resist to be 50+, and all other elemental resists to be positive (greater than 0).

http://ffbeEquip.com/builder.html?server=GL#311184c0-858f-11e9-a1b8-7b53378612e4

I think it has to do with the goal being converted back to the quick entry boxes, which ignore zeros. You can probably avoid it by setting them to >-1 rather than 0

Darwe-Canine commented 4 years ago

Confirmed, still an issue.