From 3a58125d14bb307f861b38c6c5b0a63babde7e08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 13:28:06 -0400 Subject: feat: all skills kind of implemented, random prototype content added --- internal/object/item.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/object/item.go') diff --git a/internal/object/item.go b/internal/object/item.go index 7aed6c2..4959a22 100644 --- a/internal/object/item.go +++ b/internal/object/item.go @@ -67,6 +67,9 @@ type ItemDef struct { FarmProduct string `yaml:"farm_product"` FarmMinYield int `yaml:"farm_min_yield"` FarmMaxYield int `yaml:"farm_max_yield"` + PotionEffect string `yaml:"potion_effect"` + PotionBonus int `yaml:"potion_bonus"` + PotionDuration float64 `yaml:"potion_duration"` } type MadeFromEntry struct { -- cgit v1.2.3