ID #310273
Card
T-Electricity
Buy Price: N/A
Sell Price: N/A
Type: Card
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus3 bAutoSpell,"MG_THUNDERSTORM",6,50; if (.@r>=7) { .@c = 30; .@t = 10000; if (.@r>=8) { .@c = 40; .@t += 1000; } if (.@r>=9) { .@c = 50; .@t += 1000; } autobonus "{ bonus3 bAutoSpell,\"SO_VARETYR_SPEAR\",3,1000; }",.@c,.@t,BF_WEAPON; }
.@r = getrefine();
bonus3 bAutoSpell,"MG_THUNDERSTORM",6,50;
if (.@r>=7) {
.@c = 30;
.@t = 10000;
if (.@r>=8) {
.@c = 40;
.@t += 1000;
}
if (.@r>=9) {
.@c = 50;
.@t += 1000;
}
autobonus "{ bonus3 bAutoSpell,\"SO_VARETYR_SPEAR\",3,1000; }",.@c,.@t,BF_WEAPON;
}