Glacier Robe
| Item ID | 450265 | Name | Glacier Robe |
|
A robe forged by imbuing the power of a Divine Cat Whiskers with Issgard's Glacier.
You can add abilities by granting a legend with special magical powers. _______________________ MATK +120 _______________________ For each 2 Refine Levels: MATK +15, DEF +15 _______________________ Refine Level +7: Increases Magical Damage with every element by 5%. Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: S.MATK +3 Decreases Variable Casting Time by additional 5%. _______________________ Refine Level +10: DEF +100 Decreases After Skill Delay by 5%. _______________________ When equipped with Glacier Muffler: MATK +50 _______________________ [Bonus by Grade] [Grade D]: SPL +3, CON +3, After Skill Delay -5%. [Grade C]: MATK +3%, S.MATK +2. _______________________ Type: Armor Defense: 120 Weight: 120 Armor Level: 2 _______________________ Requirement: Base Level 230 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Glacier_Robe | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 120 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 120 | Min Equip Level | 230 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,120+15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,5;
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus bVariableCastrate,-5;
bonus bSMatk,3;
if (.@r>=10) {
bonus bDelayrate,-5;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bSpl,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,2;
bonus bMatkRate,3;
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bMatk,50; |
||||||
|
bonus bMatkRate,7; |
||||||
|
bonus bFixedCast,-300; bonus bMatkRate,5; |