Lineage Justice

Spells & Skills

Lookup and validate skills and spells.

RemoveCurse
MP: 20 HP: 0 Item: None Amount: N/A Duration: 0 Skill Type: Change
Delay: 10 Cast Invis: Yes Ignores CM: Yes Element: Wind Range: 20 Area: N/A
Dmg Value: 0.0 Dmg Dice: 0 Dice Count: 0 Prob Value: 0 Prob Dice: 0 Prob Max: N/A
L1SkillUse Execution:

if (_skillId == REMOVE_CURSE) {
	cha.curePoison();
	if (cha.hasSkillEffect(STATUS_CURSE_PARALYZING)
			|| cha.hasSkillEffect(STATUS_CURSE_PARALYZED)) {
		cha.cureParalaysis();
	}
}