Devil's Hand, броня (Renewal)
Devil's Hand (HAND_OF_DEVIL) – броня.

A hand dropped by a psychic who was chasing after a powerful demon. It will surround you with fear once you equip it.
Aspd + 10%
Reduces the fixed casting time of Lion's Howl by 100%.
Increases the damage of Lion's Howl by 20%.
The users casting cannot be interrupted outside of WoE.
If upgrade level is +7 or higher,
Additional Aspd + 5%
Increases the damage of Lion's Howl by an additional 30%.
If upgrade level is +9 or higher,
Additional Aspd + 5%
Increases the damage of Lion's Howl by an additional 50%.
If upgrade level is +10 or higher,
Reduces the variable casting time of Lion's Howl, Mental Strength and Summon Spirit Sphere by 50%, if Lightning Ride is at maximum level.
Reduces the cooldown of Lion's Howl by 9.5 seconds, if Earth Shaker is at maximum level.
Increases physical damage on boss monsters by 50%, if Rampage Blast is at maximum level.
Bypass 100% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
Базовые свойства предмета
- ID: 25040
- Код: HAND_OF_DEVIL
- Тип: броня
- Уровень брони: 1
- Защита: 18
- Требуемый уровень: 100
- Цена покупки: 10 з
- Цена продажи: 5 з
- Вес: 100
Скрипт
.@r = getrefine(); .@a = getskilllv("SR_RIDEINLIGHTNING"); .@b = getskilllv("SR_EARTHSHAKER"); .@c = getskilllv("SR_RAMPAGEBLASTER"); bonus bNoCastCancel; bonus bAspdRate,10; bonus2 bFixedCastrate,"SR_HOWLINGOFLION",-100; bonus2 bSkillAtk,"SR_HOWLINGOFLION",20; if (.@r>=7) { bonus2 bSkillAtk,"SR_HOWLINGOFLION",30; bonus bAspdRate,5; } if (.@r>=9) { bonus2 bSkillAtk,"SR_HOWLINGOFLION",50; bonus bAspdRate,5; } if (.@r>=10) bonus bIgnoreDefRace,RC_All; if (.@r>=10 && .@a == 5) { bonus2 bVariableCastrate,"SR_HOWLINGOFLION",-50; bonus2 bVariableCastrate,"MO_STEELBODY",-50; bonus2 bVariableCastrate,"MO_CALLSPIRITS",-50; } if (.@r>=10 && .@b == 5) bonus2 bSkillCooldown,"SR_HOWLINGOFLION",-9500; if (.@r>=10 && .@c == 5) bonus2 bAddClass,Class_Boss,50;