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