blob: 1120538ea85f09a0e7ec035c6b658280a0f3ba83 (
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
|
{
"locations": {
"home": {
"type": "healingCenter",
"price": 0
},
"scoop_store": {
"type": "shop",
"items": [],
"modules/tuxemon.economy": "spyder_paper_mart"
}
},
"connections": {
"sea-route-c": {
"conditions": [
"area.sea-route-c.completed"
]
},
"route1": {
"conditions": [
"story.select-starter-monster"
]
}
},
"modules/tuxemon.slug": "paper_town",
"modules/tuxemon.environment": "grass"
}
|