diff options
Diffstat (limited to 'internal/object/item.go')
| -rw-r--r-- | internal/object/item.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |
