fccb1358b8
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2689 178a84e3-b1eb-0310-8ba1-8eac791a3b58
19 lines
437 B
Common Lisp
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 ;;
|
|
|