Skip to content

Commit

Permalink
Merge pull request #11676 from ppy/update-mod-definitions
Browse files Browse the repository at this point in the history
Update mod definitions
  • Loading branch information
peppy authored Nov 22, 2024
2 parents b8eca2c + 17ef914 commit 2cba1e2
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions database/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
}
],
"IncompatibleMods": [
"BL"
"BL",
"BM"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand Down Expand Up @@ -1016,7 +1017,9 @@
"Description": "The combo count at which the cursor becomes completely hidden"
}
],
"IncompatibleMods": [],
"IncompatibleMods": [
"BM"
],
"RequiresConfiguration": false,
"UserPlayable": true,
"ValidForMultiplayer": true,
Expand Down Expand Up @@ -1203,6 +1206,36 @@
"ValidForMultiplayerAsFreeMod": true,
"AlwaysValidForSubmission": false
},
{
"Acronym": "BM",
"Name": "Bloom",
"Description": "The cursor blooms into.. a larger cursor!",
"Type": "Fun",
"Settings": [
{
"Name": "max_size_combo_count",
"Type": "number",
"Label": "Max size at combo",
"Description": "The combo count at which the cursor reaches its maximum size"
},
{
"Name": "max_cursor_size",
"Type": "number",
"Label": "Final size multiplier",
"Description": "The multiplier applied to cursor size when combo reaches maximum"
}
],
"IncompatibleMods": [
"FL",
"NS",
"TD"
],
"RequiresConfiguration": false,
"UserPlayable": true,
"ValidForMultiplayer": true,
"ValidForMultiplayerAsFreeMod": true,
"AlwaysValidForSubmission": false
},
{
"Acronym": "TD",
"Name": "Touch Device",
Expand All @@ -1212,7 +1245,8 @@
"IncompatibleMods": [
"AT",
"CN",
"AP"
"AP",
"BM"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand Down

0 comments on commit 2cba1e2

Please sign in to comment.