Leo Ring

Item ID 32247 Name Leo Ring
One of the constellations around the ecliptic, the ring with the power of Leo.
_______________________
MaxSP +100
ATK +5%
_______________________
Increases Attack Speed (decreases After Attack Delay by 5%).
Decreases SP Consumption of Sky Net Blow by 2.
Decreases Power Absorb skill cooldown by 1.5 seconds.
_______________________
When equipped by Sura:
Increases Attack Speed (decreases After Attack Delay by additional 5%).
ATK +5%
Increases damage of Sky Net Blow by 50%.
_______________________
This item can only be sold to NPCs and moved to storage.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Leo_Ring_J
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 0 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bAspdRate,5;
bonus bMaxSP,100;
bonus bAtkRate,5;
bonus2 bSkillUseSP,"SR_SKYNETBLOW",2;
bonus2 bSkillCooldown,"SR_ASSIMILATEPOWER",-1500;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
   bonus bAspd,5;
   bonus bAtkRate,5;
   bonus2 bSkillAtk,"SR_SKYNETBLOW",50;
}

Set Script
Zodiac
Leo Ring
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
   bonus bAtkRate,15;
   bonus2 bSkillAtk,"SR_SKYNETBLOW",150;
}