mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 23:39:12 +00:00
base layout, data, components
This commit is contained in:
parent
e3efb084b8
commit
8878d9f878
29 changed files with 482 additions and 64 deletions
44
src/data/masters.json
Normal file
44
src/data/masters.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"masters": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Turael",
|
||||
"image": "Turael.png"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Krystilia",
|
||||
"image": "Krystilia.png"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Mazchna",
|
||||
"image": "Mazchna.png"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Vannaka",
|
||||
"image": "Vannaka.png"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Chaeldar",
|
||||
"image": "Chaeldar.png"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Konar quo Maten",
|
||||
"image": "Konar quo Maten.png"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Nieve",
|
||||
"image": "Nieve.png"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Duradel",
|
||||
"image": "Duradel.png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue