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
_______________________
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
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@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;