ID #311881
Card
Varmundt's Crystal (Death) Lv5
Buy Price: N/A
Sell Price: N/A
Increases Damage against enemies of Ghost and Undead element by 10%.
_______________________
[Grade D]: Damage against enemies of Ghost and Undead element +7%.
[Grade C]: Damage against enemies of Ghost and Undead element +7%.
[Grade B]: Damage against enemies of Ghost and Undead element +8%.
[Grade A]: Damage against enemies of Ghost and Undead element +8%.
_______________________
[Grade D]: Damage against enemies of Ghost and Undead element +7%.
[Grade C]: Damage against enemies of Ghost and Undead element +7%.
[Grade B]: Damage against enemies of Ghost and Undead element +8%.
[Grade A]: Damage against enemies of Ghost and Undead element +8%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Undead,10; bonus2 bAddEle,Ele_Undead,10; bonus2 bMagicAddEle,Ele_Ghost,10; bonus2 bAddEle,Ele_Ghost,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Undead,7; bonus2 bAddEle,Ele_Ghost,7; bonus2 bMagicAddEle,Ele_Ghost,7; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddEle,Ele_Undead,7; bonus2 bMagicAddEle,Ele_Undead,7; bonus2 bAddEle,Ele_Ghost,7; bonus2 bMagicAddEle,Ele_Ghost,7; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_Undead,8; bonus2 bMagicAddEle,Ele_Undead,8; bonus2 bAddEle,Ele_Ghost,8; bonus2 bMagicAddEle,Ele_Ghost,8; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_Undead,8; bonus2 bMagicAddEle,Ele_Undead,8; bonus2 bAddEle,Ele_Ghost,8; bonus2 bMagicAddEle,Ele_Ghost,8; } } } }
.@g = getenchantgrade();
bonus2 bMagicAddEle,Ele_Undead,10;
bonus2 bAddEle,Ele_Undead,10;
bonus2 bMagicAddEle,Ele_Ghost,10;
bonus2 bAddEle,Ele_Ghost,10;
if (.@g>=ENCHANTGRADE_D) {
bonus2 bAddEle,Ele_Undead,7;
bonus2 bMagicAddEle,Ele_Undead,7;
bonus2 bAddEle,Ele_Ghost,7;
bonus2 bMagicAddEle,Ele_Ghost,7;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddEle,Ele_Undead,7;
bonus2 bMagicAddEle,Ele_Undead,7;
bonus2 bAddEle,Ele_Ghost,7;
bonus2 bMagicAddEle,Ele_Ghost,7;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddEle,Ele_Undead,8;
bonus2 bMagicAddEle,Ele_Undead,8;
bonus2 bAddEle,Ele_Ghost,8;
bonus2 bMagicAddEle,Ele_Ghost,8;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_Undead,8;
bonus2 bMagicAddEle,Ele_Undead,8;
bonus2 bAddEle,Ele_Ghost,8;
bonus2 bMagicAddEle,Ele_Ghost,8;
}
}
}
}