Item Details

Devil's Hand ( Hand_Of_Devil )

ID 19329 Devil's Hand
Devil's Hand Buy Price: 10 zeny Sell Price: 5 zeny Weight: 100 Slots: Not specified
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Upper Headgear
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 18
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 100 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

Retirado diretamente de uma criatura das trevas, esse item auxilia o usuário na utilização de magias.
--------------------------
A conjuração não pode ser interrompida.
--------------------------
Conjuração fixa de [Rugido do Leão] -100%.
--------------------------
Ao aprender [Tempestade Espiritual] nv.5:
Conjuração variável de [Corpo Fechado] [Invocar Esfera Espiritual] e [Rugido do Leão] -50%.
--------------------------
Ao aprender [Impacto Sísmico] nv.5:
Recarga de [Rugido do Leão] -9,5 segundos.
--------------------------
Ao aprender [Explosão Espiritual] nv.5:
Dano físico contra monstros Chefes +50%.
--------------------------
Velocidade de ataque +10%.
Dano de [Rugido do Leão] +20%.
Refino +7 ou mais:
Velocidade de ataque +5% adicional.
Dano de [Rugido do Leão] +30% adicional.
Refino +9 ou mais:
Velocidade de ataque +5% adicional.
Dano de [Rugido do Leão] +50% adicional.
Refino +10 ou mais:
Ignora 100% da DEF de todas as raças.
--------------------------
Tipo: Equip. para Cabeça
Equipa em: Topo
DEF: 18 DEFM: 15
Peso: 100
Nível necessário: 100
Classes: Todas

Casting tidak dapat dibatalkan
Damage dari skill "Lion's Howl" +20%
ASPD +10%
------------------------
Jika tingkat tempa +7 atau lebih,
Damage dari skill "Lion's Howl" +30%
ASPD +5%
------------------------
Jika tingkat tempa +9 atau lebih,
Damage dari skill "Lion's Howl" +50%
ASPD +5%
------------------------
Jika tingkat tempa +10 atau lebih,
Bypass 60% DEF semua race monster (termasuk player) saat melakukan serangan fisik
Fixed Cast-time dari skill "Lion's Howl" -100%.
------------------------
Jika skill "Lightning Ride" mencapai Lv 5:
Variable Cast-time dari skill di bawah ini -50%:
"Summon Spirit Sphere"
"Zen"
"Mental Strength"
"Lion's Howl"
------------------------
Jika skill "Earth Shaker" mencapai Lv 5:
Cooldown-time dari skill "Lion's Howl" -9.5 detik
------------------------
Jika skill "Rampage Blast" mencapai Lv 5:
Damage ke boss monster +15%
------------------------
Jenis: Headgear
Posisi: Upper
DEF: 18
Berat: 100
Syarat Lv: 100
Job: Semua Job

A hand dropped by a psychic who was chasing after a powerful demon. It will surround you with fear once you equip it.
Class: Headgear
Position: Upper
Defense: 18
Weight: 100
Requires Level: 100
Usable By: All Jobs
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.

A hand dropped by a psychic who was chasing after a powerful demon. It will surround you with fear once you equip it.
Class: Headgear
Position: Upper
Defense: 18
Weight: 100
Requires Level: 100
Usable By: All Jobs
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.

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
Not specified
Not specified

Not specified

Not specified