galaxyBETA
explore
· ·
log in

log me in

log in forgot password

don't have an account?

sign up

preferences

theme picker site-wide filters

comments for Coloot Idle

sort: go back

Acamaeda June 14, 2024
+33comment score: 33

Can we get a normal notation for numbers? The a/b/c notation is highly nonstandard and hard to read at a glance.

Termt June 15, 2024
+16comment score: 16

Ah 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?

tortgurt June 16, 2024
+9comment score: 9

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);

Bananaman June 14, 2024
+9comment score: 9

This game def needs some background lore or something and more explanation on the loot and how it works

NoobMage June 16, 2024
+8comment score: 8

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 ;)

NoobMage June 17, 2024
+5comment score: 5

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

Satazriel June 19, 2024
+4comment score: 4

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

Astralika June 16, 2024
+4comment score: 4

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.

Newbie June 14, 2024
+4comment score: 4

A very interesting game...

slayer420 June 16, 2024
+3comment score: 3

really good game, desperately needs some automation

thomas991 June 14, 2024
+3comment score: 3

Oh, the loot button makes sense at level 20.

mikezazzy June 21, 2024
+3comment score: 3

Btw is there some automation with equip all ? Or not ?

katakana1 June 15, 2024
+2comment score: 2

I wonder what the boss is supposed to be... My best guess is a cat with dragonfly wings that attacks by farting fire.

Zeforas June 15, 2024
+2comment score: 2

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.

kisstehflo June 19, 2024
+2comment score: 2

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+...

unicodes gamedev June 16, 2024
+2comment score: 2

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; }

Neffdigity June 16, 2024
+2comment score: 2

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.

NoobMage June 27, 2024
+2comment score: 2

i think its fair to say that after reaching lvl 5000, i reached the end xD

Neffdigity June 16, 2024
+2comment score: 2

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.

EmperorXenu June 14, 2024
+2comment score: 2

I'm enjoying this and would love if it got more development. Good work so far, keep it up.