ID #27364
Card
The Fool
Buy Price: N/A
Sell Price: N/A
MaxHP +500, MaxSP +50
_______________________
For each Refine Level:
MaxHP +100, MaxSP +10
_______________________
Refine Level +10:
MaxHP +500, MaxSP +50
_______________________
When equipped with Arcana:
All Basic Stats +1
MaxHP +5000
MaxSP +500
Enables the use of Level 1 Cart Revolution.
_______________________
Type: Card
Compound on: All slots
Weight: 1
_______________________
For each Refine Level:
MaxHP +100, MaxSP +10
_______________________
Refine Level +10:
MaxHP +500, MaxSP +50
_______________________
When equipped with Arcana:
All Basic Stats +1
MaxHP +5000
MaxSP +500
Enables the use of Level 1 Cart Revolution.
_______________________
Type: Card
Compound on: All slots
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 bMaxHP,500+(.@r*100); bonus bMaxSP,50+(.@r*10); if (.@r>=10) { bonus bMaxHP,500; bonus bMaxSP,50; }
.@r = getrefine();
bonus bMaxHP,500+(.@r*100);
bonus bMaxSP,50+(.@r*10);
if (.@r>=10) {
bonus bMaxHP,500;
bonus bMaxSP,50;
}