2008-07-29 00:30:44 -04:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(challenge
|
|
|
|
(id "islandfollow")
|
|
|
|
(name _("Follow the Leader on a\nDesert Island"))
|
|
|
|
(description _("Win a Follow the Leader race\nwith 3 AI karts\non a Desert Island."))
|
|
|
|
(unlock-gp "atworldsend")
|
2008-07-29 09:40:25 -04:00
|
|
|
(depend-on "tothemoonandbackgp" "tollwayhead2head" "tollwaytime" "citytime")
|
2008-07-29 00:30:44 -04:00
|
|
|
(major "single")
|
|
|
|
(minor "followtheleader")
|
|
|
|
(track "islandtrack")
|
|
|
|
(difficulty "easy")
|
|
|
|
(laps 3)
|
|
|
|
(karts 4)
|
2008-07-29 09:40:25 -04:00
|
|
|
(position 2)
|
2008-07-29 00:30:44 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|
|
|
|
|