Snowflower Robe
| Item ID | 450207 | Name | Snowflower Robe |
|
A robe made by grinding the flower petals that grow in Issgard.
You can enchant it with Ice Flower Magic Stones for special abilities. _______________________ MATK +130 _______________________ For each 2 Refine Levels: MATK +15 _______________________ Refine Level +7: Decreases Variable Casting Time by 15%. _______________________ Refine Level +9: S.MATK +2 _______________________ When equipped with Snow Flower Manteau: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ When equipped with Snow Flower Muffler: MATK +50 _______________________ Type: Armor Defense: 150 Weight: 80 Armor Level: 2 _______________________ Requirement: Base Level 210 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Snowflower_Robe | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 150 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 80 | Min Equip Level | 210 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMatk,130+15*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus bSMatk,2;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bAspdRate,10; |
||||
|
bonus bMatk,50; |
||||
|
bonus bAspdRate,7; |
||||
|
bonus bMatkRate,7; |