Sky Blow Ring

Item ID 490130 Name Sky Blow Ring
Let's capture the evil one and destroy him, and bring him into the net of the laws of heaven and earth.
_______________________
AGI +7
_______________________
Increases Physical Damage by 10%.
_______________________
For each Base Level:
Increases damage of Sky Net Blow by 2%.
_______________________
When Level 10 Knuckle Arrow is learned:
Increases Physical Damage against monsters of every size by 10%.
_______________________
For each Level of Rising Dragon:
MaxHP +2%, MaxSP +2%.
_______________________
For each Level of Gentle Touch - Change:
AGI +4, FLEE +10.
_______________________
�When equipped by Sura:
When equipped with Grand Master:
Decreases Sky Net Blow skill cooldown by 0.5 seconds.
When using Sky Net Blow, increases Perfect Dodge by 100 for 3 seconds.
_______________________
Type: Accessory
Defense: 0
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier SkynetBlowRing
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 40 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@lvl = getskilllv("SR_RAISINGDRAGON");
.@lvll = getskilllv("SR_GENTLETOUCH_CHANGE");
bonus bAgi,7+(4*.@lvll);
bonus bFlee,10*.@lvll;
bonus bMaxHPrate,.@lvl*2;
bonus bMaxSPrate,.@lvl*2;
bonus2 bAddRace,RC_All,10;
bonus2 bSkillAtk,"SR_SKYNETBLOW",2*BaseLevel;
if (getskilllv("SR_KNUCKLEARROW") == 10)
   bonus2 bAddSize,Size_All,10;

Set Script
Sky Blow Ring
The Hero
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
   bonus2 bSkillCooldown,"SR_SKYNETBLOW",-200;
   autobonus3 "{ bonus bFlee2,100; }",50,3000,"SR_SKYNETBLOW";

}
/*Unknow Rate*/