
RENEWAL / ITEMS
Sky Blow Shadow Weapon
#24479Shadow Gear
S_Skynetblow_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Weapon that brings out potential capabilities of the wearer.
Increase physical damage to all size monsters by 3%.
When refined to +7 or higher, increase physical damage to all size monsters by additional 3%.
When refined to +9 or higher, increase physical damage to all size monsters by additional 4%.
SET BONUS
Skyblow Shadow Weapon
Skyblow Shadow Pendant
Skyblow Shadow Earring
Increase damage of Sky Blow as a percentage that is equivalent to sum of its refine levels.
SET BONUS
Skyblow Shadow Weapon
Sura Shadow Shield
Ignores physical armor of all race except players by 40%. Additionally ignores physical armor as a percentage equivalent to sum of its refine levels.
Type : Shadow Equipment
Location : Weapon Weight : 0
Required Level : 99
Class : Sura Type
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow weapon
- Jobs
- Monk
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
bonus2 bAddSize,Size_All,10;
}
else if (.@r>=7) {
bonus2 bAddSize,Size_All,6;
}
else {
bonus2 bAddSize,Size_All,3;
}