At this time, i don`t see in core no knockback/knockdown rezistances, all skills are impleneted as knockback chance to land, but lots of items and buffs give knockdown and knockback rezistances.
please implement as fast as possible (like stun probably), some for air knock up, skills that raise enemy in air
and for knight skill chain hydra that pulls the enemy towards you, same need rezists
i found on another pack implemented and working ok
Цитата:
PULL_RESIST("pullResist", Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY),
/**
* Field KNOCKBACK_RESIST.
*/
KNOCKBACK_RESIST("knockBackResist", Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY),
/**
* Field KNOCKDOWN_RESIST.
*/
KNOCKDOWN_RESIST("knockDownResist", Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY),
* Field AIRJOKE_RESIST.
*/
AIRJOKE_RESIST("airjokeResist", Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY),
*/
PULL_POWER("pullPower", -200., 200.),
/**
* Field KNOCKBACK_POWER.
*/
KNOCKBACK_POWER("knockBackPower", -200., 200.),
/**
* Field KNOCKDOWN_POWER.
*/
KNOCKDOWN_POWER("knockDownPower", -200., 200.),
|
https://code.google.com/p/l2jeuropa/...ats/Stats.java