Steam can technically handle up to 2 million achievements per game. Steam uses 16 bit IDs for stats, so a single game can have at most 64k stats. Achievements are bits within stats, so each stat can have 32 achievements. 32*2^16 is 2 million. Of course, Valve certainly could have put a lower limit in. The system can…