Skip to content

Instantly share code, notes, and snippets.

@Caellian
Created June 30, 2015 00:47
Show Gist options
  • Save Caellian/aeb82c06aaf49b4b5f35 to your computer and use it in GitHub Desktop.
Save Caellian/aeb82c06aaf49b4b5f35 to your computer and use it in GitHub Desktop.
Created for testing purposes
<generator>
<lvl1>
<gold>
<low/>
<medium/>
<high/>
</gold>
<magical>
<red>
<watch/>
<bag/>
<amulet/>
</red>
<green>
<ring/>
<gem/>
<string/>
</green>
<blue>
<cloth/>
<gem/>
<glass/>
</blue>
</magical>
</lvl1>
<strings>
<lvl1>Level 1</lvl1>
<gold>GP:</gold>
<low>10</low>
<medium>20</medium>
<high>30</high>
<magical>Magical</magical>
<red>red</red>
<green>green</green>
<blue>green</blue>
<watch>watch</watch>
<bag>bag</bag>
<amulet>amulet</amulet>
<ring>ring</ring>
<gem>gem</gem>
<string>string</string>
<cloth>cloth</cloth>
<gem>gem</gem>
<glass>glass</glass>
</strings>
</generator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment