2008-07-29 00:30:44 -04:00
|
|
|
;; -*- 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")
|
2008-07-29 09:40:25 -04:00
|
|
|
(depend-on "islandfollow")
|
2008-07-29 00:30:44 -04:00
|
|
|
(major "grandprix")
|
|
|
|
(minor "quickrace")
|
|
|
|
(gp "atworldsend")
|
|
|
|
(difficulty "hard")
|
|
|
|
(karts 4)
|
|
|
|
(position 1)
|
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|
|
|
|
|