Skip to content

Commit

Permalink
Colorize and group defensive calc sections
Browse files Browse the repository at this point in the history
There is quite a lot of calc sections now and colours make them easy to
quickly recognize from each other.

Also group them properly together as "primary", "secondary" and "misc"
defenses.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
  • Loading branch information
deathbeam committed Mar 4, 2023
1 parent 567663a commit 3350d85
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 81 deletions.
1 change: 1 addition & 0 deletions src/Data/Global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ colorCodes.LIFE = colorCodes.MARAUDER
colorCodes.MANA = colorCodes.WITCH
colorCodes.ES = colorCodes.SOURCE
colorCodes.WARD = colorCodes.RARE
colorCodes.ARMOUR = colorCodes.NORMAL
colorCodes.EVASION = colorCodes.POSITIVE
colorCodes.RAGE = colorCodes.WARNING
colorCodes.PHYS = colorCodes.NORMAL
Expand Down
Loading

0 comments on commit 3350d85

Please sign in to comment.