Sealed General Egnigem Cenia Card

Item ID 300318 Name Sealed General Egnigem Cenia Card
None
Weapon Level 0 Identifier Sealed_B_Ygnizem_Card_J
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
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bHPRegenRate,15,10000;
bonus2 bSPRegenRate,3,10000;

Set Script
Sealed General Egnigem Cenia Card
Muederous Grudge
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
bonus2 bHPRegenRate,1500,10000;
bonus2 bSPRegenRate,30,10000;
Nameless Swordsman's Boots
Sealed General Egnigem Cenia Card
.@r = getequiprefinerycnt(EQI_SHOES);
bonus2 bHPRegenRate,1500,10000;
bonus2 bHPRegenRate,30,10000;
if (BaseLevel >= 100) {
   bonus bStr,4*.@r;
   bonus bFlee,5*.@r;
}
else if (BaseLevel <= 99) {
   bonus bStr,.@r;
   bonus bFlee,2*.@r;
}