You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Issue by mrhappyasthma Sunday Feb 23, 2020 at 03:55:13 Originally opened as: project-topaz/topaz - Issue 377
There's an ATTACK_BREATH enum value (and similar one in Lua). But it's not used anywhere.
It's possible this may not be needed, since most breath spells are listed as "magical" by most FFXI websites. e.g. "heat breath" is labeled as "fire" + "magical". (https://ffxiclopedia.fandom.com/wiki/Heat_Breath)
Although if it was intended to be used for something, it's not.
Comment by mrhappyasthma Sunday Feb 23, 2020 at 19:18:29
Per discussion with the appropriate stakeholders, Breath spells will be fixed in the future to have proper damage calculations. I'll update my outstanding PR to label the breath spells as such in preparation for that.
Issue by mrhappyasthma
Sunday Feb 23, 2020 at 03:55:13
Originally opened as: project-topaz/topaz - Issue 377
There's an
ATTACK_BREATH
enum value (and similar one in Lua). But it's not used anywhere.It's possible this may not be needed, since most breath spells are listed as "magical" by most FFXI websites. e.g. "heat breath" is labeled as "fire" + "magical". (https://ffxiclopedia.fandom.com/wiki/Heat_Breath)
Although if it was intended to be used for something, it's not.
https://github.com/DarkstarProject/darkstar/blob/master/src/map/entities/battleentity.h#L244
https://github.com/DarkstarProject/darkstar/blob/master/scripts/globals/status.lua#L2123
The text was updated successfully, but these errors were encountered: