achievements.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0"?>
  2. <achievements>
  3. <achievement id="1" check-type="all-at-least" reset-type="never"
  4. name="Christoffel Columbus" description="Play every official track at least once." >
  5. <candela_city goal="1"/>
  6. <cocoa_temple goal="1"/>
  7. <cornfield_crossing goal="1"/>
  8. <fortmagma goal="1"/>
  9. <gran_paradiso_island goal="1"/>
  10. <greenvalley goal="1"/>
  11. <hacienda goal="1"/>
  12. <lighthouse goal="1"/>
  13. <mansion goal="1"/>
  14. <mines goal="1"/>
  15. <minigolf goal="1"/>
  16. <olivermath goal="1"/>
  17. <sandtrack goal="1"/>
  18. <scotland goal="1"/>
  19. <snowmountain goal="1"/>
  20. <snowtuxpeak goal="1"/>
  21. <stk_enterprise goal="1"/>
  22. <abyss goal="1"/>
  23. <xr591 goal="1"/>
  24. <zengarden goal="1"/>
  25. <volcano_island goal="1"/>
  26. </achievement>
  27. <achievement id="2" check-type="all-at-least" reset-type="never"
  28. name="Strike!" description="Hit 10 karts with a bowling-ball.">
  29. <ball goal="10"/>
  30. </achievement>
  31. <achievement id="3" check-type="one-at-least" reset-type="race"
  32. name="Arch Enemy" description="Hit the same kart at least 5 times in one race.">
  33. <hit goal="5"/>
  34. </achievement>
  35. <achievement id="4" check-type="all-at-least" reset-type="race"
  36. name="Marathoner" description="Make a race with 5 laps or more.">
  37. <laps goal="5"/>
  38. </achievement>
  39. <achievement id="5" check-type="all-at-least" reset-type="lap"
  40. name="Skid-row" description="Make 5 skidding in a single lap.">
  41. <skidding goal="5"/>
  42. </achievement>
  43. <achievement id="6" check-type="all-at-least" reset-type="never"
  44. name="Gold driver" description="Win against at least 3 opponents in all single player modes.">
  45. <standard goal="1"/>
  46. <std_timetrial goal="1"/>
  47. <follow_leader goal="1"/>
  48. <opponents goal="3"/>
  49. </achievement>
  50. <achievement id="7" check-type="all-at-least" reset-type="race"
  51. name="Powerup Love" description="Use 10 or more powerups in a race.">
  52. <poweruplover goal="10"/>
  53. </achievement>
  54. <achievement id="8" check-type="all-at-least" reset-type="never"
  55. name="Unstoppable" description="Win 5 single races in a row.">
  56. <wins goal="5"/>
  57. </achievement>
  58. <achievement id="9" check-type="all-at-least" reset-type="race"
  59. name="Banana Lover" description="Collect at least 5 bananas in one race.">
  60. <banana goal="5"/>
  61. </achievement>
  62. <achievement id="10" secret="yes" check-type="all-at-least" reset-type="race"
  63. name="It's secret" description="Really ... a secret.">
  64. </achievement>
  65. <achievement id="11" check-type="all-at-least" reset-type="race"
  66. name="Mosquito Hunter" description="Take your opponents for mosquitos! With the swatter, squash at least 5 of them in a race.">
  67. <swatter goal="5"/>
  68. </achievement>
  69. </achievements>