Frontier Crystal (Prudence) 3Lv

Item ID 313911 Name Frontier Crystal (Prudence) 3Lv
Increases Physical Damage against monsters in Devoured Geffenia by 14%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +5, CON +5.
[Grade C]: Physical Damage +6%.
[Grade B]: CON +5, ATK +4 per 5 Refine Levels.
Weapon Level 0 Identifier Ch01_S_E_Prudence03
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 None Trade restriction None
Item Script
.@g = getenchantgrade();
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,6;
      bonus bShortAtkRate,6;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCon,5;
         bonus bBaseAtk,4*(getrefine()/5);
      }
   }
}