Sealed Maya Card

Item ID 27212 Name Sealed Maya Card
Adds 15% chance of reflecting Magical attacks, aside from skills which target the ground, cast on the character.
_______________________
Refine Level +15:
The chance is increased to 30%.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Shield
Weight: 1
Weapon Level 0 Identifier SLD_Maya_Card
Attack 0 Type Card
MATK 0 Equip Locations Off Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
if (getrefine()>=15) {
   bonus bMagicDamageReturn,30;
}
else {
   bonus bMagicDamageReturn,15;
}