update merc

This commit is contained in:
vietdungdev
2026-04-26 13:39:16 +07:00
parent 3c36d2d1ad
commit 839b04fd89
4 changed files with 212 additions and 11 deletions

View File

@@ -9,6 +9,18 @@ import (
"github.com/hectorgimenez/d2go/pkg/data/superunique"
)
type OwnMercenary struct {
Found bool
ClassID npc.ID
UnitID UnitID
OwnerUnitID UnitID
OwnerName string
Position Position
Mode mode.NpcMode
IsCorpse bool
HPPercent int
}
type NPC struct {
ID npc.ID
Name string