ID #310270
Card
T-PowerBoost
Buy Price: N/A
Sell Price: N/A
Type: Card
Basic Information
Type
Card
Scripts
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; }
.@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;
}