Slimmmo / Slimmmo.github.io

AdVenture Capitalist calculator
http://slimmmo.github.io/
35 stars 42 forks source link

Incorrect upgrade costs for Turkey Multi-Tool #165

Closed Kevin-Mok closed 6 years ago

Kevin-Mok commented 6 years ago

The calculator says upgrading from 60 -> 61 costs $6.797 quattuorvigintillion but in-game, it's actually 24.538 duovigintillion. Affects the recommended calculation quite a bit.

Nutty69 commented 6 years ago

I'm guessing you purchased the Angel Upgrade that gets you 5 Turkey Multi-Tool? If so, I've created PR #164 to correct the problem.

The underlying issue is that the $scope.gizmo.angelUpgrades array -- which tracks costs and benefits of the Angel Upgrades -- hadn't been updated for the current replay (someone in this community has to manually edit the code as replays and new events come out). I hadn't noticed the angel upgrade discrepancies myself until I ran into that same issue.

Kevin-Mok commented 6 years ago

Ohh, okay. Yeah, I should've tried implementing that PR into my copy and checking it there. Also should've posted my JSON save file for reference. Woops.

EDIT: Oops. Accidentally closed issue, thought I shouldn't have and then realized I should.