blob: 66b381bf5415ed125250bb2437261a5d6a2cf849 (
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": {
"route1": {
"conditions": [
"story.selectStarterMonster"
]
},
"sea-route-c": {
"conditions": [
"area.sea-route-c.completed"
]
}
},
"modules/tuxemon.slug": "paper_town",
"modules/tuxemon.environment": "grass"
}
|