ID #310272
Card
T-Assault
Buy Price: N/A
Sell Price: N/A
Type: Card
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bCritAtkRate,10; if (.@r>=7) { .@c = 25; .@t = 3000; if (.@r>=8) { .@c = 35; .@t += 1000; } if (.@r>=9) { .@c = 50; .@t += 1000; } autobonus "{ bonus bCritAtkRate,40; }",.@c,.@t,BF_WEAPON; }
.@r = getrefine();
bonus bCritAtkRate,10;
if (.@r>=7) {
.@c = 25;
.@t = 3000;
if (.@r>=8) {
.@c = 35;
.@t += 1000;
}
if (.@r>=9) {
.@c = 50;
.@t += 1000;
}
autobonus "{ bonus bCritAtkRate,40; }",.@c,.@t,BF_WEAPON;
}