Renewal
.:Renewal Item Database:.
Search Item By ID


Forest Magic Orb (Critical)    Item ID# 313087 (Ep21_2_Critical)
Forest Magic Orb(Critical)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases critical damage by 3%.

Refine Level +7:
Increases critical damage by additional 3%.

Refine Level +9:
Increases critical damage by additional 3%.

[Bonus by Equipment's Grade]
[Grade D]: Critical +2, critical damage +3%.
[Grade C]: Critical +3, critical damage +3%.
[Grade B]: Critical +5, critical damage +5%.
[Grade A]: Critical damage +5%, C.RATE +5.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bCritAtkRate,3; if (.@r>=7) { bonus bCritAtkRate,3; if (.@r>=9) { bonus bCritAtkRate,3; } } if (.@g>=ENCHANTGRADE_D) { bonus bCritAtkRate,3; bonus bCritical,2; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,3; bonus bCritical,3; if (.@g>=ENCHANTGRADE_B) { bonus bCritAtkRate,5; bonus bCritical,5; if (.@g>=ENCHANTGRADE_A) { bonus bCritAtkRate,5; bonus bCRate,5; } } } } },{},{}
Dropped By No Result

Share Link
back to top