The Fool

Item ID 27364 Name The Fool
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
Weapon Level 0 Identifier Card_Of_Fool
Attack 0 Type Card
MATK 0 Equip Locations All equip
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 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,500+(.@r*100);
bonus bMaxSP,50+(.@r*10);
if (.@r>=10) {
   bonus bMaxHP,500;
   bonus bMaxSP,50;
}

Set Script
Arcana
The Fool
bonus bAllStats,1;
bonus bMaxHP,5000;
bonus bMaxSP,500;
skill "MC_CARTREVOLUTION",1;