From bde5dc98ad96546b59e91f5a6e552bf80cbf48e4 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 24 Aug 2023 14:42:12 +0200 Subject: translations and error handling --- db/areas/route1.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'db/areas/route1.json') 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" } -- cgit v1.2.3