
RENEWAL / ITEMS
Sealed Fallen Pyuriel Card
#27222Card
SLD_Pyuriel_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Weapon
Weight: 1
Increases critical damage on targets by 20%.
Increases damage taken from all race enemies by 20%.
If compounded equipment is refined to +15 or above,
Increases critical damage on targets by 25%.
Increases damage taken from all race enemies 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 bCritAtkRate,20;
bonus2 bSubRace,RC_All,-20;
}
else {
bonus bCritAtkRate,25;
bonus2 bSubRace,RC_All,-15;
}