One-Eye Dollocaris Card

Item ID 300375 Name One-Eye Dollocaris Card
Decreases damage taken from Neutral element attacks by 20%.
_______________________
Up to max +11 Refine Level:
Decreases Magical Damage with Shadow, Holy, Ghost and Neutral element by 25%.
_______________________
Refine Level +12:
Increases Magical Damage with Shadow, Holy, Ghost and Neutral element by 25%.
_______________________
When Armor Level of compounded equipment is 2:
Increases Magical Damage with Shadow, Holy, Ghost and Neutral element by 8%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Weapon Level 0 Identifier One_E_Dollocaris_Card
Attack 0 Type Card
MATK 0 Equip Locations Garment
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
bonus2 bSubEle,Ele_Neutral,20;
.@r = getrefine();
.@rate = ((getrefine() < 12) ? -25 : 25);
if (getequiparmorlv() == 2) {
  .@rate += 8;
}
bonus2 bMagicAtkEle,Ele_Dark,.@rate;
bonus2 bMagicAtkEle,Ele_Holy,.@rate;
bonus2 bMagicAtkEle,Ele_Ghost,.@rate;
bonus2 bMagicAtkEle,Ele_Neutral,.@rate;