Artwork unavailable
RENEWAL / ITEMS
T-Electricity
#310273Card
Improve_Orb_T_WIND
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();
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;
}