Lineage Justice

Spells & Skills

Lookup and validate skills and spells.

DecayPotion
MP: 20 HP: 0 Item: 40318 Amount: 2 Duration: 16 Skill Type: Probability
Delay: 500 Cast Invis: No Ignores CM: No Element: None Range: 3 Area: N/A
Dmg Value: 0.0 Dmg Dice: 0 Dice Count: 0 Prob Value: 0 Prob Dice: 11 Prob Max: 95
Add Effect:

if (pc.hasSkillEffect(DECAY_POTION)) {
	pc.sendPackets(new S_ServerMessage(698));
	return false;
}