chore(mods): update mod definitions
catch: add MF
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
- `mods.json`: 包含了游戏中的所有可用mod的详细信息。
|
- `mods.json`: 包含了游戏中的所有可用mod的详细信息。
|
||||||
- Origin: https://github.com/ppy/osu-web/blob/master/database/mods.json
|
- Origin: https://github.com/ppy/osu-web/blob/master/database/mods.json
|
||||||
- Version: 2025/6/10 `b68c920b1db3d443b9302fdc3f86010c875fe380`
|
- Version: 2025/7/30 `ff49b66b27a2850aea4b6b3ba563cfe936cb6082`
|
||||||
|
|||||||
@@ -2438,7 +2438,8 @@
|
|||||||
"Settings": [],
|
"Settings": [],
|
||||||
"IncompatibleMods": [
|
"IncompatibleMods": [
|
||||||
"CN",
|
"CN",
|
||||||
"RX"
|
"RX",
|
||||||
|
"MF"
|
||||||
],
|
],
|
||||||
"RequiresConfiguration": false,
|
"RequiresConfiguration": false,
|
||||||
"UserPlayable": false,
|
"UserPlayable": false,
|
||||||
@@ -2460,7 +2461,8 @@
|
|||||||
"AC",
|
"AC",
|
||||||
"AT",
|
"AT",
|
||||||
"CN",
|
"CN",
|
||||||
"RX"
|
"RX",
|
||||||
|
"MF"
|
||||||
],
|
],
|
||||||
"RequiresConfiguration": false,
|
"RequiresConfiguration": false,
|
||||||
"UserPlayable": false,
|
"UserPlayable": false,
|
||||||
@@ -2477,7 +2479,8 @@
|
|||||||
"Settings": [],
|
"Settings": [],
|
||||||
"IncompatibleMods": [
|
"IncompatibleMods": [
|
||||||
"AT",
|
"AT",
|
||||||
"CN"
|
"CN",
|
||||||
|
"MF"
|
||||||
],
|
],
|
||||||
"RequiresConfiguration": false,
|
"RequiresConfiguration": false,
|
||||||
"UserPlayable": true,
|
"UserPlayable": true,
|
||||||
@@ -2638,6 +2641,24 @@
|
|||||||
"ValidForMultiplayerAsFreeMod": true,
|
"ValidForMultiplayerAsFreeMod": true,
|
||||||
"AlwaysValidForSubmission": false
|
"AlwaysValidForSubmission": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Acronym": "MF",
|
||||||
|
"Name": "Moving Fast",
|
||||||
|
"Description": "Dashing by default, slow down!",
|
||||||
|
"Type": "Fun",
|
||||||
|
"Settings": [],
|
||||||
|
"IncompatibleMods": [
|
||||||
|
"AT",
|
||||||
|
"CN",
|
||||||
|
"RX"
|
||||||
|
],
|
||||||
|
"RequiresConfiguration": false,
|
||||||
|
"UserPlayable": true,
|
||||||
|
"ValidForMultiplayer": true,
|
||||||
|
"ValidForFreestyleAsRequiredMod": false,
|
||||||
|
"ValidForMultiplayerAsFreeMod": true,
|
||||||
|
"AlwaysValidForSubmission": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Acronym": "SV2",
|
"Acronym": "SV2",
|
||||||
"Name": "Score V2",
|
"Name": "Score V2",
|
||||||
|
|||||||
Reference in New Issue
Block a user