diff options
Diffstat (limited to 'db/areas/route1.json')
-rw-r--r-- | db/areas/route1.json | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/db/areas/route1.json b/db/areas/route1.json index 0c9523f..2fad568 100644 --- a/db/areas/route1.json +++ b/db/areas/route1.json @@ -1,10 +1,4 @@ { - "name": "Route 1", - - "encounter_slug": "route1", - - "encounters": [], - "requiredEncounters": 10, "trainers": [ @@ -30,8 +24,6 @@ } ], - "environment_slug": "forest", - "connections": { "paper-town": { "conditions": [] @@ -43,5 +35,9 @@ "trainers" ] } - } + }, + + "modules/tuxemon.slug": "route1", + "modules/tuxemon.encounter": "route1", + "modules/tuxemon.environment": "forest" } |