From a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 23:52:06 -0400 Subject: feat: firemaking skill implemented. overhauled how ground items and despawn are handled. --- internal/object/item.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal/object/item.go') diff --git a/internal/object/item.go b/internal/object/item.go index c9b2717..009f10e 100644 --- a/internal/object/item.go +++ b/internal/object/item.go @@ -39,6 +39,11 @@ type ItemDef struct { Speed int `yaml:"speed"` ToolType string `yaml:"tool_type"` ToolSpeed int `yaml:"tool_speed"` + BurnTicks int `yaml:"burn_ticks"` + FireLevel int `yaml:"fire_level"` + FireXP int `yaml:"fire_xp"` + Quality int `yaml:"quality"` + MaxQuality int `yaml:"max_quality"` } type ItemStats struct { -- cgit v1.2.3