
RENEWAL / ITEMS
Sealed Lord of The Dead Card
#4540Card
SLD_Lord_Of_Death_Card
TypeCard
Card placementWeapon
Weight1
Buy price20 z
Sell price10 z
Description
There is a certain rate to inflict Coma status on enemies,
There is a certain rate to inflict Stunned, Cursed, Silence, Poisoned, Wound status in melee combat.
If compounded equipment is refined to +15 and above, the rate to inflict the status above is increased.
Series : Card
Compound : Weapon
Weight : 1
There is a certain rate to inflict Coma status on enemies,
There is a certain rate to inflict Stunned, Cursed, Silence, Poisoned, Wound status in melee combat.
If compounded equipment is refined to +15 and above, the rate to inflict the status above is increased.
Series : Card
Compound : Weapon
Weight : 1
Attack: 0
Property: N/A
Weight: 0
Weapon Level: 0
Item details
- Card placement
- Weapon
- Trade
Item effect script
.@rate = ((getrefine()>14)?350:250);
bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT;
bonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT;
bonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT;
bonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT;
bonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT;
bonus2 bComaClass,Class_Normal,1;