wohoo cool new stuff (json generation, better layouts, more to come)

This commit is contained in:
Firq 2023-01-20 23:16:05 +01:00
parent 24efaf1b2c
commit 7c4aefe5fc
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
6 changed files with 204 additions and 48 deletions

12
static/cedata.json Normal file
View 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
View 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"
}
]