
RENEWAL / ITEMS
Sealed General Egnigem Cenia Card
#4482Card
Sealed_B_Ygnizem_Card
TypeCard
Card placementFootgear
Weight1
Buy price20 z
Sell price10 z
Card illustration
Description
Type: Miscellaneous
Class: Card
Compounds On: Shoes
Weight: 1
MaxHP +7%
MaxSP +7%
Every 15 seconds, you recover 50 HP and 10 SP.
If this card is slotted into shoes refined to +15 or higher, you recover 10 SP every 10 seconds.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Footgear
- Trade
Item effect 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;