From f96857101f99d694524fe462a714cb1827ecdcb2 Mon Sep 17 00:00:00 2001 From: Rumen Nikiforov <unafraid89@gmail.com> Date: Wed, 31 Oct 2012 15:56:56 +0000 Subject: [PATCH] BETA: Fixing little typo in Blessing of Halloween (21141) it should gives casting speed instead of speed. --- L2J_DataPack_BETA/dist/game/data/stats/skills/21100-21199.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L2J_DataPack_BETA/dist/game/data/stats/skills/21100-21199.xml b/L2J_DataPack_BETA/dist/game/data/stats/skills/21100-21199.xml index 9ca6490809..5def182aaf 100644 --- a/L2J_DataPack_BETA/dist/game/data/stats/skills/21100-21199.xml +++ b/L2J_DataPack_BETA/dist/game/data/stats/skills/21100-21199.xml @@ -661,7 +661,7 @@ </for> </skill> <skill id="21141" levels="1" name="Blessing of Halloween"> - <!-- Increase max HP by 40%, max MP by 40%, speed by 20% for 10 minutes. Increases chance of prominent damage by Damage Magic by 2. Increase dark attack resistance by 20. Reuse Delay 1 hour. --> + <!-- For 10 minutes, increases Max HP by 40%, Max MP by 40%, and Casting Spd. by 20%. Increases the rate of causing exceptional magic damage by 2. Increases Resistance to Dark by 20. Reuse delay is 1 hour. --> <set name="abnormalLvl" val="26" /> <set name="abnormalType" val="multi_buff" /> <set name="target" val="TARGET_SELF" /> @@ -674,7 +674,7 @@ <effect name="Buff" abnormalTime="600" val="0" abnormalLvl="26" abnormalType="multi_buff"> <mul order="0x30" stat="maxHp" val="1.4" /> <mul order="0x30" stat="maxMp" val="1.4" /> - <mul order="0x30" stat="runSpd" val="1.2" /> + <mul order="0x30" stat="mAtkSpd" val="1.2" /> <add order="0x40" stat="mCritRate" val="2" /> <add order="0x40" stat="darkRes" val="20" /> </effect> -- GitLab