Two-Eye Dollocaris Card

Item ID 300376 Name Two-Eye Dollocaris Card
DEF +100, RES +50
_______________________
Up to max +11 Refine Level:
MaxHP -30%, ATK -10%, MATK -10%
_______________________
Refine Level +12:
MaxHP +30%, ATK +10%, MATK +10%
_______________________
When Armor Level of compounded equipment is 2:
RES +50
_______________________
Type: Card
Compound on: Armor
Weight: 1
Weapon Level 0 Identifier Eyes_Dollocaris_Card
Attack 0 Type Card
MATK 0 Equip Locations Armor
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
bonus bDef,100;
bonus bRes,50;
.@r = getrefine();
if (getrefine() < 12) {
  bonus bMaxHPrate,-30;
  bonus bAtkRate,-10;
  bonus bMatkRate,-10;
}
else {
  bonus bMaxHPrate,30;
  bonus bAtkRate,10;
  bonus bMatkRate,10;
}
if (getequiparmorlv() == 2) {
  bonus bRes,50;
}