Update to v2.10.3 [Enhance] map local restrict

- Add support for locally restricting songs or challenges in the map of world mode
This commit is contained in:
Lost-MSth
2023-01-26 21:15:09 +08:00
parent 9fbdcd5edb
commit fbd5d83626
10 changed files with 191 additions and 120 deletions

View File

@@ -327,11 +327,10 @@
"is_available": true
}
],
"price": 0,
"price": 700,
"orig_price": 700,
"discount_from": 1646784000000,
"discount_to": 1647388799000,
"discount_reason": "extend"
"discount_to": 1647388799000
},
{
"name": "alice",
@@ -595,6 +594,11 @@
"id": "finale",
"is_available": true
},
{
"type": "pack",
"id": "epilogue",
"is_available": true
},
{
"type": "core",
"amount": 5,
@@ -622,5 +626,25 @@
],
"orig_price": 500,
"price": 500
},
{
"name": "extend_2",
"items": [
{
"type": "pack",
"id": "extend_2",
"is_available": true
},
{
"type": "core",
"amount": 7,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 700,
"price": 700,
"discount_from": 1646784000000,
"discount_to": 1647388799000
}
]