0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #313947 Card

Dimension World Crystal (Death)

Buy Price: N/A Sell Price: N/A
Increases Damage against monsters in Devoured Geffenia by 5%.
Increases Damage against monsters of Ghost and Undead element by 12%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Damage against monsters of Ghost and Undead element +2%.
[Grade C]: Damage against monsters of Ghost and Undead element +2%.
[Grade B]: Damage against monsters of Ghost and Undead element +4%.
[Grade A]: Damage against monsters of Ghost and Undead element +5%.

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus2 bAddEle,Ele_Ghost,12; bonus2 bMagicAddEle,Ele_Ghost,12; bonus2 bAddEle,Ele_Undead,12; bonus2 bMagicAddEle,Ele_Undead,12; if (.@g>=ENCHANTGRADE_D) { bonus2 bAddEle,Ele_Ghost,2; bonus2 bMagicAddEle,Ele_Ghost,2; bonus2 bAddEle,Ele_Undead,2; bonus2 bMagicAddEle,Ele_Undead,2; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddEle,Ele_Ghost,2; bonus2 bMagicAddEle,Ele_Ghost,2; bonus2 bAddEle,Ele_Undead,2; bonus2 bMagicAddEle,Ele_Undead,2; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_Ghost,4; bonus2 bMagicAddEle,Ele_Ghost,4; bonus2 bAddEle,Ele_Undead,4; bonus2 bMagicAddEle,Ele_Undead,4; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_Ghost,5; bonus2 bMagicAddEle,Ele_Ghost,5; bonus2 bAddEle,Ele_Undead,5; bonus2 bMagicAddEle,Ele_Undead,5; } } } }
.@g = getenchantgrade();
bonus2 bAddEle,Ele_Ghost,12;
bonus2 bMagicAddEle,Ele_Ghost,12;
bonus2 bAddEle,Ele_Undead,12;
bonus2 bMagicAddEle,Ele_Undead,12;
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddEle,Ele_Ghost,2;
   bonus2 bMagicAddEle,Ele_Ghost,2;
   bonus2 bAddEle,Ele_Undead,2;
   bonus2 bMagicAddEle,Ele_Undead,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddEle,Ele_Ghost,2;
      bonus2 bMagicAddEle,Ele_Ghost,2;
      bonus2 bAddEle,Ele_Undead,2;
      bonus2 bMagicAddEle,Ele_Undead,2;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddEle,Ele_Ghost,4;
         bonus2 bMagicAddEle,Ele_Ghost,4;
         bonus2 bAddEle,Ele_Undead,4;
         bonus2 bMagicAddEle,Ele_Undead,4;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_Ghost,5;
            bonus2 bMagicAddEle,Ele_Ghost,5;
            bonus2 bAddEle,Ele_Undead,5;
            bonus2 bMagicAddEle,Ele_Undead,5;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.