User Tools

Site Tools


openomf:animation_string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
openomf:animation_string [2025/03/16 00:22] – [B] aokmaniac13openomf:animation_string [2025/03/29 19:26] (current) – [A] aokmaniac13
Line 42: Line 42:
  
 ^ Tag  ^ Notes                                                                                       ^ ^ Tag  ^ Notes                                                                                       ^
-| aa                                                                                               +| aa   Reset your air attack state if you have already performed one                               
-| ab                                                                                               |+| ab   Allow passing through walls                                                                 |
 | 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's wall spin and Heel Stomp      | | ad   | Allow the HAR to turn in the held direction. Used in Katana's wall spin and Heel Stomp      |
Line 54: Line 54:
 | as   | Makes the fire orb 'wander' in the fire pit                                                 | | as   | Makes the fire orb 'wander' in the fire pit                                                 |
 | at   | Chronos Teleport.  Move 40 pixels behind the opponent unless you hold a direction, where it's randomly up to 30 pixels from a wall. | | at   | Chronos Teleport.  Move 40 pixels behind the opponent unless you hold a direction, where it's randomly up to 30 pixels from a wall. |
-| aw   Can pass through walls during this frame?                                                   +| aw   Trigger an animation transition on wall contact                                             
-| ax                                                                                               |+| ax   Ignore the ground and fall through the floor                                                |
 | ar   | Reverse player direction?                                                                   | | ar   | Reverse player direction?                                                                   |
 | al   | Never used?                                                                                 | | al   | Never used?                                                                                 |
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 on block? See Flail's charging punch |+| i | Proceed to the next animation on hit OR block|
  
 ==== 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 'getupanimation, purpose unknown, might be 'grab' (like standing throw) |+| jg | Frame can chain to a 'throwmove |
 | jh | Frame can chain to a 'high' move, eg. roundhouse kick | | jh | Frame can chain to a 'high' move, eg. roundhouse kick |
 | jj | Frame can chain into an 'airborne' move (only used by katana's razor spin) | | jj | Frame can chain into an 'airborne' move (only used by katana's razor spin) |
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.  Invalid otherwise. | 
 +| 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. |
openomf/animation_string.1742106132.txt.gz · Last modified: 2025/03/16 00:22 by aokmaniac13