
RENEWAL / ITEMS
Glacier Magic Orb (Ignition Break)
#311194Card
Glacier_F_Orb_3
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases Ignition Break damage by 20%.
Increases Ignition Break damage by additional 10% per 3 refine rate.
If refine rate is 9 or higher, reduces skill cooldown of Ignition Break by 1 second.
If refine rate is 11 or higher, increases Ignition Break damage by additional 20%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"RK_IGNITIONBREAK",20+10*(.@r/3);
if (.@r>=9) {
bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000;
if (.@r>=11) {
bonus2 bSkillAtk,"RK_IGNITIONBREAK",20;
}
}