stk-code_catmod/data/challenges/fortmagma.challenge
auria 20382c0f15 Allow a challenge to specify which AI kart to use, and use it for the final race against Nolok challenge
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11536 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-09-03 20:18:48 +00:00

23 lines
565 B
XML

<?xml version="1.0"?>
<challenge version="2">
<track id="fortmagma" laps="3"/>
<mode major="single" minor="quickrace"/>
<requirements trophies="23"/>
<hard>
<karts number="2" aiIdent="nolok"/>
<requirements position="1"/>
</hard>
<medium>
<karts number="2" aiIdent="nolok"/>
<requirements position="1"/>
</medium>
<easy>
<karts number="2" aiIdent="nolok"/>
<requirements position="1"/>
</easy>
<unlock-kart value="gnu"/>
<unlock-kart value="nolok"/>
</challenge>