blob: 017a284adbfa7866686701ecd7cb54565e3aaf60 (
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
|
{
"characters": {
"dante": {
"slug": "spyder_dante",
"text": [
"spyder_papertown_myfirstmon_notmet",
"spyder_papertown_myfirstmon1",
"spyder_papertown_myfirstmon2"
]
}
},
"monsters": [
{
"slug": "tweesher",
"level": 5
},
{
"slug": "lambert",
"level": 5
},
{
"slug": "nut",
"level": 5
},
{
"slug": "agnite",
"level": 5
},
{
"slug": "rockitten",
"level": 5
}
]
}
|