0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #300189 Card

Arena Ju Card

Buy Price: N/A Sell Price: N/A
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 15%.
_______________________
When compounded on a Book class weapon:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by additional 20%.

Refine Level of equipped Book is +14 or higher:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by additional 30%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Card
10

Item Flags

Yes

Scripts

.@val = 15; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) { .@val += 20; } if (getrefine()>=14) { .@val += 30; } bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@val; bonus2 bSkillAtk,"MG_FIREBOLT",.@val; bonus2 bSkillAtk,"MG_COLDBOLT",.@val;
.@val = 15;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) {
   .@val += 20;
}
if (getrefine()>=14) {
   .@val += 30;
}
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@val;
bonus2 bSkillAtk,"MG_FIREBOLT",.@val;
bonus2 bSkillAtk,"MG_COLDBOLT",.@val;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.