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
Attack boxes that use the new multi-line syntax have an issue where property attack.damage.type only works for values 0-3, anything above that uses the default value 0.
For example, an attack box with these lines:
attack.damage.type 4
attack.reaction.fall.force 1
... should trigger the 'fall5' animation, but instead triggers 'fall'.
Attack boxes using the old single line syntax do not have this problem.
The text was updated successfully, but these errors were encountered:
Attack boxes that use the new multi-line syntax have an issue where property attack.damage.type only works for values 0-3, anything above that uses the default value 0.
For example, an attack box with these lines:
... should trigger the 'fall5' animation, but instead triggers 'fall'.
Attack boxes using the old single line syntax do not have this problem.
The text was updated successfully, but these errors were encountered: