Devil's Hand
| Item ID | 19329 | Name | Devil's Hand |
|
A hand dropped by a psychic who was chasing after a powerful demon. It will surround you with fear once you equip it.
_______________________ Decreases After Attack Delay 10%. _______________________ Decreases Fixed Casting Time by 50%. _______________________ Increases damage of Howling of Lion by 20%. _______________________ Skill casting cannot be interrupted. _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by additional 5%). Increases damage of Howling of Lion by additional 30%. _______________________ Refine Level +9: Increases Attack Speed (decreases After Attack Delay by additional 5%). Increases damage of Howling of Lion by additional 50%. _______________________ Refine Level +10: Bypass 100% of hard defense of all race. _______________________ When Ride in Lightning is Level 5: Decreases Variable Casting Time of Call Spirits, Steel Body, Howling of Lion and Dangerous Soul Collect by 50%. _______________________ When Earth Shaker is Level 5: Decreases Howling of Lion skill cooldown by 9.5 seconds. _______________________ When Rampage Blaster is Level 5: Increases Physical Damage against enemies of Boss class by 50%. _______________________ Type: Headgear Defense: 18 Position: Upper Weight: 100 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Hand_Of_Devil | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 18 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 100 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@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;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSkillCooldown,"SR_HOWLINGOFLION",9500; |
||||
|
bonus2 bSkillCooldown,"SR_HOWLINGOFLION",9500; |