1
0
This commit is contained in:
2025-08-01 01:58:33 +09:00
parent 6c9256f5ba
commit 8a1316674a
4 changed files with 135 additions and 0 deletions

23
json/verse.json Normal file
View 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 } }
]
}
}