Viewing Item

#490130: Sky Blow Ring

Item ID 490130 For Sale No
Identifier SkynetBlowRing Credit Price Not For Sale
Name Sky Blow Ring Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description 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
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@lvl

2 =

3 getskilllv("SR_RAISINGDRAGON");

4 .@lvll

5 =

6 getskilllv("SR_GENTLETOUCH_CHANGE");

7 bonus

8 bAgi,7+(4*.@lvll);

9 bonus

10 bFlee,10*.@lvll;

11 bonus

12 bMaxHPrate,.@lvl*2;

13 bonus

14 bMaxSPrate,.@lvl*2;

15 bonus2

16 bAddRace,RC_All,10;

17 bonus2

18 bSkillAtk,"SR_SKYNETBLOW",2*BaseLevel;

19 if

20 (getskilllv("SR_KNUCKLEARROW")

21 ==

22 10)

23 bonus2

24 bAddSize,Size_All,10;

Equip Script None
Unequip Script None