Advertisement
Guest User

Untitled

a guest
Jun 27th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. const uint8_t rideBonusValue[RIDE_TYPE_COUNT] = {
  2. 85, // 00 Spiral Roller coaster
  3. 90, // 01 Stand Up Coaster
  4. 90, // 02 Suspended Swinging
  5. 100, // 03 Inverted
  6. 60, // 04 Steel Mini Coaster
  7. 50, // 05 Mini Railway
  8. 60, // 06 Monorail
  9. 50, // 07 Mini Suspended Coaster
  10. 40, // 08 Boat Hire
  11. 55, // 09 Wooden Wild Mine/Mouse
  12. 60, // 0a Steeplechase/Motorbike/Soap
  13. 50, // 0b Car Ride
  14. 65, // 0c Launched Freefall
  15. 75, // 0d Bobsleigh Coaster
  16. 45, // 0e Observation Tower
  17. 95, // 0f Looping Roller Coaster
  18. 55, // 10 Dinghy Slide
  19. 85, // 11 Mine Train Coaster
  20. 55, // 12 Chairlift
  21. 100, // 13 Corkscrew Roller Coaster
  22. 40, // 14 Maze
  23. 40, // 15 Spiral Slide
  24. 55, // 16 Go Karts
  25. 65, // 17 Log Flume
  26. 70, // 18 River Rapids
  27. 35, // 19 Dodgems
  28. 35, // 1a Pirate Ship
  29. 35, // 1b Swinging Inverter Ship
  30. 15, // 1c Food Stall
  31. 15, // 1d (none)
  32. 15, // 1e Drink Stall
  33. 15, // 1f (none)
  34. 15, // 20 Shop (all types)
  35. 45, // 21 Merry Go Round
  36. 15, // 22 Balloon Stall (maybe)
  37. 15, // 23 Information Kiosk
  38. 5, // 24 Bathroom
  39. 45, // 25 Ferris Wheel
  40. 45, // 26 Motion Simulator
  41. 45, // 27 3D Cinema
  42. 55, // 28 Topspin
  43. 30, // 29 Space Rings
  44. 70, // 2a Reverse Freefall Coaster
  45. 45, // 2b Elevator
  46. 95, // 2c Vertical Drop Roller Coaster
  47. 5, // 2d ATM
  48. 40, // 2e Twist
  49. 22, // 2f Haunted House
  50. 5, // 30 First Aid
  51. 39, // 31 Circus Show
  52. 50, // 32 Ghost Train
  53. 120, // 33 Twister Roller Coaster
  54. 105, // 34 Wooden Roller Coaster
  55. 65, // 35 Side-Friction Roller Coaster
  56. 55, // 36 Wild Mouse
  57. 100, // 37 Multi Dimension Coaster
  58. 100, // 38 (none)
  59. 100, // 39 Flying Roller Coaster
  60. 100, // 3a (none)
  61. 50, // 3b Virginia Reel
  62. 65, // 3c Splash Boats
  63. 45, // 3d Mini Helicopters
  64. 100, // 3e Lay-down Roller Coaster
  65. 60, // 3f Suspended Monorail
  66. 100, // 40 (none)
  67. 65, // 41 Reverser Roller Coaster
  68. 35, // 42 Heartline Twister Roller Coaster
  69. 23, // 43 Mini Golf
  70. 120, // 44 Giga Coaster
  71. 45, // 45 Roto-Drop
  72. 35, // 46 Flying Saucers
  73. 22, // 47 Crooked House
  74. 45, // 48 Monorail Cycles
  75. 80, // 49 Compact Inverted Coaster
  76. 60, // 4a Water Coaster
  77. 70, // 4b Air Powered Vertical Coaster
  78. 55, // 4c Inverted Hairpin Coaster
  79. 35, // 4d Magic Carpet
  80. 40, // 4e Submarine Ride
  81. 65, // 4f River Rafts
  82. 15, // 50 (none)
  83. 45, // 51 Enterprise
  84. 15, // 52 (none)
  85. 15, // 53 (none)
  86. 15, // 54 (none)
  87. 100, // 55 (none)
  88. 75, // 56 Inverted Impulse Coaster
  89. 60, // 57 Mini Roller Coaster
  90. 70, // 58 Mine Ride
  91. 55, // 59 (none)
  92. 55, // 5a LIM Launched Roller Coaster
  93. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement