Skip to content

Commit

Permalink
Merge pull request #9107 from nanaya/mods-update
Browse files Browse the repository at this point in the history
Update mods data
  • Loading branch information
peppy authored Jul 12, 2022
2 parents fe202fc + d12b93d commit d5f6075
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions database/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@
"RX",
"AP",
"SO",
"MG"
"MG",
"RP"
],
"RequiresConfiguration": false,
"UserPlayable": false,
Expand Down Expand Up @@ -487,7 +488,8 @@
"AT",
"CN",
"AP",
"MG"
"MG",
"RP"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand All @@ -508,7 +510,8 @@
"CN",
"RX",
"SO",
"MG"
"MG",
"RP"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand Down Expand Up @@ -540,7 +543,8 @@
"Settings": [],
"IncompatibleMods": [
"WG",
"MG"
"MG",
"RP"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand All @@ -555,7 +559,8 @@
"Settings": [],
"IncompatibleMods": [
"TR",
"MG"
"MG",
"RP"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand Down Expand Up @@ -819,7 +824,32 @@
"RX",
"AP",
"TR",
"WG"
"WG",
"RP"
],
"RequiresConfiguration": false,
"UserPlayable": true,
"ValidForMultiplayer": true,
"ValidForMultiplayerAsFreeMod": true
},
{
"Acronym": "RP",
"Name": "Repel",
"Description": "Hit objects run away!",
"Type": "Fun",
"Settings": [
{
"Name": "repulsion_strength",
"Type": "number"
}
],
"IncompatibleMods": [
"AT",
"CN",
"AP",
"TR",
"WG",
"MG"
],
"RequiresConfiguration": false,
"UserPlayable": true,
Expand Down

0 comments on commit d5f6075

Please sign in to comment.