From b76903f6e0090c85494e7c559554adc6c54083b8 Mon Sep 17 00:00:00 2001 From: jrmyr Date: Mon, 28 Apr 2025 20:19:47 +0000 Subject: [PATCH] Scorekeeper tweaks. --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 97bf6ee..8a35870 100644 --- a/config.js +++ b/config.js @@ -68,8 +68,8 @@ export default { scorekeeper: { baseOutput: 1000, - commendationValue: 1.0, - citationValue: 1.2, + commendationValue: .25, + citationValue: .35, decay: 90, schedule: '0 0 * * 0' },