Viewing Item

#311450: Glacier Flower Spell (Physical Grade) 2Lv

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

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