
RENEWAL / ITEMS
The Fool Reversed
#300283Card
Card_Of_Fool_R
TypeCard
Card placementHeadgear / Armor / Garment / Footgear / Weapon / Accessory
Weight1
Buy price20 z
Sell price10 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Card placement
- Headgear / Armor / Garment / Footgear / Weapon / Accessory
- Trade
Item effect 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;
}