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/paper-town.json | |
parent | c0354b250f84d578b609a7f25d71dee7fc24e9ca (diff) |
areas and town/shop setup
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r-- | db/areas/paper-town.json | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json index b18e17e..7020252 100644 --- a/db/areas/paper-town.json +++ b/db/areas/paper-town.json @@ -8,13 +8,24 @@ "trainers": [ { "name": "Rival", - "monsters": [], + "monsters": [ + { + "slug": "STARTER", + "level": 2 + } + ], "inventory": [] } ], "environment_slug": "interior", - "previousArea": "", - "nextArea": "route1" + "connections": { + "route1": { + "conditions": [ + "encounters", + "trainers" + ] + } + } } |