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