From 4b86f4bb40e4b1d77cafe0ba8c130d0f22c60ce5 Mon Sep 17 00:00:00 2001 From: demenik Date: Tue, 9 Dec 2025 17:31:42 +0100 Subject: [PATCH] chore: Update shovel price rate in config (#15) --- assets/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/config.json b/assets/config.json index 0eaa793..1b2e028 100644 --- a/assets/config.json +++ b/assets/config.json @@ -3,7 +3,7 @@ "grid_height": 4, "pom_speed": 1.5, "shovel_base_price": 10, - "shovel_rate": 0.5, + "shovel_rate": 0.2, "berry_seeds": [ { "name": "Normale Samen", @@ -29,4 +29,3 @@ ], "wonder_event_url": "wss://pomomon.farm/ws" } -