ID #470115
Armor
Snowflower Boots [1]
Buy Price: N/A
Sell Price: N/A
A pair of boots made by grinding the flower petals that grow in Issgard.
You can enchant them with Ice Flower Magic Stones for special abilities.
_______________________
MaxHP +8%, MaxSP +4%
_______________________
For each 2 Refine Levels:
MaxSP +1%
_______________________
Refine Level +7:
Increases Melee and Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
P.ATK +2
_______________________
When equipped with Snow Flower Armor:
ATK +7%
_______________________
When equipped with Snow Flower Robe:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Type: Shoes
Defense: 70
Weight: 50
Armor Level: 2
_______________________
Requirement:
Base Level 210
You can enchant them with Ice Flower Magic Stones for special abilities.
_______________________
MaxHP +8%, MaxSP +4%
_______________________
For each 2 Refine Levels:
MaxSP +1%
_______________________
Refine Level +7:
Increases Melee and Ranged Physical Damage by 7%.
_______________________
Refine Level +9:
P.ATK +2
_______________________
When equipped with Snow Flower Armor:
ATK +7%
_______________________
When equipped with Snow Flower Robe:
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Type: Shoes
Defense: 70
Weight: 50
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
500
Defense
70
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
210
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,8; bonus bMaxSPrate,4+1*(.@r/2); if (.@r>=7) { bonus bShortAtkRate,7; bonus bLongAtkRate,7; if (.@r>=9) { bonus bPAtk,2; } }
.@r = getrefine();
bonus bMaxHPrate,8;
bonus bMaxSPrate,4+1*(.@r/2);
if (.@r>=7) {
bonus bShortAtkRate,7;
bonus bLongAtkRate,7;
if (.@r>=9) {
bonus bPAtk,2;
}
}