worklog / changelog increase purge cd
This commit is contained in:
parent
7d34b1b4ac
commit
8e03248844
@ -2,12 +2,13 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [0.0.0] - YYYY-MM-DD
|
## [1.5.6] - YYYY-MM-DD
|
||||||
### Added
|
|
||||||
### Fixed
|
|
||||||
### Changed
|
### Changed
|
||||||
|
`Purge` Fixed bug where client animations would freeze when clearing a buff
|
||||||
|
`Purge` Cooldown increased to 1T
|
||||||
|
|
||||||
## [0.1.5] - YYYY-MM-DD
|
|
||||||
|
## [0.1.5] - 2019-10-10
|
||||||
### Changed
|
### Changed
|
||||||
`Recharge` Skill multiplier reduced 85/130/200 -> 70/110/170
|
`Recharge` Skill multiplier reduced 85/130/200 -> 70/110/170
|
||||||
`Absorption` Skill duration reduced 5/7/9 -> 3/5/7
|
`Absorption` Skill duration reduced 5/7/9 -> 3/5/7
|
||||||
|
|||||||
18
WORKLOG.md
18
WORKLOG.md
@ -1,20 +1,26 @@
|
|||||||
# WORK WORK
|
# WORK WORK
|
||||||
## NOW (Before PAX)
|
## NOW
|
||||||
|
|
||||||
*PRODUCTION*
|
*PRODUCTION*
|
||||||
|
|
||||||
|
* border colours for skills e.g. strike red border, slay half red half green
|
||||||
|
* rename vbox to shop
|
||||||
|
* combat phase info system
|
||||||
|
* drag and drop buy / equip / unequip items
|
||||||
|
* no combiner overflow (reset above 3)
|
||||||
|
|
||||||
* mobile styles
|
* mobile styles
|
||||||
* mobile info page
|
* mobile info page
|
||||||
|
|
||||||
* fix info page for tablet layout
|
* fix info page for tablet layout
|
||||||
|
|
||||||
* Add TOS and accept to register page
|
|
||||||
|
|
||||||
* can't reset password without knowing password =\
|
* can't reset password without knowing password =\
|
||||||
|
|
||||||
## SOON (Before or After PAX)
|
|
||||||
|
|
||||||
* Invert recharge
|
* Invert recharge
|
||||||
|
|
||||||
|
## SOON
|
||||||
|
|
||||||
|
* equip from shop (buy and equip without putting in your inventory) for bases
|
||||||
|
|
||||||
* bot game grind
|
* bot game grind
|
||||||
* ACP
|
* ACP
|
||||||
* essential
|
* essential
|
||||||
|
|||||||
@ -1080,9 +1080,9 @@ impl Skill {
|
|||||||
Skill::PurifyPlus |
|
Skill::PurifyPlus |
|
||||||
Skill::PurifyPlusPlus => None,
|
Skill::PurifyPlusPlus => None,
|
||||||
|
|
||||||
Skill::Purge=> None,
|
Skill::Purge=> Some(1),
|
||||||
Skill::PurgePlus => None,
|
Skill::PurgePlus => Some(1),
|
||||||
Skill::PurgePlusPlus => None,
|
Skill::PurgePlusPlus => Some(1),
|
||||||
|
|
||||||
Skill::Banish |
|
Skill::Banish |
|
||||||
Skill::BanishPlus |
|
Skill::BanishPlus |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user