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 }
|
||||
]
|
||||
}
|
23
json/verse.json
Normal file
23
json/verse.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"system": [
|
||||
{
|
||||
"at": "account",
|
||||
"ai": "ability",
|
||||
"yui": "unique",
|
||||
"world": "planet"
|
||||
}
|
||||
],
|
||||
"yui": {
|
||||
"character": [
|
||||
{"id": 0, "name": "ai", "ability": "ai"},
|
||||
{"id": 1, "name": "shin", "ability": "atom"}
|
||||
]
|
||||
},
|
||||
"ai": {
|
||||
"ability": [
|
||||
{ "id": 0, "name": "ai", "multiplier": { "ai": 2.0, "yui": 1.5, "atom": 1.2 } },
|
||||
{ "id": 1, "name": "yui", "multiplier": { "ai": 2.0, "yui": 0.0, "atom": 0.0 } },
|
||||
{ "id": 2, "name": "atom", "multiplier": { "ai": 0.0, "yui": 0.0, "atom": 0.0 } }
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user