Mega Blitz Shadow Shield
| Item ID | 24767 | Name | Mega Blitz Shadow Shield |
|
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________ Critical +5 _______________________ For each 2 Refine Levels: Critical +2, C.RATE +1 _______________________ Refine Level +7: ASPD +1, Critical +3 _______________________ Refine Level +9: Increases Attack Speed (decreases After Attack Delay by 8%). Increases Critical Damage by 5%. _______________________ Refine Level +10: C.RATE +3 Increases Critical Damage by additional 3%. _______________________ Type: Shadow Shield _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_Mega_Blitz_Shield | ||
| Attack | 0 | Type | Shadow Equipment | ||
| MATK | 0 | Equip Locations | Shadow Shield | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
}
|
||||