Slimmmo / Slimmmo.github.io

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

Live Rich and Profit - full data #55

Closed dr-ishmael closed 8 years ago

dr-ishmael commented 8 years ago

Here's the complete data for LRaP.

dr-ishmael commented 8 years ago

Tested and fixed all bugs. Should be good to merge this now. Scratch that, just noticed a problem with at least one of the costs.

dr-ishmael commented 8 years ago

There we go. Ready!

Slimmmo commented 8 years ago

Merge conflict. I don't know how to fix it. I tried to overwrite it but something went wrong, idk what happened. If you fix this quickly I'll merge it but I'm about to sleep.

dr-ishmael commented 8 years ago

Sorry, I don't know what to do either. You could just select-all from my version of the files and paste into yours, then we can close this pull without merging.

Slimmmo commented 8 years ago

OK done, thanks. How did you figure out the numbers? Just from in-game or some other method?

dr-ishmael commented 8 years ago

From in-game. I had nearly cleared all of the cash upgrades last night before I decided to do this, so I was able to get them all fairly quickly. The toughest part was the angel multiplier - I hadn't really understood how that worked before now - but once I had that it was relatively easy to derive the rest.

dr-ishmael commented 8 years ago

Crap, just noticed that I missed an unlock on Space Buddies. There are 2 unlocks you get simultaneously at 150, one is x5 profit and one is x2 speed. Just need to modify line 1337 in main.js:

$scope.liverich.unlocks[8] = [[1, [16, 5]], [25, [17, 2]], [75, [17, 2]], [150, [17, 2]], [150, [16, 5]]];
Slimmmo commented 8 years ago

Thanks, fixed. Will close this now but feel free to keep posting if there's more stuff.

dr-ishmael commented 8 years ago

Awesome. Glad I could contribute!