Yortus Bishop Card

Item ID 300528 Name Yortus Bishop Card
MaxHP +7%.
_______________________
Refine Level +10:
MaxHP +3%.
_______________________
Refine Level +14:
MaxHP +2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Weapon Level 0 Identifier Yortus_Bishop_Card
Attack 0 Type Card
MATK 0 Equip Locations Upper/Mid/Lower Headgear
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
.@r = getrefine();
bonus bMaxHPrate,7;
if (.@r>=10) {
   bonus bMaxHPrate,3;
   if (.@r>=14) {
      bonus bMaxHPrate,2;
   }
}