Renewal
.:Renewal Item Database:.
Search Item By ID


Red Pitaya Card [Weapon]   Item ID# 300106 (Pitaya_R_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Fire Magical
Description
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%.
Item Script
expand to view 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; } },{},{}
Dropped By

back to top