Lineage Justice

Spells & Skills

Lookup and validate skills and spells.

BodytoMind
MP: 0 HP: 8 Item: None Amount: N/A Duration: 0 Skill Type: Change
Delay: 100 Cast Invis: Yes Ignores CM: Yes Element: None Range: N/A 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 == BODY_TO_MIND) {
	L1PcInstance pc = (L1PcInstance) cha;
	pc.setCurrentMp(pc.getCurrentMp() + 2);
}