ID #300106
Card
Red Pitaya Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Staff or Two-Handed Staff class weapon:
Increases Magical Damage with Fire element by 10%.
_______________________
Refine Level +10:
Increases Magical Damage with Fire element by additional 10%.
_______________________
Refine Level +14:
Increases Magical Damage with Fire element by additional 10%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Increases Magical Damage with Fire element by 10%.
_______________________
Refine Level +10:
Increases Magical Damage with Fire element by additional 10%.
_______________________
Refine Level +14:
Increases Magical Damage with Fire element by additional 10%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Red Pitaya
Rate: 0.5%
Red Pitaya
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 .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Fire,10; } if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Fire,10; } if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Fire,10; }
.@r = getequiprefinerycnt(EQI_HAND_R);
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) {
bonus2 bMagicAtkEle,Ele_Fire,10;
}
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Fire,10;
}
if (.@r>=14) {
bonus2 bMagicAtkEle,Ele_Fire,10;
}