Bas: Difference between revisions
PeregrineHBG (talk | contribs) |
PeregrineHBG (talk | contribs) |
||
| Line 756: | Line 756: | ||
*2 - Seems to determine when some attacks (entries in Player_CutJumpSt and others) will connect with targets. Removing TypeIndex 2 causes animations to play halfway through. TypeIndex 2 also tends to have a StartFrame somewhere near the middle of the animation, and an end frame of -1.0, indicating that it may be responsible for blending certain attack animations into one another, particularly those that loop or combine. | *2 - Seems to determine when some attacks (entries in Player_CutJumpSt and others) will connect with targets. Removing TypeIndex 2 causes animations to play halfway through. TypeIndex 2 also tends to have a StartFrame somewhere near the middle of the animation, and an end frame of -1.0, indicating that it may be responsible for blending certain attack animations into one another, particularly those that loop or combine. | ||
*3 - Defines when an attack will deal damage. Value is the damage type. Left: slashing. Stab: piercing. Lower: blunt. {{Check}} | *3 - Defines when an attack will deal damage. Value is the damage type. Left: slashing. Stab: piercing. Lower: blunt. {{Check}} | ||
*6 - Unknown. Can be multiple events in a row (event1, event2, event3). Found after TypeIndex 3 and TypeIndex 44. Observed in several Dark Beast Ganon attacks. | |||
*13 - Associated with many of Sidon's swimming animations during the Vah Ruta fight such as "Act_Sink_St", "Act_Sink_Ed" and "Act_Swim_Ejection", etc. May be associated with splash effects. | *13 - Associated with many of Sidon's swimming animations during the Vah Ruta fight such as "Act_Sink_St", "Act_Sink_Ed" and "Act_Swim_Ejection", etc. May be associated with splash effects. | ||
*14 - Defines when an animation will block attack damage using Link's equipped shield. | *14 - Defines when an animation will block attack damage using Link's equipped shield. | ||
| Line 765: | Line 766: | ||
*31 - Appears related to Bone Control or Cloth Physics. Observed with the !str32 Value "Arm_Fin_1" which is associated with Zora NPC physics. May only affect one part of a cloth chain compared to TypeIndex30. | *31 - Appears related to Bone Control or Cloth Physics. Observed with the !str32 Value "Arm_Fin_1" which is associated with Zora NPC physics. May only affect one part of a cloth chain compared to TypeIndex30. | ||
*35 - Unknown | *35 - Unknown | ||
*44 - Unknown. Usually followed by several instances of TypeIndex 6. May be related to when an attack will deal damage. Observed in several Dark Beast Ganon attacks. | |||
*45 - Defines when to accept input to start the next attack. | *45 - Defines when to accept input to start the next attack. | ||
*48 - Defines when to display the trails in the air during an attack. | *48 - Defines when to display the trails in the air during an attack. | ||