
RENEWAL / ITEMS
Deadsera Card
#300442Card
Dedsera_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
MATK + 5%.
------------------------
When compounded on One-handed Staff, gain the following effects:
------------------------
Increase all property magic damage by 10%.
For every 3 refine level of Weapon, increase all property magic damage by additional 2%.
When Base level is 200 or higher, for every 3 refine level of Weapon, increase all property magic damage by additional 3%.
------------------------
Type : Card
Compound on : Weapon
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
.@r = getrefine();
bonus bMatkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) {
bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3);
}
if (BaseLevel>=200) {
bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);
}