
RENEWAL / ITEMS
Absorb Shadow Shield
#24685Shadow Gear
S_Absorb_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
A small shield that can be equipped on the arm, granting additional defensive effects. It can be used alone, but its defensive effect is low.
MHP + 3%, MSP + 3%.
------------------------
For every 3 refine levels, ATK + 1%.
------------------------
When refined to +7 or higher, reduces Variable Casting Time by 3%.
------------------------
When refined to +10 or higher, when performing physical attacks, has a 2% chance to absorb 2% of damage as HP, and a 1% chance to absorb 2% of damage as SP.
------------------------
Class : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 1
Equipped : All Classes
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 bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bAtkRate,(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-3;
if (.@r>=10) {
bonus2 bHPDrainRate,20,2;
bonus2 bSPDrainRate,10,2;
}
}