mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04: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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user