Artwork unavailable
RENEWAL / ITEMS
Forest Magic Orb (Size Spell)
#313095Card
Ep21_3_Size_Matk
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
.@r = getrefine();
bonus2 bMagicAddSize,Size_All,5;
if (.@r>=7) {
bonus2 bMagicAddSize,Size_All,3;
if (.@r>=9) {
bonus2 bMagicAddSize,Size_All,2;
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,10;
}
}
}