summaryrefslogtreecommitdiff
path: root/db/areas/lion-mountain.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/lion-mountain.json')
-rw-r--r--db/areas/lion-mountain.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/db/areas/lion-mountain.json b/db/areas/lion-mountain.json
new file mode 100644
index 0000000..fc804f8
--- /dev/null
+++ b/db/areas/lion-mountain.json
@@ -0,0 +1,34 @@
+{
+ "name": "Lion Mountain",
+
+ "encounter_slug": "lion_mountain",
+
+ "encounters": [],
+
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Miner Jacques",
+ "sprite": "monk.png",
+ "monsters": [
+ {
+ "slug": "heronquak",
+ "level": 55
+ },
+ {
+ "slug": "jemuar",
+ "level": 60
+ }
+ ]
+ }
+ ],
+
+ "environment_slug": "snow",
+
+ "connections": {
+ "sphalian-town": {
+ "conditions": []
+ }
+ }
+}