ID #27218
Card
Sealed Paladin Card
Buy Price: N/A
Sell Price: N/A
Random chance to auto-cast Level 5 Grand Cross when receiving 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 receiving 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
MaxHP +5%
_______________________
Base INT at least 110:
MaxHP +5%
_______________________
Refine Level +15:
Random chance to auto-cast Level 7 Grand Cross instead when receiving 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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
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; }
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;
}