updated challenges

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2689 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-16 02:29:58 +00:00
parent 27646ae0b1
commit fccb1358b8
3 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,6 @@
(name _("Win the At World's End\nGrand Prix"))
(description _("Come first in the At World's End\nGrand Prix with 3 'Racer'\nLevel AI karts."))
(unlock-gp "alltracks")
(unlock-difficulty "skidding" _("Skidding Preview"))
(depend-on "islandfollow")
(major "grandprix")
(minor "quickrace")

View File

@ -3,13 +3,13 @@
(challenge
(id "energyshiftingsands")
(name _("Collect the Pharaohs Treasure"))
(description _("Collect at least 9 coins\non 3 laps of Shifting Sands\nin under 2:20 minutes."))
(description _("Finish with at least 9 nitro \npoints on 3 laps of Shifting Sands\nin under 2:20 minutes."))
(unlock-gp "tothemoonandback")
(depend-on "energymathclass" "racetracktime")
(major "single")
(minor "quickrace")
(track "sandtrack")
(difficulty "easy")
(difficulty "medium")
(karts 1)
(laps 3)
(energy 9)

View File

@ -4,7 +4,7 @@
(name _("To the Moon and Back"))
(description _("Second grand prix"))
(tracks "lighthouse" "skyline" "startrack" "xr591" "beach")
(laps 4 4 3 3 2 )
(laps 4 3 3 3 2 )
)
;; EOF ;;