From c1b076f42cba724c98ef8670cf29c8b9df5228f5 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 30 Mar 2020 17:38:39 -0400 Subject: [PATCH] loud grumbling --- src/js/health.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/health.js b/src/js/health.js index db55649d952..0fe0e9595af 100644 --- a/src/js/health.js +++ b/src/js/health.js @@ -1,6 +1,6 @@ /** - * checks for illness and reduces the effectiveness of the slave accordingly -- 10, 25, 50, 85, 95% reduced - * also checks for tiredness and reduces effectiveness from that as well -- 10% reduction at 80+ and 5% at 50-80 + * checks for illness and reduces the effectiveness of the slave accordingly -- 5, 10, 25, 50, 90% reduced + * also checks for tiredness and reduces effectiveness from that as well -- 25% reduction at 90+ and 10% at 60-90 * @param {App.Entity.SlaveState} slave * @returns {number} */ -- GitLab