Yup, pushed past it, but your advice here is great and is generally what I did (sans star shield/fire orb). The good news is progression speeds up quite a bit once you hit 110 or so! At some point, you can hit 100% heirloom drop chance by using Power of Science plus a few more heirloom chance cards, so that's nice to linger on for a while too :P
ruanxian
Creator of
Recent community posts
I found this in the code - looks like it's based on 10^(sqrt(log10(beauty / 100B)))
prestigeGain: (state, getters, rootState, rootGetters) => {
if (rootState.stat.gallery_beauty.value < buildNum(1, 'T')) {
return 0;
}
return Math.floor(rootGetters['mult/get']('currencyGalleryCashGain', Math.pow(10, Math.pow(logBase(rootState.stat.gallery_beauty.value / buildNum(100, 'B'), 10), 0.5))));
},
Anyone else hit a plateau around Horde 90ish? I'm at a point where my bone capacity is way, way, way larger than I could hope to fill in a reasonable amount of time, and it takes about 3 days to fill my corrupted soul capacity. Progression's been pretty slow here; wondering if anyone found any good equipment combos or other strategies to push through. The next upgrade unlock is at 98, and I'm only at 93 so far...
I have to admit I was skeptical about the horde rework at first, but after playing it for a while (75 max zone now), I'm really loving it! It's a lot more idle than the previous version while still being active enough to play in real time if you want, and the progression feels solid and fairly rapid (although there was a plateau for me in the 50s, unsure if that's been retouched).
I wish the collapsed view for upgrades would still show their price without having to hover the buy button.
Also, tiny gripe: in Village, the job list order is Farmer - Harvester - Miner but the resource display order is Wood - Plant Fiber - Stone. Could they be switched slightly so that the order is consistent, so that the jobs are listed in the same order as their primary product?
Are nostalgia mechanics explained anywhere? I think it seems to be that time you spend in Horde is added to your nostalgia counter, which decreases by 5% on each boss, but your nostalgia counter increases heirloom drop chance. It would be nice to have this explained more clearly somewhere, as well as being able to see current nostalgia without being in a boss fight.