Glacier Manteau
| Item ID | 450266 | Name | Glacier Manteau |
|
A manteau 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. _______________________ MaxHP +2500, MaxSP +500 _______________________ For each 2 Refine Levels: MaxHP +200, MaxSP +50 _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 7%). _______________________ Refine Level +9: POW +3 _______________________ Refine Level +10: Decreases Variable Casting Time by 5%. _______________________ When equipped with Glacier Boots: Increases Physical Damage by 15%. _______________________ [Bonus by Grade] [Grade D]: ATK +3%, P.ATK +2. [Grade C]: Variable Casting Time -10%. _______________________ Type: Garment Defense: 112 Weight: 160 Armor Level: 2 _______________________ Requirement: Base Level 230 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Glacier_Manteau | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 112 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 160 | 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 bMaxHP,2500+200*(.@r/2);
bonus bMaxSP,500+50*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,7;
if (.@r>=9) {
bonus bPow,3;
if (.@r>=10) {
bonus bVariableCastrate,-5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,2;
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bVariableCastrate,-10;
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bBaseAtk,50; |
||||||
|
bonus bLongAtkRate,15; bonus bShortAtkRate,15; |
||||||
|
bonus bLongAtkRate,5; bonus bShortAtkRate,5; |