wohoo cool new stuff (json generation, better layouts, more to come)
This commit is contained in:
parent
24efaf1b2c
commit
7c4aefe5fc
6 changed files with 204 additions and 48 deletions
12
static/cedata.json
Normal file
12
static/cedata.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"name": "The Merciless One",
|
||||
"link": "merciless_one",
|
||||
"mlb": "true"
|
||||
},
|
||||
{
|
||||
"name": "Vessel of the Saint",
|
||||
"link": "vessel",
|
||||
"mlb": "false"
|
||||
}
|
||||
]
|
29
static/servantdata.json
Normal file
29
static/servantdata.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
[
|
||||
{
|
||||
"name": "Skadi",
|
||||
"level": "120",
|
||||
"np": "4",
|
||||
"skills": "10 / 10 / 10 ",
|
||||
"ml": "10",
|
||||
"asc": "03",
|
||||
"bond10": "true"
|
||||
},
|
||||
{
|
||||
"name": "Skadi",
|
||||
"level": "70",
|
||||
"np": "1",
|
||||
"skills": "10 / 10 / 10 ",
|
||||
"ml": "1",
|
||||
"asc": "01",
|
||||
"bond10": "true"
|
||||
},
|
||||
{
|
||||
"name": "Castoria",
|
||||
"level": "90",
|
||||
"np": "1",
|
||||
"skills": "10 / 10 / 10 ",
|
||||
"ml": "Not Unlocked",
|
||||
"asc": "01",
|
||||
"bond10": "true"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue