Init release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<StrSheet_HuntingZoneEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_HuntingZoneEvent StrSheet_HuntingZoneEvent.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_HuntingZoneEvent">
|
||||
<String id="0" string="Increased drop rate" />
|
||||
<String id="1" string="Speeds instance cooldown" />
|
||||
<String id="2" string="Increased instance entry" />
|
||||
<String id="3" string="Increased dropped gold" />
|
||||
<String id="4" string="Increased XP" />
|
||||
<String id="5" string="Increased enchanted item drop rate" />
|
||||
<String id="6" string="Increased battleground credits" />
|
||||
<String id="7" string="Increased enchant success rate" />
|
||||
</StrSheet_HuntingZoneEvent>
|
||||
@@ -0,0 +1,12 @@
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="https://vezel.dev/novadrop/dc" xmlns="https://vezel.dev/novadrop/dc/StrSheet_HuntingZoneEvent" targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_HuntingZoneEvent" xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd" elementFormDefault="qualified">
|
||||
<xsd:complexType name="StrSheet_HuntingZoneEvent">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="String" type="StrSheet_HuntingZoneEvent_String" maxOccurs="unbounded" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="StrSheet_HuntingZoneEvent_String">
|
||||
<xsd:attribute name="id" type="xsd:int" use="required" />
|
||||
<xsd:attribute name="string" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
<xsd:element name="StrSheet_HuntingZoneEvent" type="StrSheet_HuntingZoneEvent" />
|
||||
</xsd:schema>
|
||||
Reference in New Issue
Block a user