88c0b07f69
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
21 lines
500 B
Common Lisp
21 lines
500 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(challenge
|
|
(id "energyshiftingsands")
|
|
(name _("Collect the Pharaohs Treasure"))
|
|
(description _("Collect at least 9 coins\non 3 laps of Shifting Sands\nin under 2:20 minutes."))
|
|
(unlock-gp "tothemoonandback")
|
|
(depend-on "energymathclass" "racetracktime")
|
|
(major "single")
|
|
(minor "quickrace")
|
|
(track "sandtrack")
|
|
(difficulty "easy")
|
|
(karts 1)
|
|
(laps 3)
|
|
(energy 9)
|
|
(time 140)
|
|
)
|
|
|
|
;; EOF ;;
|
|
|