
RENEWAL / ITEMS
Modification Orb (Caster)
#29538Card
Improve_Orb_Cast
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Reduces the variable casting time of skills by 5%.
If upgrade level is +7 or higher, reduces the variable casting time of skills by an additional 3%.
If upgrade level is +9 or higher, reduces the variable casting time of skills by an additional 3%.
Class: Enchant Stone
Weight: 0
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>=7) {
bonus bVariableCastrate,-3;
if (.@r>=9) {
bonus bVariableCastrate,-3;
}
}