Advertisement
CostyKiller

Fix Scroll: Enchant Angel's Accessory Diff

Jan 3rd, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 4.62 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/items/48800-48899.xml
  4. ===================================================================
  5. --- dist/game/data/stats/items/48800-48899.xml  (revision 6622)
  6. +++ dist/game/data/stats/items/48800-48899.xml  (working copy)
  7. @@ -394,6 +394,8 @@
  8.     <item id="48841" name="Angel's Earring" type="Armor">
  9.         <!-- An Angel's earring. Enchanting increases Stun/ Mental/ Sleep Resistance and Atk. Rate, Received Healing, Vampiric Rage, P./ M. Atk., decreases Skill MP Consumption, Received P./ M. Critical Damage, depending on the enchantment level. These effects do not stack with identical earrings. -->
  10.         <set name="icon" val="icon.accessary_angel_of_earing" />
  11. +       <set name="crystal_type" val="R" />
  12. +       <set name="crystal_count" val="78" />
  13.         <set name="default_action" val="EQUIP" />
  14.         <set name="bodypart" val="rear;lear" />
  15.         <set name="immediate_effect" val="true" />
  16. Index: dist/game/data/stats/items/80300-80399.xml
  17. ===================================================================
  18. --- dist/game/data/stats/items/80300-80399.xml  (revision 6622)
  19. +++ dist/game/data/stats/items/80300-80399.xml  (working copy)
  20. @@ -449,6 +449,7 @@
  21.         <!-- A dragon s necklace. Enchantment adds abilities to increase Stun/ Paralysis/ Poison/ Bleed attack success rates and resistance, decrease Skill Cooldown, and increase CHA/ LUC, Damage Reflection, Movement Speed, Skill Power, P. Atk./ M. Atk./ P. Def./ M. Def, and all Attribute Resistance. Can be enchanted by the Angel Accessory Scroll. -->
  22.         <set name="icon" val="icon.dragon_accessary_necklace" />
  23.         <set name="crystal_type" val="R" />
  24. +       <set name="crystal_count" val="73" />
  25.         <set name="default_action" val="EQUIP" />
  26.         <set name="bodypart" val="neck" />
  27.         <set name="immediate_effect" val="true" />
  28. @@ -463,6 +464,7 @@
  29.         <!-- A dragon s earring. Enchantment adds abilities to increase Stun/ Faint/ Sleep/ Pull attack success rates and resistance, decrease MP Consumption, and increase CHA/ LUC, P./ M. Critical Damage Received, and increase Heal Received, Vampiric Rage, Movement Speed, Skill Power, and all Attribute Resistance. These effects do not stack with identical earrings. Can be enchanted by the Angel Accessory Scroll. -->
  30.         <set name="icon" val="icon.dragon_accessary_earring" />
  31.         <set name="crystal_type" val="R" />
  32. +       <set name="crystal_count" val="78" />
  33.         <set name="default_action" val="EQUIP" />
  34.         <set name="bodypart" val="rear;lear" />
  35.         <set name="immediate_effect" val="true" />
  36. @@ -477,6 +479,7 @@
  37.         <!-- A dragon s ring. Enchantment adds abilities to increase Stun/ MEN/ Knock Back/ Knock Down/ Aerial Yoke Resistance, Attack Success, CHA/ LUC, Atk./ Casting Spd., Physical/ Magic Accuracy, Movement Speed, Skill Power, Normal Attack/ P. Skill/ M. Skill Critical Damage, additional damage to immobilized targets, and all Attribute Resistance, depending on the enchantment level. These effects do not stack with identical rings. Can be enchanted by the Angel Accessory Scroll. -->
  38.         <set name="icon" val="icon.dragon_accessary_ring" />
  39.         <set name="crystal_type" val="R" />
  40. +       <set name="crystal_count" val="78" />
  41.         <set name="default_action" val="EQUIP" />
  42.         <set name="bodypart" val="rfinger;lfinger" />
  43.         <set name="immediate_effect" val="true" />
  44. Index: dist/game/data/stats/items/48600-48699.xml
  45. ===================================================================
  46. --- dist/game/data/stats/items/48600-48699.xml  (revision 6622)
  47. +++ dist/game/data/stats/items/48600-48699.xml  (working copy)
  48. @@ -705,6 +705,8 @@
  49.     <item id="48669" name="Angel's Necklace" type="Armor">
  50.         <!-- Angel's Necklace. Enchantment increases Stun/ Paralysis/ Bleed Resistance and Atk. Rate, Speed, Damage Reflection, P./ M. Def., Skill Power, decreases Skill Cooldown, depending on the enchantment level. -->
  51.         <set name="icon" val="icon.elemental_necklace_wind_i00" />
  52. +       <set name="crystal_type" val="R" />
  53. +       <set name="crystal_count" val="73" />
  54.         <set name="default_action" val="EQUIP" />
  55.         <set name="bodypart" val="neck" />
  56.         <set name="immediate_effect" val="true" />
  57. Index: dist/game/data/EnchantItemData.xml
  58. ===================================================================
  59. --- dist/game/data/EnchantItemData.xml  (revision 6622)
  60. +++ dist/game/data/EnchantItemData.xml  (working copy)
  61. @@ -31,7 +31,7 @@
  62.     </enchant>
  63.    
  64.     <!-- Scroll: Enchant Angel's Accessory -->
  65. -   <enchant id="48668" maxEnchant="10">
  66. +   <enchant id="48668" targetGrade="R" maxEnchant="10">
  67.         <item id="48841" /> <!-- Angel's Earring -->
  68.         <item id="48669" /> <!-- Angel's Necklace -->
  69.         <item id="80333" /> <!-- Dragon Necklace -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement