ID #490130
Armor
Sky Blow Ring [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Basic Information
Type
Armor
Weight
400
Requirements
Armor Level
1
Min Level
100
Scripts
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;
.@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;