From 575a71dcfed3b9fa44af244836f638a23df05a9a Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 11:51:17 -0400 Subject: feat: farming roughly implemented --- data/items/torstol_seed.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'data/items/torstol_seed.yaml') diff --git a/data/items/torstol_seed.yaml b/data/items/torstol_seed.yaml index 5db6f9d..2dfd60c 100644 --- a/data/items/torstol_seed.yaml +++ b/data/items/torstol_seed.yaml @@ -3,4 +3,12 @@ name: torstol seed color: "46" description: "The rarest of herb seeds. Worth a small fortune." value: 5000 -stackable: true \ No newline at end of file +stackable: true +farm_patch_type: herb +farm_level: 85 +farm_plant_xp: 142 +farm_harvest_xp: 200 +farm_stages: 4 +farm_product: torstol +farm_min_yield: 3 +farm_max_yield: 8 \ No newline at end of file -- cgit v1.2.3