ID #300528
Card
Yortus Bishop Card
Buy Price: N/A
Sell Price: N/A
MaxHP +7%.
_______________________
Refine Level +10:
MaxHP +3%.
_______________________
Refine Level +14:
MaxHP +2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
_______________________
Refine Level +10:
MaxHP +3%.
_______________________
Refine Level +14:
MaxHP +2%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
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 .@r = getrefine(); bonus bMaxHPrate,7; if (.@r>=10) { bonus bMaxHPrate,3; if (.@r>=14) { bonus bMaxHPrate,2; } }
.@r = getrefine();
bonus bMaxHPrate,7;
if (.@r>=10) {
bonus bMaxHPrate,3;
if (.@r>=14) {
bonus bMaxHPrate,2;
}
}