blob: de16bc2ff0a8b1b533409c5a3e1a8ce107673da6 (
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
|
{
"trainers": [
{
"name": "Rival Billie",
"sprite": "fashionista.png",
"monsters": [
{
"slug": "cardinale",
"level": 40
},
{
"slug": "eyesore",
"level": 40
},
{
"slug": "viviphyta",
"level": 40
},
{
"slug": "STARTER",
"level": 40
}
]
}
],
"connections": {
"hospital-floor-2": {
"conditions": []
}
},
"modules/tuxemon.slug": "hospital3",
"modules/tuxemon.environment": "interior"
}
|