
RENEWAL / ITEMS
Automatic Modification Orb(Fixed Casting)
#310111Card
Automatic_Orb30
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Fixed Cast Time -0.1 sec.
When refined to +7 or higher, Fixed Cast Time -0.2 sec. (Additional)
When refined to +11 or higher, Fixed Cast Time -0.5 sec. (Additional)
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bFixedCast,-100;
if (.@r>=9) {
bonus bFixedCast,-200;
if (.@r>=11) {
bonus bFixedCast,-500;
}
}