diff --git a/src/js/health.js b/src/js/health.js index db55649d95261599dd9db812aed880eabafb798d..0fe0e9595af614b13c7200b4d86b628e368b9c45 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} */