lol-hash-util
v0.9.0
Published
A bunch of functions used to create unsigned 32 bit integer hashes for League of Legends.
Downloads
11
Maintainers
Readme
lol-hash-util
A bunch of functions used to create unsigned 32 bit integer hashes for League of Legends.
Download
lol-hash-util is installable via:
Methods
boneHash(name)
Creates a hash used in .skl/.anm files to identify bone names. (e.g. boneHash('root'))
gameHash(name)
Creates a hash used to identify skills in game packets. (e.g. gameHash('EzrealMysticShot'))
inibinHash(category, name)
Creates a hash used for .inibin/.troybin files. (e.g. inibinHash('Data', 'BaseHP'))