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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
{
"requiredEncounters": 10,
"trainers": [
{
"name": "Miner Jacques",
"sprite": "monk.png",
"monsters": [
{
"slug": "heronquak",
"level": 55
},
{
"slug": "jemuar",
"level": 60
}
]
},
{
"name": "Bruder Mikki",
"sprite": "adventurer.png",
"monsters": [
{
"slug": "miaownolith",
"level": 75
},
{
"slug": "pyraminx",
"level": 76
},
{
"slug": "mauai",
"level": 77
},
{
"slug": "jelillow",
"level": 80
}
],
"inventory": [
{
"slug": "super_potion",
"quantity": 4
}
]
}
],
"items": [
{
"slug": "imperial_potion",
"dropRatio": 3
},
{
"slug": "tuxeball_wood",
"dropRatio": 2
},
{
"slug": "tuxeball_water",
"dropRatio": 2
},
{
"slug": "wood_booster",
"dropRatio": 1
},
{
"slug": "water_booster",
"dropRatio": 1
}
],
"connections": {
"sphalian-town": {
"conditions": []
}
},
"modules/tuxemon.slug": "lion_mountain",
"modules/tuxemon.encounter": "lion_mountain",
"modules/tuxemon.environment": "snow"
}
|