Artwork unavailable
RENEWAL / ITEMS
Forest Magic Orb (Executioner)
#313078Card
Ep21_3_Executioner
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();
.@r = getrefine();
bonus bPAtk,7;
bonus bCritical,5;
bonus bAtkRate,3;
bonus bBaseAtk,30;
if (.@r>=7) {
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritAtkRate,5;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bCritAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,5;
}
}
}
}