Snowflower Muffler

Item ID 480160 Name Snowflower Muffler
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
Weapon Level 0 Identifier Snowflower_Muffler
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 70 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 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 bMaxHP,2000+150*(.@r/2);
bonus bMaxSP,1000+100*(.@r/2);
if (.@r>=7) {
  bonus bVariableCastrate,-7;
  if (.@r>=9) {
    bonus bSpl,3;
  }
}

Set Script
Snowflower Armor
Snowflower Muffler
bonus bDelayrate,-10;
Snowflower Robe
Snowflower Muffler
bonus bMatk,50;
Snowflower Muffler
Snowflower Boots
bonus bLongAtkRate,7;
Snowflower Muffler
Snowflower Shoes
bonus2 bMagicAtkEle,Ele_All,15;