From d4b5efcae6e17bec21c5751d8eab123dd884a669 Mon Sep 17 00:00:00 2001 From: Mashy Date: Thu, 9 Jan 2020 15:39:32 +1000 Subject: [PATCH] speed description --- WORKLOG.md | 4 ---- client/src/constants.jsx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/WORKLOG.md b/WORKLOG.md index fc60a200..5f20d1d1 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -10,10 +10,6 @@ _ntr_ * background music _mashy_ -* change cooldowns to delay & recharge - - delay is cooldown before skill can first be used - - recharge is cooldown after using skill - - every x speed reduces delay of skills * combat text - last 3-4 text events (damage / heal / disable etc) diff --git a/client/src/constants.jsx b/client/src/constants.jsx index c6b6dfaf..39b38535 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -71,7 +71,7 @@ module.exports = { }, speedStat: { item: 'SPEED', - description: 'Speed determines the order in which skills resolve.\nCombine SPEED specs to increase speed.', + description: 'Speed determines the order in which skills resolve.\nThe initial delay of skills is reduced by 1 turn for every 250 speed.\nCombine SPEED specs to increase speed.', }, }, };