5 Commits
Author SHA1 Message Date
Eadgars-Ruse 0c6fd36ecb Add solutions for 3 step cryptic master clues
This extends the functionality of the clue scroll plugin to include
solutions for three step cryptic master clues. The solutions for these
clues are already present in the existing CrypticClue class, but before
this there was not a way for the clues to be recognized. The
ThreeStepCrypticClue class matches the clue scroll text for all three
cryptic clues and keeps the matched clue objects as a list, along with
their completion status. If a clue has a strikethrough tag when reading
the clue, then the plugin will recognize it as complete. The plugin will
also detect when a new clue part has been obtained and update the
completed status of that clue.
2018-09-21 14:58:31 -07:00
Eadgars-Ruse 597c7ef225 Fix and improve cryptic clues 2018-09-21 14:46:19 -07:00
Eadgars-Ruse 472a8c6302 Fix coordinates for venenatis hot cold clue (#3212) 2018-05-24 19:06:15 +02:00
Eadgars-Ruse 772000ef04 Change hot/cold overlay to only show outline of dig area (#3166)
- Change area overlay to single square dig overlay. This change improves FPS at destination and allows us to collect more accurate true center data.
- Fix fremennik province lunar north area
2018-05-24 19:03:00 +02:00
Eadgars-Ruse 02adaa36c8 Fix warmer/colder consideration for hot-cold plugin
There was an issue with the "and warmer than" case for the strange device check that made it exclude more areas than it should have. The changes fix that issue, and a few related variable and method names are renamed to help avoid similar confusion in the future.
2018-05-08 15:02:51 -05:00