Add cap amount graph

This commit is contained in:
DarkPhoenix
2019-05-12 14:40:57 +03:00
parent ac132cbb92
commit 672141cffc
3 changed files with 108 additions and 1 deletions

View File

@@ -2,5 +2,6 @@ __all__ = [
'fitDpsRange',
'fitDpsTime',
'fitDmgTime',
'fitShieldRegenRelative'
'fitShieldRegenRelative',
'fitCapRegenRelative'
]