19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
(challenge
|
||
|
(id "tothemoonandbackgp")
|
||
|
(name _("Win To the Moon and Back\nGrand Prix"))
|
||
|
(description _("Win the To the Moon and Back\nGrand Prix with 3 'Racer'\nLevel AI karts."))
|
||
|
(unlock-gp "snagdrive")
|
||
|
(depend-on "energyshiftingsands" "junglefollow")
|
||
|
(major "grandprix")
|
||
|
(minor "quickrace")
|
||
|
(gp "tothemoonandback")
|
||
|
(difficulty "hard")
|
||
|
(karts 4)
|
||
|
(position 1)
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|
||
|
|