add json
This commit is contained in:
14
json/user.json
Normal file
14
json/user.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"character": [
|
||||
{ "id": 0, "cp": 100, "unique": true },
|
||||
{ "id": 1, "cp": 100 , "unique": false }
|
||||
],
|
||||
"item": [
|
||||
{ "id": 0, "cp": 0 },
|
||||
{ "id": 1, "cp": 0 }
|
||||
],
|
||||
"card": [
|
||||
{ "id": 0, "cp": 0 },
|
||||
{ "id": 1, "cp": 0 }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user