Skip to content

Commit

Permalink
add vitalsModifier
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Jan 30, 2023
1 parent e9aabb4 commit e5a9c07
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azcs/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ func init() {
for _, value := range hashVitalsData {
DefaultHashRegistry.Add(value)
}
for _, value := range hashVitalsModifiersData {
DefaultHashRegistry.Add(value)
}
}

func NewHashRegistry() *HashRegistry {
Expand Down
32 changes: 32 additions & 0 deletions azcs/hashVitalsModifiersData.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package azcs

var hashVitalsModifiersData = map[uint32]string{
0x0f000411: "solo", // 251659281
0x1401363b: "solo+", // 335623739
0x14d9bba1: "elite+", // 349813665
0x1f99399e: "eliteminiboss", // 530135454
0x3225b842: "named_solo+", // 841332802
0x34666e73: "solo+_starterbeach", // 879128179
0x34b9957c: "outpostrushsolo+", // 884577660
0x3efe663a: "boss", // 1056859706
0x3ffa1f90: "dungeon", // 1073356688
0x4b01be63: "skull", // 1258405475
0x51ef942c: "boss-", // 1374655532
0x5b954ee4: "solo_starterbeach", // 1536511716
0x67eddaa3: "dungeon-", // 1743641251
0x7d458c26: "outpostrushgroup+", // 2101709862
0x8e8e7f96: "dungeon+", // 2391703446
0x98197a65: "player", // 2551806565
0xa0eaecfb: "dungeonminiboss", // 2699750651
0xb74c624b: "eliteboss", // 3075236427
0xb88c3119: "boss+", // 3096195353
0xcca425c5: "solo-_starterbeach", // 3433309637
0xccf147d9: "dungeonboss", // 3438364633
0xd03fcd8d: "spell", // 3493842317
0xd78d9e11: "elite", // 3616382481
0xd826f064: "outpostrushsolo", // 3626430564
0xe4de4845: "critter", // 3839772741
0xf2bed121: "named_solo", // 4072591649
0xfd62930e: "solo-", // 4251095822
0xfdba1e94: "elite-", // 4256833172
}

0 comments on commit e5a9c07

Please sign in to comment.