
RENEWAL / ITEMS
Spectrum Plasma Card
#300009Card
Plasma_Spt_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
When equipping a One-handed Staff or Two-handed Staff, Ghost Magic damage +10%.
When refined to +10, Additional Ghost Magic damage +10%.
When refined to +14, Additional Ghost Magic damage +10%.
Class: Card
Location: 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 = 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_Ghost,10;
}
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Ghost,10;
}
if (.@r>=14) {
bonus2 bMagicAtkEle,Ele_Ghost,10;
}