Advertisement
Guest User

karate

a guest
Oct 16th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. --=====================================================================
  2. /* My Custom Holdtype
  3. Created by shinigami1246( STEAM_0:1:53908029 )*/
  4. local DATA = {}
  5. DATA.Name = "Karate Fu"
  6. DATA.HoldType = "wos-karate-kung"
  7. DATA.BaseHoldType = "melee2"
  8. DATA.Translations = {}
  9.  
  10. DATA.Translations[ ACT_MP_STAND_IDLE ] = {
  11. { Sequence = "pure_b_s1_charge", Weight = 1 },
  12. }
  13.  
  14. DATA.Translations[ ACT_MP_ATTACK_STAND_PRIMARYFIRE ] = {
  15. { Sequence = "ryoku_r_c6_t1", Weight = 1 },
  16. }
  17.  
  18. DATA.Translations[ ACT_MP_WALK ] = {
  19. { Sequence = "ryoku_r_idle", Weight = 1 },
  20. }
  21.  
  22. DATA.Translations[ ACT_MP_RUN ] = {
  23. { Sequence = "ryoku_r_idle", Weight = 1 },
  24. }
  25.  
  26. DATA.Translations[ ACT_MP_JUMP ] = {
  27. { Sequence = "ryoku_a_idle", Weight = 1 },
  28. }
  29.  
  30. wOS.AnimExtension:RegisterHoldtype( DATA )
  31. --=====================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement