ID #480160
Armor
Snowflower Muffler [1]
Buy Price: N/A
Sell Price: N/A
A muffler made by grinding the flower petals that grow in Issgard.
You can enchant them with Ice Flower Magic Stones for special abilities.
_______________________
MaxHP +2000, MaxSP +1000
_______________________
For each 2 Refine Levels:
MaxHP +150, MaxSP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +9:
SPL +3
_______________________
When equipped with Snow Flower Boots:
Increases Ranged Phyical Damage by 7%.
_______________________
When equipped with Snow Flower Shoes:
Increases Magical Damage with every element by 15%.
_______________________
Type: Garment
Defense: 70
Weight: 90
Armor Level: 2
_______________________
Requirement:
Base Level 210
You can enchant them with Ice Flower Magic Stones for special abilities.
_______________________
MaxHP +2000, MaxSP +1000
_______________________
For each 2 Refine Levels:
MaxHP +150, MaxSP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
Refine Level +9:
SPL +3
_______________________
When equipped with Snow Flower Boots:
Increases Ranged Phyical Damage by 7%.
_______________________
When equipped with Snow Flower Shoes:
Increases Magical Damage with every element by 15%.
_______________________
Type: Garment
Defense: 70
Weight: 90
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
900
Defense
70
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
210
Scripts
Script .@r = getrefine(); bonus bMaxHP,2000+150*(.@r/2); bonus bMaxSP,1000+100*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-7; if (.@r>=9) { bonus bSpl,3; } }
.@r = getrefine();
bonus bMaxHP,2000+150*(.@r/2);
bonus bMaxSP,1000+100*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-7;
if (.@r>=9) {
bonus bSpl,3;
}
}