Advertisement
Rydotee

Versatile 3 Substitute - ADD THIS TO CURRENT VERSATILE

Jun 25th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. FORM.Stances[3] = {
  2. [ "run" ] = "ryoku_b_run",
  3. [ "idle" ] = "wos_judge_r_idle",
  4. [ "light_left" ] = {
  5. Sequence = "pure_r_s2_t2",
  6. Time = nil,
  7. Rate = nil,
  8. },
  9. [ "light_right" ] = {
  10. Sequence = "",
  11. Time = nil,
  12. Rate = nil,
  13. },
  14. [ "light_forward" ] = {
  15. Sequence = "wos_judge_b_s3_t2",
  16. Time = nil,
  17. Rate = nil,
  18. },
  19. [ "air_left" ] = {
  20. Sequence = "phalanx_a_left_t1",
  21. Time = 0.6,
  22. Rate = 4,
  23. },
  24. [ "air_right" ] = {
  25. Sequence = "phalanx_a_right_t1",
  26. Time = 0.6,
  27. Rate = 1.7,
  28. },
  29. [ "air_forward" ] = {
  30. Sequence = "phalanx_a_s1_t1",
  31. Time = 0.6,
  32. Rate = 1.2,
  33. },
  34. [ "heavy" ] = {
  35. Sequence = "wos_phalanx_b_left_t3",
  36. Time = nil,
  37. Rate = nil,
  38. },
  39. [ "heavy_charge" ] = "wos_phalanx_b_left_charge",
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement