
RENEWAL / ITEMS
Mega Blitz Shadow Shield
#24767Shadow Gear
S_Mega_Blitz_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
CRI + 5
------------------------
Every 3 refine levels, CRI + 2, C.Rate + 1.
------------------------
When refined to +7 or higher, ASPD + 1, CRI + 3.
------------------------
When refined to +9 or higher, ASPD + 8%, increase critical damage by 5%.
------------------------
When refined to +10 or higher, C.Rate + 3, increase critical damage by 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 bCritical,5+2*(.@r/3);
bonus bCRate,(.@r/3);
if (.@r>=7) {
bonus bCritical,3;
bonus bAspd,1;
if (.@r>=9) {
bonus bCritAtkRate,5;
bonus bAspdRate,8;
if (.@r>=10) {
bonus bCritAtkRate,3;
bonus bCRate,3;
}
}
}