
RENEWAL / ITEMS
Angel Slug Card
#300467Card
Angel_Iceslug_Card
TypeCard
Card placementAccessory (Right)
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Increases Melee physical damage by 15%.
------------------------
When Base LUK is 90 or higher, CRI - 15.
------------------------
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
bonus bShortAtkRate,15;
if (readparam(bLuk)>=90) {
bonus bCritical,-15;
}