My Idea for today is loot alerts. What is it exactly?
You can set a desired amount of loot (such as 200000+ gold 200000+ elixir 0+ dark elixir.). When you are half- mindlessly pressing next and encounter a base with the desired amount of loot, it plays a tone or sound effect (such as the troop trained sound effect.)
-This is not a chėat, this is not a bot/afk tool- you are still pressing next, you are still paying gold for each next, and you still can select any base to attack as normal.
-This will make it easier on your eyes when you are trying to watch Galadon and search for a raid (example, applies for any other clash multitasking.)
-This shouldn't significantly affect gameplay- I do the above anyway, adding this will just make it easier.
-This shouldn't be hard to add. I don't know much about clash code, but in most programming languages it would be something like
If base.availablegold > player.goldpreference and base.availableelixir > player.elixirpreference and base.availabledark > player.darkpreference:
playsound(gold1)
Granted, I don't know clash code but it should be similar and as simple. The only "challenge" is copy-pasting the code from another diologue box and changing the names of variables/strings for player input.
This would go well with the "no default troop selected" idea, as it would inevitable result in more misclicks from careless players.

