
RENEWAL / ITEMS
Automatic Modification Orb(Caster)
#310103Card
Automatic_Orb22
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Variable Cast Time -5%
When refined to +7 or higher, Variable Cast Time -5% (Additional)
When refined to +11 or higher, Variable Cast Time -5% (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 bVariableCastrate,-5;
if (.@r>=9) {
bonus bVariableCastrate,-5;
if (.@r>=11) {
bonus bVariableCastrate,-5;
}
}