Addition of Tower of Insolence's Time Stone - Middle Floors (82025).
Contributed by Horus.
This commit is contained in:
@@ -284,10 +284,15 @@
|
|||||||
<item id="82025" name="Tower of Insolence's Time Stone (Middle Floors)" type="EtcItem">
|
<item id="82025" name="Tower of Insolence's Time Stone (Middle Floors)" type="EtcItem">
|
||||||
<!-- Adds 60 min. to the hunting time in the Tower of Insolence (Middle Floors). Required level: 110+. -->
|
<!-- Adds 60 min. to the hunting time in the Tower of Insolence (Middle Floors). Required level: 110+. -->
|
||||||
<set name="icon" val="icon.timezone_refill_oman_a_60" />
|
<set name="icon" val="icon.timezone_refill_oman_a_60" />
|
||||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
<set name="default_action" val="SKILL_REDUCE" />
|
||||||
<set name="immediate_effect" val="true" />
|
|
||||||
<set name="material" val="PAPER" />
|
<set name="material" val="PAPER" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
|
<set name="is_stackable" val="true" />
|
||||||
|
<set name="handler" val="ItemSkills" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
|
<skills>
|
||||||
|
<skill id="39657" level="2" /> <!-- Tower of Insolence's Time Stone (Lower Floor) -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="82026" name="Ultimate Death Knight C - Not Available" additionalName="Blue" type="Armor">
|
<item id="82026" name="Ultimate Death Knight C - Not Available" additionalName="Blue" type="Armor">
|
||||||
<!-- The item is not available. -->
|
<!-- The item is not available. -->
|
||||||
|
@@ -609,7 +609,7 @@
|
|||||||
<icon>icon.skill0000</icon>
|
<icon>icon.skill0000</icon>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="39657" toLevel="1" name="Tower of Insolence's Prolongation Stone">
|
<skill id="39657" toLevel="2" name="Tower of Insolence's Prolongation Stone">
|
||||||
<magicLevel>1</magicLevel>
|
<magicLevel>1</magicLevel>
|
||||||
<operateType>A1</operateType>
|
<operateType>A1</operateType>
|
||||||
<isMagic>4</isMagic>
|
<isMagic>4</isMagic>
|
||||||
@@ -627,7 +627,10 @@
|
|||||||
</conditions>
|
</conditions>
|
||||||
<effects>
|
<effects>
|
||||||
<effect name="AddHuntingTime">
|
<effect name="AddHuntingTime">
|
||||||
<zoneId>8</zoneId>
|
<zoneId>
|
||||||
|
<value level="1">8</value>
|
||||||
|
<value level="2">9</value>
|
||||||
|
</zoneId>
|
||||||
<time>3600000</time>
|
<time>3600000</time>
|
||||||
</effect>
|
</effect>
|
||||||
</effects>
|
</effects>
|
||||||
|
@@ -2109,7 +2109,25 @@
|
|||||||
<xs:element name="mCritRateMode" type="xs:string" />
|
<xs:element name="mCritRateMode" type="xs:string" />
|
||||||
<xs:element name="DUALBLUNT" type="xs:unsignedByte" />
|
<xs:element name="DUALBLUNT" type="xs:unsignedByte" />
|
||||||
<xs:element name="percentTo" type="xs:unsignedByte" />
|
<xs:element name="percentTo" type="xs:unsignedByte" />
|
||||||
<xs:element name="zoneId" type="xs:unsignedByte" />
|
<xs:element name="zoneId">
|
||||||
|
<xs:complexType mixed="true">
|
||||||
|
<xs:sequence minOccurs="0">
|
||||||
|
<xs:element maxOccurs="unbounded" name="value">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:simpleContent>
|
||||||
|
<xs:extension base="xs:string">
|
||||||
|
<xs:attribute name="fromLevel" type="xs:unsignedByte" use="optional" />
|
||||||
|
<xs:attribute name="toLevel" type="xs:unsignedByte" use="optional" />
|
||||||
|
<xs:attribute name="fromSubLevel" type="xs:unsignedShort" use="optional" />
|
||||||
|
<xs:attribute name="toSubLevel" type="xs:unsignedShort" use="optional" />
|
||||||
|
<xs:attribute name="level" type="xs:unsignedByte" use="optional" />
|
||||||
|
</xs:extension>
|
||||||
|
</xs:simpleContent>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="time" type="xs:unsignedInt" />
|
<xs:element name="time" type="xs:unsignedInt" />
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
|
Reference in New Issue
Block a user