PM3.6 - Bowser - Subaction - SpecialAirHi

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 |

Stats

IASA: None
Hitboxes active: 5-46
Hitbox set 0 hits: 5, 7, 11, 15, 19, 23, 27, 31, 35, 39, 43
Subaction Index: 0x1d5

Hitboxes

Move staling reduces damage up to 45%. Move staling also reduces final knockback, shieldstun and hitlag because damage is used in their formulas.

Frames:5-6

Set ID Dmg BKB KBG Angle Effect Sound Shield Dmg Shieldstun Hitlag Targets
0 0 10 80 60 80 Normal Kick 3 6 6

Frames:7-26

Set ID Dmg BKB KBG Angle Effect Sound Shieldstun Hitlag Targets
0 0 2 50 20 365 Slash Slash 2 3
0 1 2 50 20 365 Slash Slash 2 3

Frames:27-46

Set ID Dmg BKB KBG Angle Effect Sound Shieldstun Hitlag Targets
0 0 1 50 20 365 Slash Slash 2 3
0 1 1 50 20 365 Slash Slash 2 3

Scripts

Main

  1. LedgeGrabEnable(Disable)
  2. UnknownEvent { namespace: 0xe, code: 0xb, unk1: 0x0, arguments: [Bool(true), Value(1)] }
  3. AsyncWait(4.0)
  4. Subroutine(0x2b178)
  5. UnknownEvent { namespace: 0xe, code: 0xb, unk1: 0x0, arguments: [Bool(false), Value(1)] }
  6. BoolVariableSetTrue { variable: RandomAccessBool(EnableJabLoop) }
  7. CreateHitBox(HitBoxArguments { bone_index: 0, hitbox_id: 0, set_id: 0, damage: Constant(10.0), trajectory: 80, wdsk: 0, kbg: 60, shield_damage: 3, bkb: 80, size: 9.45, x_offset: 0.0, y_offset: 7.56, z_offset: 0.0, tripping_rate: 0.0, hitlag_mult: 1.0, sdi_mult: 1.0, effect: Normal, unk1: false, sound_level: 2, unk2: false, sound: Kick, unk3: 0, ground: true, aerial: true, unk4: 0, sse_type: Spin, clang: true, unk5: true, direct: true, unk6: 0 })
  8. AsyncWait(5.0)
  9. BoolVariableSetTrue { variable: RandomAccessBool(EnableGlide) }
  10. AsyncWait(6.0)
  11. BoolVariableSetTrue { variable: RandomAccessBool(SpecialsMovement) }
  12. DeleteAllHitBoxes
  13. UnknownEvent { namespace: 0xe, code: 0xb, unk1: 0x0, arguments: [Bool(false), Value(1)] }
  14. loop 5 times:
    1. CreateHitBox(HitBoxArguments { bone_index: 0, hitbox_id: 0, set_id: 0, damage: Constant(2.0), trajectory: 365, wdsk: 0, kbg: 20, shield_damage: 0, bkb: 50, size: 6.3, x_offset: 0.0, y_offset: 6.3, z_offset: 6.14, tripping_rate: 0.0, hitlag_mult: 1.0, sdi_mult: 1.0, effect: Slash, unk1: false, sound_level: 0, unk2: false, sound: Slash, unk3: 0, ground: true, aerial: true, unk4: 0, sse_type: Spin, clang: true, unk5: true, direct: true, unk6: 0 })
    2. CreateHitBox(HitBoxArguments { bone_index: 0, hitbox_id: 1, set_id: 0, damage: Constant(2.0), trajectory: 365, wdsk: 0, kbg: 20, shield_damage: 0, bkb: 50, size: 6.3, x_offset: 0.0, y_offset: 6.3, z_offset: -6.14, tripping_rate: 0.0, hitlag_mult: 1.0, sdi_mult: 1.0, effect: Slash, unk1: false, sound_level: 0, unk2: false, sound: Slash, unk3: 0, ground: true, aerial: true, unk4: 0, sse_type: Spin, clang: true, unk5: true, direct: true, unk6: 0 })
    3. SyncWait(4.0)
    4. DeleteAllHitBoxes
  15. loop 5 times:
    1. CreateHitBox(HitBoxArguments { bone_index: 0, hitbox_id: 0, set_id: 0, damage: Constant(1.0), trajectory: 365, wdsk: 0, kbg: 20, shield_damage: 0, bkb: 50, size: 6.14, x_offset: 0.0, y_offset: 6.3, z_offset: 5.85, tripping_rate: 0.0, hitlag_mult: 1.0, sdi_mult: 1.0, effect: Slash, unk1: false, sound_level: 0, unk2: false, sound: Slash, unk3: 0, ground: true, aerial: true, unk4: 0, sse_type: Spin, clang: true, unk5: true, direct: true, unk6: 0 })
    2. CreateHitBox(HitBoxArguments { bone_index: 0, hitbox_id: 1, set_id: 0, damage: Constant(1.0), trajectory: 365, wdsk: 0, kbg: 20, shield_damage: 0, bkb: 50, size: 5.85, x_offset: 0.0, y_offset: 6.3, z_offset: -6.14, tripping_rate: 0.0, hitlag_mult: 1.0, sdi_mult: 1.0, effect: Slash, unk1: false, sound_level: 0, unk2: false, sound: Slash, unk3: 0, ground: true, aerial: true, unk4: 0, sse_type: Spin, clang: true, unk5: true, direct: true, unk6: 0 })
    3. SyncWait(4.0)
    4. DeleteAllHitBoxes
  16. UnknownEvent { namespace: 0xe, code: 0xb, unk1: 0x0, arguments: [Bool(true), Value(1)] }

