
RENEWAL / ITEMS
Modification Orb (Critical)
#29539Card
Improve_Orb_Cri
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Crit + 10
If upgrade level is +7 or higher, increases critical damage on targets by 5%.
If upgrade level is +9 or higher, increases critical damage on targets by an additional 5%.
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 bCritical,10;
if (.@r>=7) {
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritAtkRate,5;
}
}