summaryrefslogtreecommitdiff
path: root/db/areas/city-park.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-22 16:37:33 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-22 16:37:33 +0200
commitdbcd0118863ff3e7c5bee45041ccdb757eb2f366 (patch)
treedc08c8641d1f886b579360f3c63a919545ed23fb /db/areas/city-park.json
parentc0354b250f84d578b609a7f25d71dee7fc24e9ca (diff)
areas and town/shop setup
Diffstat (limited to 'db/areas/city-park.json')
-rw-r--r--db/areas/city-park.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/db/areas/city-park.json b/db/areas/city-park.json
new file mode 100644
index 0000000..113cf51
--- /dev/null
+++ b/db/areas/city-park.json
@@ -0,0 +1,40 @@
+{
+ "encounter_slug": "citypark",
+
+ "encounters": [],
+
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Frances",
+ "sprite": "florist.png",
+ "monsters": [
+ {
+ "slug": "shybulb",
+ "level": 8
+ },
+ {
+ "slug": "shybulb",
+ "level": 8
+ }
+ ],
+ "inventory": []
+ }
+ ],
+
+ "environment_slug": "forest",
+
+ "connections": {
+ "route2": {
+ "conditions": []
+ },
+
+ "leather-town": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ }
+}