GFX

  1. ExternalGraphicEffect(ExternalGraphicEffect { file: 12, graphic: 3, bone: 0, x_offset: 0.0, y_offset: 0.0, z_offset: 0.0, x_rotation: 0.0, y_rotation: 0.0, z_rotation: 0.0, scale: 1.0, randomize: None, terminate_with_animation: true })

SFX

  1. AsyncWait(6.0)
  2. SoundEffect1(3755)
  3. SyncWait(5.0)
  4. SoundEffect1(3756)
  5. SyncWait(5.0)
  6. SoundEffect1(3757)
  7. SyncWait(5.0)
  8. SoundEffect1(3758)
  9. SyncWait(5.0)
  10. SoundEffect1(3759)
  11. SyncWait(5.0)
  12. SoundEffect1(3759)
  13. SyncWait(5.0)
  14. SoundEffect1(3758)
  15. SyncWait(5.0)
  16. SoundEffect1(3757)
  17. SyncWait(5.0)
  18. SoundEffect1(3756)

Other

  1. UnknownEvent { namespace: 0x18, code: 0x1, unk1: 0x0, arguments: [Value(1), Value(6), Bool(true)] }
  2. AsyncWait(4.0)
  3. RumbleLoop { unk1: 2, unk2: 50 }
  4. AsyncWait(6.0)
  5. ItemVisibility(false)
  6. UnknownEvent { namespace: 0x1f, code: 0xf, unk1: 0x0, arguments: [Bool(false)] }
  7. AsyncWait(8.0)
  8. ModelChanger { reference: 0, switch_index: 0, bone_group_index: -1 }
  9. AsyncWait(35.0)
  10. LedgeGrabEnable(EnableInFrontAndBehind)
  11. AsyncWait(52.0)
  12. SlopeContourFull { hip_n_or_top_n: 6, trans_bone: 3 }
  13. AsyncWait(80.0)
  14. ItemVisibility(true)
  15. UnknownEvent { namespace: 0x1f, code: 0xf, unk1: 0x0, arguments: [Bool(true)] }