
RENEWAL / ITEMS
Hasty Shadow Shield
#24732Shadow Gear
S_Hasty_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Shadow shield
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,1+(.@r/2);
bonus bAtkRate,1+(.@r/2);
if (.@r>=7) {
bonus bDef,15;
bonus bFlee,15;
if (.@r>=10) {
bonus bSpeedRate,25;
}
}