d6490dc48c
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2189 178a84e3-b1eb-0310-8ba1-8eac791a3b58
18 lines
440 B
Common Lisp
18 lines
440 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(challenge
|
|
(id "penguinplaygroundgp")
|
|
(name _("Win Penguin Playground Grand\nPrix"))
|
|
(description _("Win Penguin Playground Grand\nPrix with 3 'Racer' Level AI karts."))
|
|
(unlock-mode "followtheleader" _("Follow the Leader"))
|
|
(major "grandprix")
|
|
(minor "quickrace")
|
|
(gp "penguinplayground")
|
|
(difficulty "hard")
|
|
(karts 4)
|
|
(position 1)
|
|
)
|
|
|
|
;; EOF ;;
|
|
|