feat(npc): add preset unit helper to retrieve npc from 1.13c map data
This commit is contained in:
72
pkg/data/superunique/superunique.go
Normal file
72
pkg/data/superunique/superunique.go
Normal file
@@ -0,0 +1,72 @@
|
||||
package superunique
|
||||
|
||||
type ID int
|
||||
|
||||
const (
|
||||
Bishibosh ID = iota
|
||||
Bonebreak
|
||||
Coldcrow
|
||||
Rakanishu
|
||||
TreeheadWoodFist
|
||||
Griswold
|
||||
TheCountess
|
||||
PitspawnFouldog
|
||||
FlamespiketheCrawler
|
||||
Boneash
|
||||
Radament
|
||||
BloodwitchtheWild
|
||||
Fangskin
|
||||
Beetleburst
|
||||
Leatherarm
|
||||
ColdwormtheBurrower
|
||||
FireEye
|
||||
DarkElder
|
||||
TheSummoner
|
||||
AncientKaatheSoulless
|
||||
TheSmith
|
||||
WebMagetheBurning
|
||||
WitchDoctorEndugu
|
||||
Stormtree
|
||||
SarinatheBattlemaid
|
||||
IcehawkRiftwing
|
||||
IsmailVilehand
|
||||
GelebFlamefinger
|
||||
BremmSparkfist
|
||||
ToorcIcefist
|
||||
WyandVoidfinger
|
||||
MafferDragonhand
|
||||
WingedDeath
|
||||
TheTormentor
|
||||
Taintbreeder
|
||||
RiftwraiththeCannibal
|
||||
InfectorofSouls
|
||||
LordDeSeis
|
||||
GrandVizierofChaos
|
||||
TheCowKing
|
||||
Corpsefire
|
||||
TheFeatureCreep
|
||||
SiegeBoss
|
||||
AncientBarbarian1
|
||||
AncientBarbarian2
|
||||
AncientBarbarian3
|
||||
AxeDweller
|
||||
BonesawBreaker
|
||||
DacFarren
|
||||
MegaflowRectifier
|
||||
EyebackUnleashed
|
||||
ThreashSocket
|
||||
Pindleskin
|
||||
SnapchipShatter
|
||||
AnodizedElite
|
||||
VinvearMolech
|
||||
SharpToothSayer
|
||||
MagmaTorquer
|
||||
BlazeRipper
|
||||
Frozenstein
|
||||
NihlathakBoss
|
||||
BaalSubject1
|
||||
BaalSubject2
|
||||
BaalSubject3
|
||||
BaalSubject4
|
||||
BaalSubject5
|
||||
)
|
||||
Reference in New Issue
Block a user