diff --git a/Resources/AnimationLockTime.json b/Resources/AnimationLockTime.json index ac76bc1cf..439ab56f5 100644 --- a/Resources/AnimationLockTime.json +++ b/Resources/AnimationLockTime.json @@ -390,6 +390,9 @@ "22605": 2.1, "23023": 2.1, "23036": 2.1, + "23044": 0.1, + "23045": 0.1, + "23048": 0.1, "23317": 2.1, "23915": 0.1, "24222": 2.1, diff --git a/Resources/HostileCastingArea.json b/Resources/HostileCastingArea.json index c70137c30..96035ff28 100644 --- a/Resources/HostileCastingArea.json +++ b/Resources/HostileCastingArea.json @@ -37,6 +37,7 @@ 5331, 5919, 5928, + 5959, 6107, 6469, 6547, @@ -188,6 +189,7 @@ 29210, 29211, 29217, + 29272, 29273, 29281, 29283, diff --git a/RotationSolver.Basic/Data/StatusID.cs b/RotationSolver.Basic/Data/StatusID.cs index f66aaee37..1bf8031fb 100644 --- a/RotationSolver.Basic/Data/StatusID.cs +++ b/RotationSolver.Basic/Data/StatusID.cs @@ -499,4 +499,6 @@ public enum StatusID : ushort TheBlackestNight = 1178, LivingDead = WillDead, + + Overheated = 2688, }