Magic Absorber
| Item ID | 460005 | Name | Magic Absorber |
|
A shield that has improved the ability to reflect magic as a shield for the great wizard.
It is very thin because of the characteristic of being an anti-magic shield. _______________________ Increases Magical Damage with every element by 3%. _______________________ MDEF +15 _______________________ Refine Level +7: MATK +25 _______________________ Refine Level +9: Decreases Variable Casting Time by 5%. _______________________ Refine Level +12: Increases Magical Damage with every element by additional 7%. _______________________ When equipped with Mental Condenser or Force Condenser: MaxHP +10% Decreases After Skill Delay by 5%. _______________________ Type: Shield Defense: 50 Weight: 50 Armor Level: 2 _______________________ Requirement: Base Level 230 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | MD_Geffen_Shield | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 50 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 230 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,3;
bonus bMdef,15;
if (.@r>=7) {
bonus bMatk,25;
if (.@r>=9) {
bonus bVariableCastrate,-5;
if (.@r>=12) {
bonus2 bMagicAtkEle,Ele_All,7;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMaxHPrate,10; bonus bDelayrate,-5; |
||||
|
bonus bMaxHPrate,10; bonus bDelayrate,-5; |