Viewing Item

#311452: Glacier Flower Spell (Physical Grade) 4Lv

Item ID 311452 Name Glacier Flower Spell (Physical Grade) 4Lv
Weapon Level 0 Identifier Physical_Grade_4
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
ATK +60
Increases Melee and Ranged Physical Damage by 12%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 12%).
_______________________
Refine Level +9:
Decreases Variable Casting Time and After Skill Delay by 12%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: ATK +4%, ATK +60
[Grade C]: P.ATK +3 per 4 Refine Levels
[Grade B]: POW +1, CON +1 per 3 Refine Levels
[Grade A]: Physical Damage against enemies of every element +16%
_______________________
Refine Level +11: Physical Damage against enemies of every size +16%.

  Script
Item
.@g = getenchantgrade();
.@r = getrefine();
bonus bLongAtkRate,12;
bonus bShortAtkRate,12;
bonus bBaseAtk,60;
if (.@r>=7) {
   bonus bAspdRate,12;
   if (.@r>=9) {
      bonus bVariableCastrate,-12;
      bonus bDelayrate,-12;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,4;
   bonus bBaseAtk,60;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,3*(.@r/4);
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPow,(.@r/3);
         bonus bCon,(.@r/3);
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_All,16;
            if (.@r>=11) {
               bonus2 bAddSize,Size_All,16;
            }
         }
      }
   }
}
Equip
None
Unequip
None