From 52a3ce6a4b4a254dc5d3067979a09e93c060fa20 Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 03:57:06 -0400 Subject: feat: shops and rough assassin skill --- internal/object/object.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal/object') diff --git a/internal/object/object.go b/internal/object/object.go index fe55865..8c4c752 100644 --- a/internal/object/object.go +++ b/internal/object/object.go @@ -19,4 +19,9 @@ type ObjectDef struct { RemovalItem string `yaml:"removal_item"` Description string `yaml:"description"` UseInteractions []UseInteraction `yaml:"use_interactions"` + StealTable string `yaml:"steal_table"` + StealLevel int `yaml:"steal_level"` + StealXP int `yaml:"steal_xp"` + StealSpeed float64 `yaml:"steal_speed"` + GuardMob string `yaml:"guard_mob"` } -- cgit v1.2.3