
RENEWAL / ITEMS
Wolf Orb (Power of Life)
#310566Card
Wolf_Orb_Skill_51
TypeCard
Weight0
Buy price0 z
Sell price0 z
Wolf Orb (Power of Life) description & effects
Increase Picky Peck and Lunatic Carrot Beat damage by 15%.
------------------------
When refine level is 7 or higher, increase Picky Peck and Lunatic Carrot Beat damage by additional 15%.
------------------------
When refine level is 9 or higher, increase Picky Peck and Lunatic Carrot Beat damage by additional 15%.
------------------------
When refine level is 11 or higher, increase Picky Peck and Lunatic Carrot Beat damage by additional 15%.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15;
bonus2 bSkillAtk,"SU_PICKYPECK",15;
if (.@r>=7) {
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15;
bonus2 bSkillAtk,"SU_PICKYPECK",15;
if (.@r>=9) {
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15;
bonus2 bSkillAtk,"SU_PICKYPECK",15;
if (.@r>=11) {
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15;
bonus2 bSkillAtk,"SU_PICKYPECK",15;
}
}
}
