Artwork unavailable
RENEWAL / ITEMS
T-PowerBoost
#310270Card
Improve_Orb_T_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();
bonus bBaseAtk,50;
if (.@r>=7) {
.@c = 35;
.@t = 3000;
if (.@r>=8) {
.@c = 49;
.@t += 1000;
}
if (.@r>=9) {
.@c = 70;
.@t += 1000;
}
autobonus "{ bonus bBaseAtk,100; }",.@c,.@t,BF_WEAPON;
}