A-KouZ1

Untitled

Sep 27th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Main setup
  2. 1 Base
  3.  
  4. Common behavior :
  5. Horizontal speed :
  6. 2 X speed < : 3/4 * Base
  7. 3 X speed > : 4/4 * Base
  8. 4 X speed >> : 5/4 * Base
  9. 5 X speed >>> : 6/4 * Base
  10. 6 X speed >>>> : 7/4 * Base
  11.  
  12. Special behaviors :
  13. Cube mode :
  14. 7 Gravity : -1/35 * Base
  15. 8 Y-vel min : -13/5 * Base
  16. 9 Y-vel max : 16/5 * Base
  17. 10 Rotation : 180/135 * Base (unsured)
  18. 11 Jump : 23/12 * Base
  19. Ship mode:
  20. 12 Acceleration : -1/245 * Base (unsured)
  21. 13 Y-vel min : -10/9 * Base
  22. 14 Y-vel max : 18/13 * Base
  23. Ball mode:
  24. 15 Gravity : -1/58 * Base
  25. 16 Y-vel min : -13/5 * Base
  26. 17 Y-vel max : 7/2 * Base
  27. 18 Alternation : 1/2 * Base
  28. Gravity portal negative y-velocity boundary:
  29. 19 Cube mode : -5/4 * Base
  30. 20 Ship mode :
  31. 21 Ball mode : -5/4 * Base
  32.  
  33. Object interacts :
  34. Bumpers :
  35. Yellow :
  36. 22 Cube : 11/4 * Base
  37. Ship :
  38. Ball : 18/11 * Base
  39. Pink :
  40. Cube :
  41. Ship :
  42. Ball :
  43. Blue :
  44. Cube : -1 * Base
  45. Ship : -10/9 * Base
  46. Ball : -2/3 * Base
  47. Red :
  48. Cube :
  49. Ship :
  50. Ball :
  51. Rings :
  52. Yellow :
  53. 34 Cube : 23/12 * Base
  54. Ship :
  55. Ball : 4/3 * Base
  56. Pink :
  57. Cube :
  58. Ship :
  59. Ball :
  60. Blue :
  61. Cube : -3/4 * Base
  62. Ship : -10/9 * Base
  63. Ball : -1/2 * Base
  64. Green :
  65. Cube :
  66. Ship :
  67. Ball :
  68. Red :
  69. Cube :
  70. Ship :
  71. Ball :
  72. Black :
  73. Cube :
  74. Ship :
  75. Ball :
Advertisement
Add Comment
Please, Sign In to add comment