
RENEWAL / ITEMS
Snowflower Muffler [1]
#480160Armor
Snowflower_Muffler
TypeArmor
Equipment positionGarment
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF70
Slots1
Required level210
Armor level2
Description
Muffler crafted from the ground petals of the snowdrops found in Isgard.
You can equip it with ice flower magic stones which possess special magical powers, to enhance its abilities.
------------------------
MaxHP + 2000, MaxSP + 1000.
------------------------
MaxHP + 150 and MaxSP + 100 per 2 refine rate.
------------------------
If refine rate is 7 or higher, reduces variable casting time by 7%.
------------------------
If refine rate is 9 or higher, SPL +3.
------------------------
Set Bonus:
Snow Flower Muffler[1]
Snow Flower Boots[1]
increases long ranged physical damage by 7%.
------------------------
Set Bonus:
Snow Flower Muffler[1]
Snow Flower Shoes[1]
increases all property magical damage by 15%.
------------------------
Class : Garment
Defense : 70
Weight : 90
Armor Level : 2
Required Level : 210
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}