Viewing Item

#311458: Glacier Flower Spell (Magical Grade) 5Lv

Item ID 311458 Name Glacier Flower Spell (Magical Grade) 5Lv
Weapon Level 0 Identifier Magical_Grade_5
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price Not For Sale Trade restriction None
MATK +75
Increases Magical Damage with every element by 15%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
Decreases Variable Casting Time and After Skill Delay by 15%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: MATK +5%, MATK +75
[Grade C]: S.MATK +3 per 3 Refine Levels
[Grade B]: SPL +1, CON +1 per 2 Refine Levels
[Grade A]: Magical Damage against enemies of every element +18%
_______________________
Refine Level +11: Magical Damage against enemies of every size +18%.

  Script
Item
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,15;
bonus bMatk,75;
if (.@r>=7) {
   bonus bAspdRate,15;
   if (.@r>=9) {
      bonus bVariableCastrate,-15;
      bonus bDelayrate,-15;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMatkRate,5;
   bonus bMatk,75;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSMatk,4*(.@r/3);
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSpl,(.@r/2);
         bonus bCon,(.@r/2);
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAddEle,Ele_All,18;
            if (.@r>=11) {
               bonus2 bMagicAddSize,Size_All,18;
            }
         }
      }
   }
}
Equip
None
Unequip
None