Lineage Justice

Spells & Skills

Lookup and validate skills and spells.

LifeStream
MP: 20 HP: 0 Item: 40318 Amount: 1 Duration: 320 Skill Type: Change
Delay: 10 Cast Invis: Yes Ignores CM: Yes Element: None Range: 20 Area: 3
Dmg Value: 0.0 Dmg Dice: 0 Dice Count: 0 Prob Value: 0 Prob Dice: 0 Prob Max: N/A
L1Skill Execution:

if (_skillId == LIFE_STREAM) {
	L1EffectSpawn.getInstance().spawnEffect(81169,
			_skill.getBuffDuration() * 1000, _targetX, _targetY,
			_user.getMapId());
	return;
}