aboutsummaryrefslogtreecommitdiff
path: root/internal/object
diff options
context:
space:
mode:
Diffstat (limited to 'internal/object')
-rw-r--r--internal/object/item.go3
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 {