Correction for items 48912, 48996 and 48997.
Contributed by musicgyz.
This commit is contained in:
parent
13416f0445
commit
b0c07230c3
@ -100,10 +100,16 @@
|
||||
<item id="48912" name="Gran Kain's Scroll: Enchant Weapon (R-grade)" type="EtcItem">
|
||||
<!-- When enchanted, increases P. Atk. by 6 for R-grade one-handed swords, one-handed blunts, one-handed staffs, daggers, spears, and other weapons. Increases P. Atk. by 7 for two-handed swords, two-handed blunts, two-handed staffs, dual daggers, dual swords, fist weapons, and crossbows. Increases P. Atk. by 12 for bow weapons. Increases M. Atk. by 5 for all weapons. P. Atk./ M. Atk increases greatly starting at +4. For blessed weapons, all stats will increase more than standard weapons. If enchanting fails, the item does not crystallize thanks to Gran Kain's power, and the enchantment level stays the same. Cannot be used on weapons above +20. -->
|
||||
<set name="icon" val="icon.ev_shilen_scroll_of_enchant_wp" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_ATTR_ANCIENT_CRYSTAL_ENCHANT_WP" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<skills>
|
||||
<skill id="39369" level="1" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48913" name="Gale Scroll" type="EtcItem">
|
||||
<!-- A scroll to level-up as fast as the wind. Hunting XP and SP gain +200%. Remains active after death. Duration 10 min. Cooldown 9 min. Only for characters below Lv. 108. Cannot be stacked with Freya s Wind Scroll or Freya s Storm Scroll. -->
|
||||
@ -1004,6 +1010,10 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39397" level="5" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48997" name="Lv. 4 Legendary Dye 10-unit Box" type="EtcItem">
|
||||
<!-- Use it to obtain one of the boxes containing 10 Lv. 4 Legendary Dyes of STR, DEX, CON, INT, WIT, or MEN. -->
|
||||
@ -1015,6 +1025,10 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<skills>
|
||||
<skill id="39397" level="6" />
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48998" name="Chorong's Lucky Pouch" additionalName="Event" type="EtcItem">
|
||||
<!-- Double-click to participate in the lucky gift draw. -->
|
||||
|
@ -373,6 +373,12 @@
|
||||
</skill>
|
||||
<skill id="39369" toLevel="1" name="Shilen's Scroll: Enchant Weapon (R-grade)">
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<isMagic>2</isMagic>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="39370" toLevel="2" name="Gale Scroll">
|
||||
<!-- A scroll to level-up as fast as the wind. Acquired XP/ SP +$s1. Remains active after death. Duration 10 min. Cooldown 9 min. -->
|
||||
@ -613,9 +619,84 @@
|
||||
</skill>
|
||||
<skill id="39397" toLevel="6" name="+5 Radiant Warrior's Circlet Box">
|
||||
<operateType>A1</operateType>
|
||||
<hitTime>500</hitTime>
|
||||
<coolTime>500</coolTime>
|
||||
<reuseDelay>500</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<hitTime>400</hitTime>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<effects>
|
||||
<effect name="RestorationRandom" level="1">
|
||||
<items>
|
||||
<item chance="100">
|
||||
<item id="48204" count="1" minEnchant="5" maxEnchant="5"/>
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" level="2">
|
||||
<items>
|
||||
<item chance="100">
|
||||
<item id="48207" count="1" minEnchant="5" maxEnchant="5"/>
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" level="3">
|
||||
<items>
|
||||
<item chance="100">
|
||||
<item id="48210" count="1" minEnchant="5" maxEnchant="5"/>
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" level="4">
|
||||
<items>
|
||||
<item chance="100">
|
||||
<item id="48493" count="1" minEnchant="5" maxEnchant="5"/>
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" level="5">
|
||||
<items>
|
||||
<item chance="16.6">
|
||||
<item id="17709" count="10" />
|
||||
</item>
|
||||
<item chance="17">
|
||||
<item id="17710" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17711" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17712" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17713" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17714" count="10" />
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" level="6">
|
||||
<items>
|
||||
<item chance="16.6">
|
||||
<item id="17691" count="10" />
|
||||
</item>
|
||||
<item chance="17">
|
||||
<item id="17692" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17693" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17694" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17695" count="10" />
|
||||
</item>
|
||||
<item chance="16.6">
|
||||
<item id="17696" count="10" />
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39398" toLevel="1" name="Gold Trophy">
|
||||
<operateType>A1</operateType>
|
||||
|
Loading…
Reference in New Issue
Block a user