Sealed General Egnigem Cenia Card

Item ID 4482 Name Sealed General Egnigem Cenia Card
MaxHP +5%
MaxSP +5%
Recover 50 HP and 10 SP every 15 seconds.
_______________________
Refine Level +15:
Recover interval shortened to 10 seconds.
MaxHP +2%
MaxSP +2%
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Weapon Level 0 Identifier Sealed_B_Ygnizem_Card
Attack 0 Type Card
MATK 0 Equip Locations Footgear
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
.@rate = ((getrefine()>14)?7:5);
.@duration = ((getrefine()>14)?10000:5000);
bonus bMaxHPrate,.@rate;
bonus bMaxSPrate,.@rate;
bonus2 bHPRegenRate,50,.@duration;
bonus2 bSPRegenRate,10,.@duration;

Set Script
Sealed General Egnigem Cenia Card
Nameless Swordsman Boots
.@r = getequiprefinerycnt(EQI_SHOES);
bonus2 bHPRegenRate,5000,10000;
bonus2 bSPRegenRate,50,10000;
bonus bStr,10*(.@r/3);
bonus bFlee,10*(.@r/3);