Skip to content

Commit

Permalink
## 0.2.1.79 (2021-01-15)
Browse files Browse the repository at this point in the history
Special thanks, again, to Traf27 for keeping Looty going!

Design
- Added dark theme! to easy strain on your eyes at night - switch is on the right side
- item tooltips in dark theme now closer resemble those on official site/in game
- added Incubators to item tooltips - fancy progressbar with current/total kills and what it's incubating into
- added improvements to XP page and its gem experience tables

Features
- Added option to Settings panel to show tooltip when CTRL key is pressed, solving issue with tooltip obscuring vision.
  note: When pressing ctrl being on some row, you have to reenter this row with mouse pointer to show tooltip - thats best I can do right now
- Added option to Settings panel to align text in tooltip to the left - in dark theme is centered - so you can override it here.

- Added following columns
	- IncubatorReward - what incubator on item is going to drop
	- % Armor local to item
	- % Evasion Rating local to item
	- % Energy Shield local to item
	- % Armor global to character stats - now recognize "% increased Armor" on talismans, rings, belts, jewels
	- % Evasion Rating global to character stats - now recognize "% increased Evasion Rating" on talismans, rings, belts, jewels
	- % chance to Dodge Spell Hits
	- % chance to Block Spells Damage
	- Added columns for checking if items are: Identified, Crafted, Corrupted, Veiled, Synthesised (has fractured modes), Mirrored to new group Miscellaneous, moved also influences there which shows list of influences on item
	note: Enchanted items has own columns enchc (enchants count) and ench (enchants list)

- Bug fixes
	- flasks display now their real values instead of "{0}" and "{1}"
	- enchants are not duplicated anymore in column "unparsed"
	- changed behavior of Evasion Rating and Armor increased mods, added their local variations, and added local Energy Shield increase
	- armor and evasion rating are correctly calculated and now are global - it recognize "% increased Armor" and "% increased Evasion Rating" on talismans, rings, belts, jewels
	- items with dexterity include "global Evasion Rating" column (as every 5 dexterity increases Evasion Rating by 1 %)

Special thanks to traf

Signed-off-by: Ben Jackman <[email protected]>
  • Loading branch information
benjaminjackman committed Jan 16, 2021
1 parent c8f7c4f commit ad091c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Quoted from Steve Yegge's [Excellent Blog Post](http://steve-yegge.blogspot.com/
```code
# Version History
## 0.2.1.79 (2021-01-15)
Special thanks, again, to Traf27 for keeping Looty going!
Design
- Added dark theme! to easy strain on your eyes at night - switch is on the right side
Expand Down
1 change: 1 addition & 0 deletions looty/src/main/scala/looty/views/HomeView.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class HomeView(val banner: String, val version: String) extends View {
# Version History
## 0.2.1.79 (2021-01-15)
Special thanks, again, to Traf27 for keeping Looty going!
Design
- Added dark theme! to easy strain on your eyes at night - switch is on the right side
Expand Down

0 comments on commit ad091c0

Please sign in to comment.