summaryrefslogtreecommitdiff
path: root/db/areas/cotton-tunnel.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-09-02 14:59:09 +0200
committerDaniel Weipert <code@drogueronin.de>2023-09-02 14:59:09 +0200
commit2030caa0c85102b1cf6131dd9eefef4a347cda42 (patch)
tree9188abac0d7b7730ded1e8e154c3f7c589f785cf /db/areas/cotton-tunnel.json
parent1d29ee6d87d3794a9319bca5bf36afdfe176072c (diff)
translations and story
Diffstat (limited to 'db/areas/cotton-tunnel.json')
-rw-r--r--db/areas/cotton-tunnel.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/db/areas/cotton-tunnel.json b/db/areas/cotton-tunnel.json
new file mode 100644
index 0000000..58ee1af
--- /dev/null
+++ b/db/areas/cotton-tunnel.json
@@ -0,0 +1,60 @@
+{
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Dragonrider Carlos",
+ "sprite": "dragonrider.png",
+ "monsters": [
+ {
+ "slug": "agnidon",
+ "level": 35
+ },
+ {
+ "slug": "legko",
+ "level": 35
+ }
+ ]
+ }
+ ],
+
+ "items": [
+ {
+ "slug": "candy_tuxeball",
+ "chance": 10
+ },
+ {
+ "slug": "imperial_potion",
+ "chance": 10
+ },
+ {
+ "slug": "imperial_tea",
+ "chance": 10
+ },
+ {
+ "slug": "cureall",
+ "chance": 10
+ },
+ {
+ "slug": "raise_melee",
+ "chance": 10
+ }
+ ],
+
+ "connections": {
+ "dragons-cave": {
+ "conditions": []
+ },
+
+ "cotton-town": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ },
+
+ "modules/tuxemon.slug": "cotton_tunnel",
+ "modules/tuxemon.encounter": "cotton_tunnel",
+ "modules/tuxemon.environment": "cavern"
+}