mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
refactor: create structure for backend
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"pancel": [
|
||||
{
|
||||
"Id": "tomott",
|
||||
"Name": "Tömött páncél",
|
||||
"Type": "konnyu",
|
||||
"VO": 1,
|
||||
"Price": 4
|
||||
},
|
||||
{
|
||||
"Id": "bor",
|
||||
"Name": "Bőrvért",
|
||||
"Type": "konnyu",
|
||||
"VO": 2,
|
||||
"Price": 5
|
||||
},
|
||||
{
|
||||
"Id": "kivert_bor",
|
||||
"Name": "Kivert bőrvért",
|
||||
"Type": "konnyu",
|
||||
"VO": 3,
|
||||
"Price": 15
|
||||
},
|
||||
{
|
||||
"Id": "gyuruvert",
|
||||
"Name": "Gyűrűvért",
|
||||
"Type": "konnyu",
|
||||
"VO": 3,
|
||||
"Price": 20
|
||||
},
|
||||
{
|
||||
"Id": "lancing",
|
||||
"Name": "Láncing",
|
||||
"Type": "konnyu",
|
||||
"VO": 4,
|
||||
"Price": 50
|
||||
},
|
||||
{
|
||||
"Id": "pikkelyvert",
|
||||
"Name": "Pikkelyvért",
|
||||
"Type": "kozepes",
|
||||
"VO": 4,
|
||||
"Price": 30
|
||||
},
|
||||
{
|
||||
"Id": "lancvert",
|
||||
"Name": "Láncvért",
|
||||
"Type": "kozepes",
|
||||
"VO": 5,
|
||||
"Price": 75
|
||||
},
|
||||
{
|
||||
"Id": "mellvert",
|
||||
"Name": "Mellvért",
|
||||
"Type": "kozepes",
|
||||
"VO": 5,
|
||||
"Price": 100
|
||||
},
|
||||
{
|
||||
"Id": "racsvert",
|
||||
"Name": "Rácsvért",
|
||||
"Type": "nehez",
|
||||
"VO": 6,
|
||||
"Price": 200
|
||||
},
|
||||
{
|
||||
"Id": "szalagvert",
|
||||
"Name": "Szalagvért",
|
||||
"Type": "nehez",
|
||||
"VO": 6,
|
||||
"Price": 250
|
||||
},
|
||||
{
|
||||
"Id": "lemezvert",
|
||||
"Name": "Lemezvért",
|
||||
"Type": "nehez",
|
||||
"VO": 7,
|
||||
"Price": 400
|
||||
},
|
||||
{
|
||||
"Id": "teljes_lemezvert",
|
||||
"Name": "Teljes lemezvért",
|
||||
"Type": "nehez",
|
||||
"VO": 8,
|
||||
"Price": 800
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user