-Added all existing enchantment scrolls & lucky stones.
-Full done all scrolls and stones (standard,bless,giant's,safe, -1, etc..) -Added parameters minEnchant, maxEnchantFighter, maxEnchantMagic (minEnchant for Improved stones (+10..+15 only), others for Heavenly Scrolls -Implemented Hair accessory enchant (ONLY IN CORE - ITEMS FOR ENCHANTING NOT DONE, EXCEPT 34717. Also, visual bug when enchanting - "+pdef", but really not gained (same as official servers.) -Added enchant options for hair accessories (increase M. Def. ) -Increased P.Def/M.Def gain when enchanting R grade armor from +1/+3 to +2/+4 (as official). Contributed by NviX.
This commit is contained in:
80
trunk/dist/game/data/stats/items/17200-17299.xml
vendored
80
trunk/dist/game/data/stats/items/17200-17299.xml
vendored
@@ -436,72 +436,152 @@
|
||||
<item id="17255" type="EtcItem" name="Blessed Scroll: Enchant Weapon (A-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Atk. increases by 4 for A-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons. P. Atk. increases by 5 for two-handed swords, two-handed blunts, dualswords, and two-handed combat weapons. P. Atk. increases by 8 for bows. M. Atk. increases by 3 for all weapons. Starting at +4, P. Atk. / M. Atk. bonus double. Enchanting is safe up to +3. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_wp_a_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="15000000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2027-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
</item>
|
||||
<item id="17256" type="EtcItem" name="Blessed Scroll: Enchant Armor (A-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Def. increases by 1 for A-grade armor and accessories. Starting at +4, P. Def. increases by 3 and a HP bonus is granted. Enchanting is safe up to +3, but one-piece body armor can be safely enchanted up to +4. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_am_a_i04" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="1800000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2209-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
</item>
|
||||
<item id="17257" type="EtcItem" name="Blessed Scroll: Enchant Weapon (B-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Atk. increases by 3 for B-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons. P. Atk. increases by 4 for two-handed swords, two-handed blunts, dualswords, and two-handed combat weapons. P. Atk. increases by 6 for bows. M. Atk. increases by 3 for all weapons. Starting at +4, P. Atk. / M. Atk. bonus double. Enchanting is safe up to +3. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_wp_b_i03" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="7000000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2028-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
</item>
|
||||
<item id="17258" type="EtcItem" name="Blessed Scroll: Enchant Armor (B-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Def. increases by 1 for B-grade armor and accessories. Starting at +4, P. Def. increases by 3 and a HP bonus is granted. Enchanting is safe up to +3, but one-piece body armor can be safely enchanted up to +4. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_am_b_i03" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="750000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2210-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
</item>
|
||||
<item id="17259" type="EtcItem" name="Blessed Scroll: Enchant Weapon (C-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Atk. increases by 3 for C-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons. P. Atk. increases by 4 for two-handed swords, two-handed blunts, dualswords, and two-handed combat weapons. P. Atk. increases by 6 for bows. M. Atk. increases by 3 for all weapons. Starting at +4, P. Atk. / M. Atk. bonus double. Enchanting is safe up to +3. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_wp_c_i02" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="3000000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2029-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
</item>
|
||||
<item id="17260" type="EtcItem" name="Blessed Scroll: Enchant Armor (C-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Def. increases by 1 for C-grade armor and accessories. Starting at +4, P. Def. increases by 3 and a HP bonus is granted. Enchanting is safe up to +3, but one-piece body armor can be safely enchanted up to +4. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_am_c_i02" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="350000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2211-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
</item>
|
||||
<item id="17261" type="EtcItem" name="Blessed Scroll: Enchant Weapon (D-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Atk. increases by 2 for all D-grade weapons with the exception of bow, which will increase by 4. M. Atk. increases by 2 for all weapons. Starting at +4, P. Atk. / M. Atk. bonus double. Enchanting is safe up to +3. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_wp_d_i01" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="900000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2030-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
</item>
|
||||
<item id="17262" type="EtcItem" name="Blessed Scroll: Enchant Armor (D-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Def. increases by 1 for D-grade armor and accessories. Starting at +4, P. Def. increases by 3 and a HP bonus is granted. Enchanting is safe up to +3, but one-piece body armor can be safely enchanted up to +4. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_am_d_i01" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="100000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2212-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
</item>
|
||||
<item id="17263" type="EtcItem" name="Blessed Scroll: Enchant Weapon (S-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Atk. increases by 5 for S-grade one-handed swords, one-handed blunts, daggers, spears, and other weapons. P. Atk. increases by 6 for two-handed swords, two-handed blunts, dualswords, and two-handed combat weapons. P. Atk. increases by 10 for bows. M. Atk. increases by 4 for all weapons. Starting at +4, P. Atk. / M. Atk. bonus double. Enchanting is safe up to +3. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_wp_s_i05" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_WP" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="30000000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2026-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_WEAPON" />
|
||||
</item>
|
||||
<item id="17264" type="EtcItem" name="Blessed Scroll: Enchant Armor (S-Grade) - Event">
|
||||
<!-- Description: When enchanted, P. Def. increases by 1 for S-grade armor and accessories. Starting at +4, P. Def. increases by 3 and a HP bonus is granted. Enchanting is safe up to +3, but one-piece body armor can be safely enchanted up to +4. If enchanting fails, the item will not be crystallized but the enchant value will be reset to 0. -->
|
||||
<set name="icon" val="icon.etc_blessed_scrl_of_ench_am_s_i05" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="BLESS_SCRL_ENCHANT_AM" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="120" />
|
||||
<set name="price" val="4500000" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="handler" val="EnchantScrolls" />
|
||||
<set name="item_skill" val="2208-1" />
|
||||
<set name="commissionItemType" val="SCROLL_ENCHANT_ARMOR" />
|
||||
</item>
|
||||
<item id="17265" type="EtcItem" name="Certificate of Dawn">
|
||||
<!-- Description: A certificate received from the Witness of Dawn Franz. It says that if you show this certificate to Priest Wood, he will exchange it for an occupation specific Forgotten Scroll that can be learned at level 81. -->
|
||||
|
||||
Reference in New Issue
Block a user