20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
|
;; -*- 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")
|
||
|
(unlock-difficulty "skidding" _("Skidding Preview"))
|
||
|
(depend-on "islandfollow" "racetracktime" "tollwaytime" "junglefollow" "citytime" "tollwayhead")
|
||
|
(major "grandprix")
|
||
|
(minor "quickrace")
|
||
|
(gp "atworldsend")
|
||
|
(difficulty "hard")
|
||
|
(karts 4)
|
||
|
(position 1)
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|
||
|
|