Add challenge file for black mansion
* Requirement set to 0 until there's a structure in the order
we want challenges to be completed.
* Times based on a few rounds without cheating[1]
[1]: You can cheat in Black Mansion by just going straight ahead
in the hill after the start.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11372 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
19
data/challenges/mansion.challenge
Normal file
19
data/challenges/mansion.challenge
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<challenge version="2">
|
||||
<track id="mansion" laps="3"/>
|
||||
<mode major="single" minor="quickrace"/>
|
||||
<requirements trophies="0"/>
|
||||
|
||||
<hard>
|
||||
<karts number="5"/>
|
||||
<requirements time="110"/>
|
||||
</hard>
|
||||
<medium>
|
||||
<karts number="4"/>
|
||||
<requirements time="120"/>
|
||||
</medium>
|
||||
<easy>
|
||||
<karts number="4"/>
|
||||
<requirements time="145"/>
|
||||
</easy>
|
||||
</challenge>
|
||||
Reference in New Issue
Block a user