Lineage Justice

Spells & Skills

Lookup and validate skills and spells.

TurnUndead
MP: 20 HP: 0 Item: None Amount: N/A Duration: 0 Skill Type: Curse
Delay: 500 Cast Invis: No Ignores CM: No Element: Earth Range: 10 Area: N/A
Dmg Value: 0.0 Dmg Dice: 0 Dice Count: 0 Prob Value: 0 Prob Dice: 7 Prob Max: 98
L1SkillUse Execution:

if (_skillId == TURN_UNDEAD
		&& (undeadType == 1 || undeadType == 3)) {
	dmg = cha.getCurrentHp();
}