diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-22 16:37:33 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-22 16:37:33 +0200 |
commit | dbcd0118863ff3e7c5bee45041ccdb757eb2f366 (patch) | |
tree | dc08c8641d1f886b579360f3c63a919545ed23fb /db/areas/route1.json | |
parent | c0354b250f84d578b609a7f25d71dee7fc24e9ca (diff) |
areas and town/shop setup
Diffstat (limited to 'db/areas/route1.json')
-rw-r--r-- | db/areas/route1.json | 14 |
1 files changed, 12 insertions, 2 deletions
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" + ] + } + } } |