
RENEWAL / ITEMS
Ice Magic Orb (Vulcan Shooting)
#311173Card
Ice_F_Orb_Skill_36
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases Arrow Vulcan damage by 20%.
If refine rate is 7 or higher, increases Arrow Vulcan damage by additional 20%.
If refine rate is 9 or higher, increases Arrow Vulcan damage by additional 20%.
If refine rate is 11 or higher, increases Arrow Vulcan and Severe Rainstorm damage by additional 20%, increases Rhythm Shooting damage by 15%.
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,"CG_ARROWVULCAN",20;
if (.@r>=7) {
bonus2 bSkillAtk,"CG_ARROWVULCAN",20;
if (.@r>=9) {
bonus2 bSkillAtk,"CG_ARROWVULCAN",20;
if (.@r>=11) {
bonus2 bSkillAtk,"CG_ARROWVULCAN",20;
bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",15;
}
}
}