ID #27261
Card
Ju Card
Buy Price: N/A
Sell Price: N/A
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 10%.
_______________________
When compounded on a Book:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%.
Refine Level +14:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
When compounded on a Book:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%.
Refine Level +14:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Ju
Rate: 0.5%
Available from boxes
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 .@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0); bonus2 bSkillAtk,"MG_FIREBOLT",.@rate; bonus2 bSkillAtk,"MG_COLDBOLT",.@rate; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;
.@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0); bonus2 bSkillAtk,"MG_FIREBOLT",.@rate; bonus2 bSkillAtk,"MG_COLDBOLT",.@rate; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;