Sealed Paladin Card

Item ID 27218 Name Sealed Paladin Card
Random chance to auto-cast Level 5 Grand Cross when recieving physical damage.
MaxHP +5%
_______________________
Base INT at least 110:
MaxHP +5%
_______________________
Refine Level +15:
Random chance to auto-cast Level 7 Grand Cross instead when recieving physical damage.
MaxHP +7% instead.

Base INT at least 110:
MaxHP +7% instead.
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
Weight: 1
Weapon Level 0 Identifier SLD_Paladin_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
if (getrefine()<15) {
   bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",5,1,BF_WEAPON,0;
   bonus bMaxHPrate,(readparam(bInt)>=110) ? 10 : 5;
}
else {
   bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",7,1,BF_WEAPON,0;
   bonus bMaxHPrate,(readparam(bInt)>=110) ? 14 : 7;
}