Artwork unavailable
RENEWAL / ITEMS
Forest Magic Orb (Melee)
#313085Card
Ep21_2_Melee
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 bShortAtkRate,3;
if (.@r>=7) {
bonus bShortAtkRate,3;
if (.@r>=9) {
bonus bShortAtkRate,3;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,3;
bonus bPerfectHitAddRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,3;
bonus bPerfectHitAddRate,6;
if (.@g>=ENCHANTGRADE_B) {
bonus bShortAtkRate,5;
bonus bPerfectHitAddRate,7;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,5;
bonus bPerfectHitAddRate,8;
}
}
}
}