mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-09 09:17:26 +08:00
[Bug fix] API song difficulty ETR
- Fix a but that some API cannot handle ETR difficulty. - New character "Vita(Cadenza)" - For Arcaea 5.5.0 / 5.5.6
This commit is contained in:
@@ -790,5 +790,23 @@
|
||||
],
|
||||
"orig_price": 500,
|
||||
"price": 500
|
||||
},
|
||||
{
|
||||
"name": "extend_3",
|
||||
"items": [
|
||||
{
|
||||
"type": "pack",
|
||||
"id": "extend_3",
|
||||
"is_available": true
|
||||
},
|
||||
{
|
||||
"type": "core",
|
||||
"amount": 7,
|
||||
"id": "core_generic",
|
||||
"is_available": true
|
||||
}
|
||||
],
|
||||
"price": 700,
|
||||
"orig_price": 700
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user