ID #4645
Card
Infinite Eclipse Card
Buy Price: N/A
Sell Price: N/A
MaxHP +300
_______________________
Refine Level +7:
MaxHP +300
_______________________
Refine Level +9:
MaxHP +400
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Refine Level +7:
MaxHP +300
_______________________
Refine Level +9:
MaxHP +400
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Monster Drops
Card Drops
Infinite Eclipse
Rate: 0.5%
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 .@r = getrefine(); if (.@r>6) { .@b += 300; if (.@r>8) .@b += 400; } bonus bMaxHP,300+.@b;
.@r = getrefine();
if (.@r>6) {
.@b += 300;
if (.@r>8)
.@b += 400;
}
bonus bMaxHP,300+.@b;