comments for Coloot Idle
sort: go backAh damn, gem prestige is purely based on highest level? That's too bad.
Do wish there was SOME form of automation. Equip best item every x seconds or send everything you get while your inventory is full directly to the scrapped pile?
Need some automation to play this?
Put this in your console
setInterval(function () {
for(const a of document.getElementsByClassName("btn")) {
if( a.textContent.includes("Equip All")) {
a.click();
}
}
}, 5000);
This game def needs some background lore or something and more explanation on the loot and how it works
actually very nice base idea, but needs further work to be considered "a good game". auto fighting boss when beeing able to one hit maybe. prestige option to increase backpack. some way to auto equip at least after first gem prestige. a way to see which rarity your current gear has, just cuz we all like to have that mythic gear ;)
Btw. go for x2 rarity on first or second prestige. then x2 dmg followed by x1.5 magic find and then just double rarity each time. at x10+ u get no common gear anymore ;)
each boss has as much life as u need to lvl up for that lvl. meaning if u kill a boss u are at least that lvl. the game auto fights the boss if u have x4 the dmg of the health of a boss
Cannot determine the boost on artifacts until after purchase... Been loving the growth so far otherwise. Would love a general tutorial though, and a standard notation lol
I think the box bounds are like. A pixel too small, or something else is a little wrong? You've clearly meant for the box to be the right size to fit 48, but the scrollbars end up making it the wrong size and forcing six of the items to scroll out the bottom, cuz each row only sits 7 instead of 8.
A very interesting game...
really good game, desperately needs some automation
Oh, the loot button makes sense at level 20.
Btw is there some automation with equip all ? Or not ?
I wonder what the boss is supposed to be... My best guess is a cat with dragonfly wings that attacks by farting fire.
waaaaaaaaaay too active for being an "idle".
I can't look away for 2 minute that i need to get the loots again.
Maybe i have to progress much more also, but the prestige reward is so small that it's just not worth it either.
I reset for gems, I got 5 and now I have to get back to level 100 to get gems without crystals????? I can't level up my crystal levels since it says i need level 100+...
why is it not e notation
it's super easy to implement
function eFormat(number) { var log = Math.floor(Math.log10(number)); var remain = number / Math.pow(10,log); return (Math.floor(remain * 100) / 100) + "e" + log; }
I think there might be a glitch in the game. So after getting to lvl 100 and doing the reset, all of my prestige crystals reset but their cost didn't, so now i need to reach lvl 99 to even get 1 lvl for any of the crystals.
i think its fair to say that after reaching lvl 5000, i reached the end xD
Turns out that lvl 99 crystal glitch was visual only because it fixes for me as soon as I get back to the normal required level to begin getting crystals.
I'm enjoying this and would love if it got more development. Good work so far, keep it up.
Can we get a normal notation for numbers? The a/b/c notation is highly nonstandard and hard to read at a glance.