
RENEWAL / ITEMS
Sealed Maya Card
#27212Card
SLD_Maya_Card
TypeCard
Card placementShield
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Shield
Weight: 1
Adds a 15% chance to reflect magical attacks that do not target the ground back to the attacker.
If compounded equipment is refined to +15 or above,
The chance is increase to 30% instead.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Shield
- Trade
Item effect script
if (getrefine()>=15) {
bonus bMagicDamageReturn,30;
}
else {
bonus bMagicDamageReturn,15;
}