ID #450206
Armor
Snowflower Armor [1]
Buy Price: N/A
Sell Price: N/A
An armor made by grinding the flower petals that grow in Issgard.
You can enchant it with Ice Flower Magic Stones for special abilities.
_______________________
ATK +130
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
P.ATK +2
_______________________
When equipped with Snow Flower Manteau:
ATK +50
_______________________
When equipped with Snow Flower Muffler:
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 150
Weight: 80
Armor Level: 2
_______________________
Requirement:
Base Level 210
You can enchant it with Ice Flower Magic Stones for special abilities.
_______________________
ATK +130
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
P.ATK +2
_______________________
When equipped with Snow Flower Manteau:
ATK +50
_______________________
When equipped with Snow Flower Muffler:
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 150
Weight: 80
Armor Level: 2
_______________________
Requirement:
Base Level 210
Equipment Reform
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
800
Defense
150
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
210
Scripts
Script .@r = getrefine(); bonus bBaseAtk,130+15*(.@r/2); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bPAtk,2; } }
.@r = getrefine();
bonus bBaseAtk,130+15*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,15;
if (.@r>=9) {
bonus bPAtk,2;
}
}