aboutsummaryrefslogtreecommitdiff
path: root/internal/object/item.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/object/item.go')
-rw-r--r--internal/object/item.go5
1 files changed, 5 insertions, 0 deletions
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 {