Artwork unavailable
RENEWAL / ITEMS
Issgard Crystal (Executioner)
#312313Card
Isgard_2_Assassin2
TypeCard
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Trade
Item effect script
.@g = getenchantgrade();
bonus bBaseAtk,30;
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
}
}
}
}