From 2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 02:23:59 -0400 Subject: feat: object and mob steal tables can include both tables and items --- internal/behavior/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/behavior') diff --git a/internal/behavior/types.go b/internal/behavior/types.go index 7d95cc3..18d6363 100644 --- a/internal/behavior/types.go +++ b/internal/behavior/types.go @@ -93,7 +93,7 @@ type ProductionData struct { type StealData struct { TargetType string - StealTable string + StealDrops []DropEntry StealLevel int StealXP int StealSpeed float64 -- cgit v1.2.3