openbor icon indicating copy to clipboard operation
openbor copied to clipboard

attack.damage.type doesn't work properly

Open EoceneMiacid opened this issue 1 year ago • 0 comments

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.

EoceneMiacid avatar Jun 20 '24 18:06 EoceneMiacid