Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add Overheated StatusId.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jul 8, 2023
1 parent af93380 commit f716c38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/AnimationLockTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
5331,
5919,
5928,
5959,
6107,
6469,
6547,
Expand Down Expand Up @@ -188,6 +189,7 @@
29210,
29211,
29217,
29272,
29273,
29281,
29283,
Expand Down
2 changes: 2 additions & 0 deletions RotationSolver.Basic/Data/StatusID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,6 @@ public enum StatusID : ushort
TheBlackestNight = 1178,

LivingDead = WillDead,

Overheated = 2688,
}

0 comments on commit f716c38

Please sign in to comment.