The existing Borderlands mod file formats kind of suck, so let's come up with a new one.
- They look like xml, but have completely custom escape logic (see here)
- Due to the above, very easy to "corrupt" files if you start getting into edge cases
- Not the most human readable
- Overly restrictive about what is and isn't allowed to be in a command (to try avoid the above edge cases, though it fails)