
RENEWAL / ITEMS
Sealed Stalker Card
#27217Card
SLD_Stalker_Card
TypeCard
Card placementArmor
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Armor
Weight: 1
Adds a chance of casting Level 1 Full Divestment on the attacker when receiving a physical attack.
HIT + 10. Additional Hit + 10, if the user's base Luk is 110 or higher.
If compounded equipment is refined to +15 or above,
HIT + 15 instead. Additional Hit + 15 instead, if the user's base Luk is 110 or higher.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Armor
- Trade
Item effect script
if (getrefine()<15) {
bonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,1,BF_WEAPON,1;
bonus bHit,(readparam(bLuk)>=110) ? 20 : 10;
}
else {
bonus bHit,(readparam(bLuk)>=110) ? 30 : 15;
}