stk-code_catmod/data/grandprix/alltracks.challenge
auria fccb1358b8 updated challenges
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2689 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-12-16 02:29:58 +00:00

19 lines
437 B
Common Lisp

;; -*- mode: lisp -*-
(challenge
(id "worldsend")
(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")
(depend-on "islandfollow")
(major "grandprix")
(minor "quickrace")
(gp "atworldsend")
(difficulty "hard")
(karts 4)
(position 1)
)
;; EOF ;;