ID #300283
Card
The Fool Reversed
Buy Price: N/A
Sell Price: N/A
Recovers 500 HP and 5 SP every 10 seconds.
_______________________
For each Refine Level:
Recovers 100 HP and 1 SP additionaly every 10 seconds.
_______________________
Refine Level +10:
Recovers 500 HP and 5 SP additionaly every 10 seconds.
_______________________
When equipped with Arcana:
All Basic Stats +1
Recovers 5000 HP and 50 SP additionaly every 10 seconds.
Enables the use of Level 1 Cart Boost.
_______________________
Type: Card
Compound on: All slots
Weight: 1
_______________________
For each Refine Level:
Recovers 100 HP and 1 SP additionaly every 10 seconds.
_______________________
Refine Level +10:
Recovers 500 HP and 5 SP additionaly every 10 seconds.
_______________________
When equipped with Arcana:
All Basic Stats +1
Recovers 5000 HP and 50 SP additionaly every 10 seconds.
Enables the use of Level 1 Cart Boost.
_______________________
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(); bonus2 bHPRegenRate,500+(.@r*100),10000; bonus2 bSPRegenRate,5+.@r,10000; if (.@r>=10) { bonus2 bHPRegenRate,500,10000; bonus2 bSPRegenRate,5,10000; }
.@r = getrefine();
bonus2 bHPRegenRate,500+(.@r*100),10000;
bonus2 bSPRegenRate,5+.@r,10000;
if (.@r>=10) {
bonus2 bHPRegenRate,500,10000;
bonus2 bSPRegenRate,5,10000;
}