feat(npc): add preset unit helper to retrieve npc from 1.13c map data

This commit is contained in:
Genqila
2026-01-21 11:11:06 +07:00
committed by guiyomu-dev
parent ba3d781a0b
commit 4162d16437
4 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
package monplace
type ID int
const (
nothing ID = iota
npc_pack
unique_pack
champion
rogue_warner
bloodraven
rivermonster_right
rivermonster_left
tightspotboss
amphibian
tentacle_ns
tentacle_ew
fallennest
fetishnest
talkingrogue
talkingguard
dumbguard
fallen
fallenshaman
maggot
maggotegg
mosquitonest
fetish
fetishshaman
impgroup
imp
miniongroup
minion
bloodlord
deadminion
deadimp
deadbarb
reanimateddead
group25
group50
group75
group100
)