Artwork unavailable
RENEWAL / ITEMS
T-MagicBoost
#310271Card
Improve_Orb_T_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();
bonus bMatk,50;
if (.@r>=7) {
.@c = 25;
.@t = 3000;
if (.@r>=8) {
.@c = 35;
.@t += 1000;
}
if (.@r>=9) {
.@c = 50;
.@t += 1000;
}
autobonus "{ bonus bMatk,100; }",.@c,.@t,BF_MAGIC;
}