This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
openomf:animation_string [2025/03/14 01:18] – [A] aokmaniac13 | openomf:animation_string [2025/03/29 19:26] (current) – [A] aokmaniac13 | ||
---|---|---|---|
Line 42: | Line 42: | ||
^ Tag ^ Notes ^ | ^ Tag ^ Notes ^ | ||
- | | aa | + | | aa |
- | | ab | + | | ab |
| ac | Turn HAR towards the center of the arena | | | ac | Turn HAR towards the center of the arena | | ||
| ad | Allow the HAR to turn in the held direction. Used in Katana' | | ad | Allow the HAR to turn in the held direction. Used in Katana' | ||
Line 54: | Line 54: | ||
| as | Makes the fire orb ' | | as | Makes the fire orb ' | ||
| at | Chronos Teleport. | | at | Chronos Teleport. | ||
- | | aw | + | | aw |
- | | ax | + | | ax |
| ar | Reverse player direction? | | ar | Reverse player direction? | ||
| al | Never used? | | | al | Never used? | | ||
Line 65: | Line 65: | ||
| ::: | b = bs ? (bs + (bf - bs) * tick / ticksThisFrame) : bf | | | ::: | b = bs ? (bs + (bf - bs) * tick / ticksThisFrame) : bf | | ||
| ::: | The bf value is set by the tags bb, bf, bj, bl, bm. These tags all also set some bflags which control the rendering effect. | | | ::: | The bf value is set by the tags bb, bf, bj, bl, bm. These tags all also set some bflags which control the rendering effect. | | ||
- | | b1 | | | + | | b1 | Advances you to fight Fire, and on Fire's stage advances you to fight Ice | |
- | | b2 | | | + | | b2 | Breaks the grate on the floor of the Fire Pit, if it is breakable |
| bb<n> | Vertical screen shake with magnitude n | | | bb<n> | Vertical screen shake with magnitude n | | ||
| be | Block the end of the round, used in scrap/ | | be | Block the end of the round, used in scrap/ | ||
Line 145: | Line 145: | ||
| g | Set object Y coordinate to ground and zero out vertical velocity. Applied every tick. | | | g | Set object Y coordinate to ground and zero out vertical velocity. Applied every tick. | | ||
| h | Zeroes out velocity for the frame. Applied every tick. | | | h | Zeroes out velocity for the frame. Applied every tick. | | ||
- | | i | Move is interrupted | + | | i | Proceed to the next animation |
==== J ==== | ==== J ==== | ||
Line 153: | Line 153: | ||
| jf2 | Frame can chain to destruction | | | jf2 | Frame can chain to destruction | | ||
| jf | Frame can chain to scrap | | | jf | Frame can chain to scrap | | ||
- | | jg | Every HAR uses this in the 'getup' | + | | jg | Frame can chain to a 'throw' |
| jh | Frame can chain to a ' | | jh | Frame can chain to a ' | ||
| jj | Frame can chain into an ' | | jj | Frame can chain into an ' | ||
Line 165: | Line 165: | ||
^ Tag ^ Notes ^ | ^ Tag ^ Notes ^ | ||
- | | k<n> | Related to knockback on hit, at least in footer strings | + | | k | Knocks you back but only if it is the first character of an enemy string and only if it wasn't a throw. |
+ | | k<n> | Perform a knockback on hit? Unclear what it actually does | | ||
| l<n> | The volume of the sound. The range of n is 0 to 100 (0 effectively mutes the sound, no differences above 100) | | | l<n> | The volume of the sound. The range of n is 0 to 100 (0 effectively mutes the sound, no differences above 100) | | ||
Line 172: | Line 173: | ||
^ Tag ^ Notes ^ | ^ Tag ^ Notes ^ | ||
| ma<n> | Sets angle of new object in degrees. Velocity is then x=cos(ma), y=sin(ma). if n == 1000 then n := random(360) | | | ma<n> | Sets angle of new object in degrees. Velocity is then x=cos(ma), y=sin(ma). if n == 1000 then n := random(360) | | ||
- | | mc | | | + | | mc | Only used by shadow, probably links the shadow projections to the HAR | |
| md<n> | Destroy animation n | | | md<n> | Destroy animation n | | ||
| mg<n> | Gravity for the spawned animation, default is apparently 0. | | | mg<n> | Gravity for the spawned animation, default is apparently 0. | |