summaryrefslogtreecommitdiff
path: root/db/areas/cotton-tunnel.json
blob: bff05ba13b7e92e3fd233b6da01d3985986b0574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "requiredEncounters": 10,

  "trainers": [
    {
      "name": "Dragonrider Carlos",
      "sprite": "dragonrider.png",
      "monsters": [
        {
          "slug": "agnidon",
          "level": 35
        },
        {
          "slug": "legko",
          "level": 35
        }
      ]
    }
  ],

  "items": [
    {
      "slug": "candy_tuxeball",
      "chance": 3
    },
    {
      "slug": "imperial_potion",
      "chance": 2
    },
    {
      "slug": "imperial_tea",
      "chance": 2
    },
    {
      "slug": "cureall",
      "chance": 2
    },
    {
      "slug": "raise_melee",
      "chance": 1
    }
  ],

  "connections": {
    "dragons-cave": {
      "conditions": []
    },

    "cotton-town": {
      "conditions": [
        "encounters",
        "trainers"
      ]
    }
  },

  "modules/tuxemon.slug": "cotton_tunnel",
  "modules/tuxemon.encounter": "cotton_tunnel",
  "modules/tuxemon.environment": "cavern"
}