Implemented Enchant Death Knight's Flame Sword enchanting.
Contributed by manax182.
This commit is contained in:
parent
514d727ed4
commit
f863d6ded1
@ -254,9 +254,23 @@
|
||||
<item id="48056" /> <!-- Agathion Aquarius -->
|
||||
<item id="48058" /> <!-- Agathion Sagittarius -->
|
||||
</enchant>
|
||||
|
||||
|
||||
<!-- Talisman of Baium -->
|
||||
<enchant id="91951" maxEnchant="5">
|
||||
<item id="49683" />
|
||||
</enchant>
|
||||
|
||||
<!-- Sibi's Weapon Enchant Scroll -->
|
||||
<enchant id="91155" maxEnchant="23">
|
||||
<item id="91154" />
|
||||
</enchant>
|
||||
|
||||
<!-- Scroll: Enchant Death Knight's Flame Sword -->
|
||||
<enchant id="93931" targetGrade="A" maxEnchant="10">
|
||||
<item id="93864" /> <!-- Death Knight's Flame Sword-->
|
||||
</enchant>
|
||||
|
||||
<enchant id="93932" targetGrade="A" maxEnchant="10">
|
||||
<item id="93864" /> <!-- Death Knight's Flame Sword -->
|
||||
</enchant>
|
||||
</list>
|
||||
|
@ -704,6 +704,7 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="true" />
|
||||
<stats>
|
||||
<stat type="pAtk">155</stat>
|
||||
<stat type="mAtk">70</stat>
|
||||
@ -717,9 +718,15 @@
|
||||
<!-- For Sibi's Samurai Black Long Sword only. Starting from +3, P. Atk. +5, M. Atk. +3. Starting from +4, P./ M. Atk. bonus is doubled. Can be enchanted up to +23. -->
|
||||
<set name="icon" val="icon.yogi_scroll_of_enchant_weapon_grade_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="51121" level="1" /> <!-- Scroll: Enchant Death Knight's Flame Sword (Exchangeable) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91156" name="Fisherman's Blessing (24 hr.)" type="EtcItem">
|
||||
<!-- For 24 h., Acquired XP/ SP (fishing) +50%. Changes the armor appearance to that of Hanbok. Cannot be used simultaneously with Angler's Blessing. -->
|
||||
|
@ -314,8 +314,15 @@
|
||||
<!-- <Scroll for enchanting Death Knight's Flame Sword>. When enchanted, P. Atk. +10, M. Atk. +18. Note!. In case of failure, Death Knight's Flame Sword is destroyed. -->
|
||||
<set name="icon" val="icon.scrl_of_ench_firesword" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="40192" level="1" /> <!-- Scroll: Enchant Death Knight's Flame Sword (Exchangeable) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93932" name="Scroll: Enchant Death Knight's Flame Sword (Unexchangeable)" type="EtcItem">
|
||||
<!-- <Scroll for enchanting Death Knight's Flame Sword>. When enchanted, P. Atk. +10, M. Atk. +18. Note!. In case of failure, Death Knight's Flame Sword is destroyed. -->
|
||||
@ -325,6 +332,14 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="40193" level="1" /> <!-- Scroll: Enchant Death Knight's Flame Sword (Exchangeable) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93933" name="Rare Accessory Pack Lv. 1" type="EtcItem">
|
||||
<!-- Double-click to obtain one of the following items. -->
|
||||
|
@ -730,12 +730,22 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="40192" toLevel="1" name="Scroll: Enchant Death Knight's Flame Sword (Exchangeable)">
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40193" toLevel="1" name="Scroll: Enchant Death Knight's Flame Sword (Unexchangeable)">
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40194" toLevel="1" name="Extra Pass: Transcendent Instance Zone">
|
||||
<icon>icon.skill0000</icon>
|
||||
|
@ -181,7 +181,13 @@
|
||||
<skill id="51121" toLevel="1" name="Sibi's Weapon Enchant Scroll">
|
||||
<!-- Enchants Sibi's Samurai Black Long Sword. -->
|
||||
<icon>icon.yogi_scroll_of_enchant_weapon_grade_i00</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="51122" toLevel="1" name="Maphr Potion">
|
||||
<!-- For 10 min. the enchant success rate is increased. Cannot be used to enchant some items. -->
|
||||
|
@ -277,6 +277,20 @@
|
||||
<item id="49683" />
|
||||
</enchant>
|
||||
|
||||
<!-- Sibi's Weapon Enchant Scroll -->
|
||||
<enchant id="91155" maxEnchant="23">
|
||||
<item id="91154" />
|
||||
</enchant>
|
||||
|
||||
<!-- Scroll: Enchant Death Knight's Flame Sword -->
|
||||
<enchant id="93931" targetGrade="A" maxEnchant="10">
|
||||
<item id="93864" /> <!-- Death Knight's Flame Sword-->
|
||||
</enchant>
|
||||
|
||||
<enchant id="93932" targetGrade="A" maxEnchant="10">
|
||||
<item id="93864" /> <!-- Death Knight's Flame Sword -->
|
||||
</enchant>
|
||||
|
||||
<!-- Enchannt Hellbound Ring -->
|
||||
<enchant id="94719" maxEnchant="10">
|
||||
<item id="94718" /> <!-- Hellbound Ring -->
|
||||
|
@ -704,6 +704,7 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="enchant_enabled" val="true" />
|
||||
<stats>
|
||||
<stat type="pAtk">155</stat>
|
||||
<stat type="mAtk">70</stat>
|
||||
@ -717,9 +718,15 @@
|
||||
<!-- For Sibi's Samurai Black Long Sword only. Starting from +3, P. Atk. +5, M. Atk. +3. Starting from +4, P./ M. Atk. bonus is doubled. Can be enchanted up to +23. -->
|
||||
<set name="icon" val="icon.yogi_scroll_of_enchant_weapon_grade_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="51121" level="1" /> <!-- Scroll: Enchant Death Knight's Flame Sword (Exchangeable) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="91156" name="Fisherman's Blessing (24 hr.)" type="EtcItem">
|
||||
<!-- For 24 h., Acquired XP/ SP (fishing) +50%. Changes the armor appearance to that of Hanbok. Cannot be used simultaneously with Angler's Blessing. -->
|
||||
|
@ -314,8 +314,15 @@
|
||||
<!-- <Scroll for enchanting Death Knight's Flame Sword>. When enchanted, P. Atk. +10, M. Atk. +18. Note!. In case of failure, Death Knight's Flame Sword is destroyed. -->
|
||||
<set name="icon" val="icon.scrl_of_ench_firesword" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="40192" level="1" /> <!-- Scroll: Enchant Death Knight's Flame Sword (Exchangeable) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93932" name="Scroll: Enchant Death Knight's Flame Sword (Unexchangeable)" type="EtcItem">
|
||||
<!-- <Scroll for enchanting Death Knight's Flame Sword>. When enchanted, P. Atk. +10, M. Atk. +18. Note!. In case of failure, Death Knight's Flame Sword is destroyed. -->
|
||||
@ -325,6 +332,14 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="etcitem_type" val="ENCHT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<skills>
|
||||
<skill id="40193" level="1" /> <!-- Scroll: Enchant Death Knight's Flame Sword (Exchangeable) -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="93933" name="Rare Accessory Pack Lv. 1" type="EtcItem">
|
||||
<!-- Double-click to obtain one of the following items. -->
|
||||
|
@ -730,12 +730,22 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="40192" toLevel="1" name="Scroll: Enchant Death Knight's Flame Sword (Exchangeable)">
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40193" toLevel="1" name="Scroll: Enchant Death Knight's Flame Sword (Unexchangeable)">
|
||||
<icon>icon.skill0000</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="40194" toLevel="1" name="Extra Pass: Transcendent Instance Zone">
|
||||
<icon>icon.skill0000</icon>
|
||||
|
@ -181,7 +181,13 @@
|
||||
<skill id="51121" toLevel="1" name="Sibi's Weapon Enchant Scroll">
|
||||
<!-- Enchants Sibi's Samurai Black Long Sword. -->
|
||||
<icon>icon.yogi_scroll_of_enchant_weapon_grade_i00</icon>
|
||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||
<magicLevel>1</magicLevel>
|
||||
<operateType>A1</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<targetType>ITEM</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
</skill>
|
||||
<skill id="51122" toLevel="1" name="Maphr Potion">
|
||||
<!-- For 10 min. the enchant success rate is increased. Cannot be used to enchant some items. -->
|
||||
|
Loading…
Reference in New Issue
Block a user