Advertisement
Guest User

sun katana

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