mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
AoE rewrite and bug fixes
Rewrote aoe checks for cone and line aoes and added minimum distance values Added height checks for commands Fixed combo effects repeating for every target hit by AoE attacks Fixed teleport sometimes not raising (I think) Fixed gear checks in some command scripts
This commit is contained in:
parent
8c5375f609
commit
cf30eef39e
34 changed files with 483 additions and 330 deletions
|
@ -81,7 +81,8 @@ modifiersGlobal =
|
|||
Regain = 70, --TP regen, should be -90 out of combat, Invigorate sets to 100+ depending on traits
|
||||
RegenDown = 71, --Damage over time effects. Separate from normal Regen because of how they are displayed in game
|
||||
Stoneskin = 72, --Nullifies damage
|
||||
MinimumTpLock = 73
|
||||
MinimumTpLock = 73, --Don't let TP fall below this, used in openings
|
||||
KnockbackImmune = 74 --Immune to knockback effects when above 0
|
||||
}
|
||||
|
||||
mobModifiersGlobal =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue