[Bug fix] Link Play second play error

- Fix a bug that if players do not start the first play in one room, their scores will be wrong.
- For Arcaea 5.10.6
This commit is contained in:
Lost-MSth
2024-10-26 17:07:36 +08:00
parent 6f964d7a78
commit a6c26dedfe
4 changed files with 79 additions and 3 deletions

View File

@@ -1918,5 +1918,77 @@
],
"orig_price": 100,
"price": 100
},
{
"name": "thirdsun",
"items": [
{
"type": "single",
"id": "thirdsun",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
},
{
"name": "crimsonquartz",
"items": [
{
"type": "single",
"id": "crimsonquartz",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
},
{
"name": "diesirae",
"items": [
{
"type": "single",
"id": "diesirae",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
},
{
"name": "spiritdauntless",
"items": [
{
"type": "single",
"id": "spiritdauntless",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
}
]