
RENEWAL / ITEMS
Sealed Time Holder Card
#27225Card
SLD_Timeholder_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Weapon
Weight: 1
MATK + 10%
Increases the SP cost of skills by 20%.
If compounded equipment is refined to +15 or above,
MATK + 15%.
Increases the SP cost of skills by 15%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
if (getrefine()<15) {
bonus bMatkRate,10;
bonus bUseSPrate,20;
}
else {
bonus bMatkRate,15;
bonus bUseSPrate,15;
}