GP name can be used). 2) Added support for challenges to be specified in .challenge files, converted all existing challenges to be specified in this kind of data file. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2188 178a84e3-b1eb-0310-8ba1-8eac791a3b58
19 lines
471 B
Common Lisp
19 lines
471 B
Common Lisp
;; -*- 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 ;;
|
|
|