Skip to content

Commit

Permalink
Update mod definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Oct 26, 2023
1 parent 06d69e3 commit fc5a372
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions database/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"Type": "number",
"Label": "Speed decrease",
"Description": "The actual decrease to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -175,6 +181,12 @@
"Type": "number",
"Label": "Speed increase",
"Description": "The actual increase to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -1167,6 +1179,12 @@
"Type": "number",
"Label": "Speed decrease",
"Description": "The actual decrease to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -1283,6 +1301,12 @@
"Type": "number",
"Label": "Speed increase",
"Description": "The actual increase to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -1772,6 +1796,12 @@
"Type": "number",
"Label": "Speed decrease",
"Description": "The actual decrease to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -1886,6 +1916,12 @@
"Type": "number",
"Label": "Speed increase",
"Description": "The actual increase to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -2336,6 +2372,12 @@
"Type": "number",
"Label": "Speed decrease",
"Description": "The actual decrease to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down Expand Up @@ -2450,6 +2492,12 @@
"Type": "number",
"Label": "Speed increase",
"Description": "The actual increase to apply"
},
{
"Name": "adjust_pitch",
"Type": "boolean",
"Label": "Adjust pitch",
"Description": "Should pitch be adjusted with speed"
}
],
"IncompatibleMods": [
Expand Down

0 comments on commit fc5a372

Please sign in to comment.