Viewing Item

#313938: Dimension World Crystal (Will)

Item ID 313938 Name Dimension World Crystal (Will)
Weapon Level 0 Identifier Ch01_S_E_Will06
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
Increases Physical Damage against monsters of Boss class by 5%.
Increases Physical Damage against enemies of every size by 15%.
Increases Physical Damage against monsters in Devoured Geffenia by 20%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +4, C.RATE +3, CON +7.
[Grade C]: Physical Damage +10%, Critical Damage +8%.
[Grade B]: CRT +5. ATK +6, Critical +4 per 3 Refine Levels.
[Grade A]: CON +4, CRT +3 per 2 Refine Levels.

  Script
Item
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bAddClass,Class_Boss,5;
bonus2 bAddSize,Size_All,15;
if (.@g>=ENCHANTGRADE_D) {
   bonus bCRate,3;
   bonus bPAtk,4;
   bonus bCon,7;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,8;
      bonus bLongAtkRate,10;
      bonus bShortAtkRate,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCrt,5;
         bonus bCritical,4*(.@r/3);
         bonus bBaseAtk,6*(.@r/3);
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCon,4*(.@r/2);
            bonus bCrt,3*(.@r/2);
         }
      }
   }
}
Equip
None
Unequip
None