
RENEWAL / ITEMS
Magical Spell Shadow Shield
#24754Shadow Gear
S_M_Spell_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
For every 2 refine level, SPL + 1.
------------------------
When refined to +7 or higher, S.MATK + 3.
------------------------
When refined to +9 or higher, additional S.MATK + 3.
------------------------
Class : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 1
Jobs : 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;
bonus bSpl,(.@r/2);
if (.@r>=7) {
bonus bSMatk,3;
if (.@r>=9) {
bonus bSMatk,3;
}
}