diff options
Diffstat (limited to 'db/areas/route2.json')
-rw-r--r-- | db/areas/route2.json | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/db/areas/route2.json b/db/areas/route2.json index 5e56ad9..f753a70 100644 --- a/db/areas/route2.json +++ b/db/areas/route2.json @@ -1,10 +1,4 @@ { - "name": "Route 2", - - "encounter_slug": "route2", - - "encounters": [], - "requiredEncounters": 10, "trainers": [ @@ -28,8 +22,6 @@ } ], - "environment_slug": "forest", - "connections": { "cotton-town": { "conditions": [] @@ -41,5 +33,9 @@ "trainers" ] } - } + }, + + "modules/tuxemon.slug": "route2", + "modules/tuxemon.encounter": "route2", + "modules/tuxemon.environment": "forest" } |