Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
djravine committed May 3, 2024
2 parents df454d4 + 3210f7f commit 2d95c4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To all the Idle Dragoneers who inspired and assisted me!
* Skip codes already in Redeem Code History
* Resubmit codes if the result JSON is missing required properties
* Add setting to disable skipping Redeem Codes
* Add Gale to dictionary
* Update dictionary with Gale chests
* Add Diana to dictionary
* Update dictionary with Diana chests

## 3.74

Expand Down
12 changes: 6 additions & 6 deletions idledict.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ ChampFromID(id) {
case "144": namefromid := "Presto"
case "145": namefromid := "Dynaheir"
case "146": namefromid := "The Dark Urge"
case "147": namefromid := "UNKNOWN (" id ")"
case "148": namefromid := "UNKNOWN (" id ")"
case "147": namefromid := "Gale"
case "148": namefromid := "Diana"
case "149": namefromid := "UNKNOWN (" id ")"
case "150": namefromid := "UNKNOWN (" id ")"
case "151": namefromid := "UNKNOWN (" id ")"
Expand Down Expand Up @@ -1173,10 +1173,10 @@ ChestFromID(id) {
case "561": namefromid := "Gold Dynaheir Chest"
case "562": namefromid := "Silver The Dark Urge Chest"
case "563": namefromid := "Gold The Dark Urge Chest"
case "564": namefromid := "Silver Y7E10 Chest"
case "565": namefromid := "Gold Y7E10 Chest"
case "566": namefromid := "Silver Y7E11 Chest"
case "567": namefromid := "Gold Y7E11 Chest"
case "564": namefromid := "Silver Gale Chest"
case "565": namefromid := "Gold Gale Chest"
case "566": namefromid := "Silver Diana Chest"
case "567": namefromid := "Gold Diana Chest"
case "568": namefromid := "Silver Y7E12 Chest"
case "569": namefromid := "Gold Y7E12 Chest"
case "570": namefromid := "Silver Y7E13 Chest"
Expand Down

0 comments on commit 2d95c4a

Please sign in to comment.