Skip to content

Commit

Permalink
Bump crescendo RP threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBottone committed Jun 9, 2024
1 parent 2f63963 commit d1afdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/field/crescendo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fsSync from "fs";
import type { GoogleSpreadsheetRow } from "google-spreadsheet";
import type { Match } from "../match/crescendo";

const MELODY_BONUS_RP = 25;
const MELODY_BONUS_RP = 30;
const ENSEMBLE_BONUS_RP = 10;

export async function getMatchData(
Expand Down

0 comments on commit d1afdc4

Please sign in to comment.