Last active
August 29, 2015 14:06
-
-
Save cpsievert/3a9a199ccddab114c5f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mariokart> | |
| <driver name="Bowser" occupation="Koopa"> | |
| <vehicle model="Wario Bike"> | |
| <stats> | |
| <speed>40</speed> | |
| <weight>60</weight> | |
| <drift>25</drift> | |
| </stats> | |
| </vehicle> | |
| <vehicle model="Piranha Prowler"> | |
| <stats> | |
| <speed>55</speed> | |
| <weight>67</weight> | |
| <drift>35</drift> | |
| </stats> | |
| </vehicle> | |
| </driver> | |
| <driver name="Peach" occupation="Princess"> | |
| <vehicle model="Royal Racer"> | |
| <stats> | |
| <speed>34</speed> | |
| <weight>24</weight> | |
| <drift>32</drift> | |
| </stats> | |
| </vehicle> | |
| </driver> | |
| </mariokart> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment