
RENEWAL / ITEMS
Melibe Slug Card
#300469Card
Melibe_Iceslug_Card
TypeCard
Card placementAccessory (Right)
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Increases Fire, Wind, and Earth property magical damage by 25%.
------------------------
When Base INT is 90 or higher, increases SP consumption of skills by 7%.
------------------------
Class : Card
Compound on : Accessory (Right)
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Accessory (Right)
- Trade
Item effect script
bonus2 bMagicAtkEle,Ele_Earth,25;
bonus2 bMagicAtkEle,Ele_Fire,25;
bonus2 bMagicAtkEle,Ele_Wind,25;
if (readparam(bInt)>=90) {
bonus bUseSPrate,7;
}