24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"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 } }
|
|
]
|
|
}
|
|
}
|