Skip to content

Commit

Permalink
feat: new outfits and mounts (#1608)
Browse files Browse the repository at this point in the history
Added outfits:
• Decaying Defender
• Darklight Evoker
• Flamefury Mage

Added mounts:
• Boisterous Bull
• Surly Steer
• Obstinate Ox
• Darkfire Devourer
• Spirit of Purity
  • Loading branch information
Luan Luciano authored Sep 16, 2023
1 parent 3becf02 commit 75d84a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/XML/mounts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,9 @@
<mount id="210" clientid="1615" name="Frostbringer" speed="10" premium="no" type="store" />
<mount id="211" clientid="1616" name="Winterstride" speed="10" premium="no" type="store" />
<mount id="212" clientid="1617" name="Icebreacher" speed="10" premium="no" type="store" />
<mount id="213" clientid="1672" name="Boisterous Bull" speed="10" premium="no" type="store" />
<mount id="214" clientid="1673" name="Surly Steer" speed="10" premium="no" type="store" />
<mount id="215" clientid="1674" name="Obstinate Ox" speed="10" premium="no" type="store" />
<mount id="216" clientid="1677" name="Darkfire Devourer" speed="10" premium="no" type="store" />
<mount id="217" clientid="1682" name="Spirit of Purity" speed="10" premium="yes" type="quest" />
</mounts>
6 changes: 6 additions & 0 deletions data/XML/outfits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
<outfit type="0" looktype="1598" name="Ancient Aucar" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1613" name="Frost Tracer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1619" name="Armoured Archer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1663" name="Decaying Defender" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1676" name="Darklight Evoker" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1681" name="Flamefury Mage" premium="no" unlocked="no" enabled="yes" from="store" />

<!-- Male outfits -->
<outfit type="1" looktype="128" name="Citizen" premium="no" unlocked="yes" enabled="yes" />
Expand Down Expand Up @@ -227,4 +230,7 @@
<outfit type="1" looktype="1597" name="Ancient Aucar" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="1" looktype="1612" name="Frost Tracer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1618" name="Armoured Archer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1662" name="Decaying Defender" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="1" looktype="1675" name="Darklight Evoker" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="1" looktype="1680" name="Flamefury Mage" premium="no" unlocked="no" enabled="yes" from="store" />
</outfits>

0 comments on commit 75d84a5

Please sign in to comment.