mixster

mixster

Mar 25th, 2010
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Initial setup:
  2. 4 mixstermon, 2 vs 2
  3.  
  4. max mix
  5. vs
  6. may min
  7.  
  8. max needs 400 points and has a speed of 25
  9. may needs 300 points and has a speed of 20
  10. mix needs 350 points and has a speed of 22
  11. min needs 350 points and has a speed of 23
  12.  
  13. Ok, so ManFlardin's system:
  14. max needs 400 / 25 -> 16
  15. may needs 300 / 20 -> 15
  16. mix needs 350 / 22 -> 15.9
  17. min needs 350 / 23 -> 15.2
  18.  
  19. so, may goes next.
  20.  
  21. However, the little movement bars still need to be updated, so
  22. for 15 turns, do
  23. max: 400 - 25 = 375
  24. may: 300 - 20 = 280
  25. ...
  26. update the visual
  27.  
  28. Now, for mixster's system,
  29. repeat
  30. max: 400 - 25 = 375
  31. may: 300 - 20 = 280
  32. ...
  33. if someone has less than 0 points,
  34. if only one has less than 0 points,
  35. execute attack
  36. else
  37. of the people left, see who moves first (ie after 15 turns)
  38. may: 0/20 = 0
  39. mix: 20/22 = 0.9
  40. min: 5/23 = 0.2
  41. => may moves first, then update others and if relevant, execute those etc - also update visual if needed
  42. update visual
Add Comment
Please, Sign In to add comment