
RENEWAL / ITEMS
Automatic Modification Orb(After Skill Delay)
#310110Card
Automatic_Orb29
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Post-skill delay -4%
When refined to +7 or higher, Post-skill delay -6% (Additional)
When refined to +11 or higher, Post-skill delay -6% (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 bDelayrate,-4;
if (.@r>=9) {
bonus bDelayrate,-6;
if (.@r>=11) {
bonus bDelayrate,-6;
}
}