
RENEWAL / ITEMS
Automatic Orb(Power of Life)
#310177Card
Automatic_Orb96
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Picky Peck and Lunatic Carrot Beat damage +15%
When refined to +7 or higher, Picky Peck and Lunatic Carrot Beat damage +3% (Additional)
When refined to +11 or higher, Picky Peck and Lunatic Carrot Beat damage +7% (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();
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15;
bonus2 bSkillAtk,"SU_PICKYPECK",15;
if (.@r>=9) {
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",3;
bonus2 bSkillAtk,"SU_PICKYPECK",3;
if (.@r>=11) {
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",7;
bonus2 bSkillAtk,"SU_PICKYPECK",7;
}
}