forked from TERA_p3104/Client-Datasheets
Add Blast from the Past support to the client
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<Class name="Engineer" defaultPosition="1" secondPosition="1" thirdPosition="1" />
|
||||
</ClassPosition>
|
||||
<Compensation>
|
||||
<AddEntry addItemAmount="1" addItemTemplateId="213297" />
|
||||
<AddEntry addItemAmount="1" addItemTemplateId="150014" />
|
||||
<DungeonClear addItemAmount="1" addItemTemplateId="407" />
|
||||
<PositionCall addItemAmount="0" addItemTemplateId="0" />
|
||||
</Compensation>
|
||||
@ -81,4 +81,5 @@
|
||||
<Dungeon id="9885" dungeonMaxLevel="65" dungeonMinLevel="65" minItemLevel="181">
|
||||
<NeedItem id="0" />
|
||||
</Dungeon>
|
||||
<SupportMatching id="9999" dungeonMaxLevel="65" dungeonMinLevel="60" />
|
||||
</DungeonMatching>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<xsd:element name="ClassPosition" type="DungeonMatching_ClassPosition" />
|
||||
<xsd:element name="Compensation" type="DungeonMatching_Compensation" />
|
||||
<xsd:element name="Dungeon" type="DungeonMatching_Dungeon" maxOccurs="unbounded" />
|
||||
<xsd:element name="SupportMatching" type="DungeonMatching_SupportMatching" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="DungeonMatching_ClassPosition">
|
||||
@ -35,6 +36,11 @@
|
||||
<xsd:complexType name="DungeonMatching_Compensation_PositionCall">
|
||||
<xsd:attribute name="addItemAmount" type="xsd:int" use="required" />
|
||||
<xsd:attribute name="addItemTemplateId" type="xsd:int" use="required" />
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="DungeonMatching_SupportMatching">
|
||||
<xsd:attribute name="id" type="xsd:int" use="required" />
|
||||
<xsd:attribute name="dungeonMaxLevel" type="xsd:int" use="required" />
|
||||
<xsd:attribute name="dungeonMinLevel" type="xsd:int" use="required" />
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="DungeonMatching_Dungeon">
|
||||
<xsd:sequence>
|
||||
|
Reference in New Issue
Block a user