[Enhance][Bug fix] Another bundle mode & skill_amane bug

- For Arcaea 5.6.0
- Fix a bug that `skill_amane` may arise error when the step type of world map is null.
- Add a new bundle update mode, which is same with official server, that the server will find a update path from old version to new version, ignoring the application version restrictions.
This commit is contained in:
Lost-MSth
2024-04-26 17:55:29 +08:00
parent 2d498ae02b
commit efedd96908
7 changed files with 124 additions and 9 deletions

View File

@@ -1720,5 +1720,59 @@
],
"orig_price": 100,
"price": 100
},
{
"name": "distortedfate",
"items": [
{
"type": "single",
"id": "distortedfate",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
},
{
"name": "floatingworld",
"items": [
{
"type": "single",
"id": "floatingworld",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
},
{
"name": "chromafill",
"items": [
{
"type": "single",
"id": "chromafill",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
}
]