Fixed Time Stone: Tower of Insolence Lower Floor (81463) item.
This commit is contained in:
parent
a660df2391
commit
767e688cb3
@ -714,10 +714,19 @@
|
||||
<item id="81463" name="Time Stone: Tower of Insolence (Lower Floor)" type="EtcItem">
|
||||
<!-- Adds 60 min. to the hunting time in Tower of Insolence (Lower Floor). Required level: 110+. -->
|
||||
<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="material" val="PAPER" />
|
||||
<set name="weight" val="30" />
|
||||
<set name="is_tradable" val="true" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_depositable" val="true" />
|
||||
<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="1" /> <!-- Tower of Insolence's Prolongation Stone -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="81464" name="Freya's Vital Rune" additionalName="30-day" type="EtcItem">
|
||||
<!-- If stored in the inventory, increases Bonus XP gain in Vitality state by 50% (excludes boss monsters) and decreases Vitality Consumption Spd. by 15%. -->
|
||||
|
@ -589,8 +589,28 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="39657" toLevel="1" name="Tower of Insolence's Prolongation Stone">
|
||||
<icon>icon.skill0000</icon>
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>81463</itemConsumeId> <!-- Time Stone: Tower of Insolence (Lower Floor) -->
|
||||
<conditions>
|
||||
<condition name="CheckLevel">
|
||||
<minLevel>110</minLevel>
|
||||
<maxLevel>120</maxLevel>
|
||||
<affectType>CASTER</affectType>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="AddHuntingTime">
|
||||
<zoneId>8</zoneId>
|
||||
<time>3600000</time>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39658" toLevel="1" name="Superior Ruby">
|
||||
<!-- Soulshot Damage +$s1. -->
|
||||
|
Loading…
Reference in New Issue
Block a user