From dbcd0118863ff3e7c5bee45041ccdb757eb2f366 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 22 Aug 2023 16:37:33 +0200 Subject: areas and town/shop setup --- db/areas/route1.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'db/areas/route1.json') diff --git a/db/areas/route1.json b/db/areas/route1.json index 3d1cf23..1615772 100644 --- a/db/areas/route1.json +++ b/db/areas/route1.json @@ -30,6 +30,16 @@ "environment_slug": "forest", - "previousArea": "paper-town", - "nextArea": "route2" + "connections": { + "paper-town": { + "conditions": [] + }, + + "cotton-town": { + "conditions": [ + "encounters", + "trainers" + ] + } + } } -- cgit v1.2.3