From 8e829d4497efd6a23514901a1a6724fe7579c6b5 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Aug 2023 15:21:47 +0200 Subject: box in healing centers! --- db/areas/timber-town.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'db/areas/timber-town.json') diff --git a/db/areas/timber-town.json b/db/areas/timber-town.json index 2121446..f28d687 100644 --- a/db/areas/timber-town.json +++ b/db/areas/timber-town.json @@ -9,6 +9,26 @@ "type": "shop", "modules/tuxemon.economy": "spyder_timber_scoop", "items": [ + { + "item_name": "tuxeball_wood", + "price": 150 + }, + { + "item_name": "tuxeball_fire", + "price": 150 + }, + { + "item_name": "tuxeball_earth", + "price": 150 + }, + { + "item_name": "tuxeball_metal", + "price": 150 + }, + { + "item_name": "tuxeball_water", + "price": 150 + }, { "item_name": "wood_booster", "price": 1000 -- cgit v1.2.3