Devil Ring

Item ID 490013 Name Devil Ring
A ring in which an esper had sealed the power of a ferocious monster after a fierce battle.
Only agents of divine punishment would be able to handle its power.
_______________________
Increases Physical Damage against enemies of every size by 10%.
Decreases Assimilate Power skill cooldown by 3 seconds.
_______________________
When Earth Shaker is mastered,
Decreases SP Consumption of Howling of Lion by 35.
Decreases SP Consumption of Knuckle Arrow by 4.
_______________________
When Rampage Blaster is mastered,
Increases damage of Howling of Lion by 30%.
Increases damage of Knuckle Arrow by 100%.
_______________________
When Ride In Lightening is mastered,
Increases Attack Speed (decreases After Attack Delay by 10%).
Perfect HIT +15%
_______________________
Type: Accessory
Defense: 0
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Devil_Ring
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus2 bAddRace,RC_All,5;
bonus2 bSkillCooldown,"SR_ASSIMILATEPOWER",-3000;
if (getskilllv("SR_EARTHSHAKER") == 5) {
   bonus2 bSkillUseSP,"SR_HOWLINGOFLION",35;
   bonus2 bSkillUseSP,"SR_KNUCKLEARROW",4;
}
if (getskilllv("SR_RAMPAGEBLASTER") == 5) {
   bonus2 bSkillAtk,"SR_HOWLINGOFLION",30;
   bonus2 bSkillAtk,"SR_KNUCKLEARROW",100;
}
if (getskilllv("SR_RIDEINLIGHTNING") == 5) {
   bonus bAspdRate,10;
   bonus bPerfectHitAddRate,15;
}