Artwork unavailable
RENEWAL / ITEMS
T-Assault
#310272Card
Improve_Orb_T_CRI
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 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;
}