
RENEWAL / ITEMS
Clever Shield Shadow
#24737Shadow Gear
S_Clever_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increase all property magic damage by 2%.
------------------------
For every 2 refine level, MATK + 1%.
------------------------
When refined to +9 or higher, reduce Variable Casting Time by 5%.
------------------------
When refined to +10 or higher, increase all property magic damage by additional 7%.
------------------------
Type : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 99
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
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;
bonus2 bMagicAtkEle,Ele_All,2;
bonus bMatkRate,(.@r/2);
if (.@r>=9) {
bonus bVariableCastrate,-5;
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_All,7;
}
}