Ring of Pazuzu

Item ID 490098 Name Ring of Pazuzu
A ring with the power of evil spirits of wind and hot air.
It is said that the power of evil spirits overflows when this ring is put on.
_______________________
MDEF +15
_______________________
INT +7
_______________________
Increases Magical Damage against monsters of Small, Medium and Large size by 10%.
_______________________
For each 3 Base Level:
Increases damage of Crimson Rock and Chain Lightning by 1%.
_______________________
For each Base Level:
Increases damage of Lord of Vermilion by 6%.
_______________________
When Level 5 Chain Lightning is learned:
Decreases SP Consumption of Chain Lightning by 35.
Decreases Chain Lightning skill cooldown by 0.5 seconds.
_______________________
When Level 5 Drain Life is learned:
Decreases Variable Casting Time by 15%.
Recovers 100 HP and 10 SP when defeating monsters with magical attacks.
_______________________
When Level 3 Radius is learned:
Increases Magical Damage with Fire, Wind and Neutral element by 10%.
_______________________
When Level 5 Recognized Spell is learned:
Decreases After Skill Delay by 30%.
_______________________
When equipped by Warlock and equipped with Liberation of Truth:
Decreases SP Consumption of Crimson Rock by 50.
Decreases Crimson Rock skill cooldown by 2 seconds.
_______________________
Type: Accessory
Defense: 10
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Ring_of_Pazuzu
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
bonus bInt,7;
bonus bMdef,15;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"WZ_VERMILION",(BaseLevel*6);
bonus2 bSkillAtk,"WL_CRIMSONROCK",(BaseLevel/3);
bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",(BaseLevel/3);
if (getskilllv("WL_CHAINLIGHTNING") == 5) {
   bonus2 bSkillUseSP,"WL_CHAINLIGHTNING",35;
   bonus2 bSkillCooldown,"WL_CHAINLIGHTNING",-500;
}
if (getskilllv("WL_DRAINLIFE") == 5) {
   bonus bVariableCastrate,-15;
   bonus bMagicHPGainValue,100;
   bonus bMagicSPGainValue,10;
}
if (getskilllv("WL_RADIUS") == 3) {
   bonus2 bMagicAtkEle,Ele_Fire,10;
   bonus2 bMagicAtkEle,Ele_Wind,10;
   bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (getskilllv("WL_RECOGNIZEDSPELL") == 5)
   bonus bDelayrate,-30;

Set Script
Ring of Pazuzu
Release of Truth
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
   bonus2 bSkillUseSP,"WL_CRIMSONROCK",50;
   bonus2 bSkillCooldown,"WL_CRIMSONROCK",-2000;
}