I've been scheming a rogue-lite for a while, and I've managed to figure out how to code RNG and everything else, but I have no clue how to store basically infinite passive items, how would I manage to store my passive items?
Develop games in your browser. Powerful, performant & highly capable.
What do you mean by passive items? Static objects in the world? You can generate them dynamically and save in JSON.
Or if you mean items the player collects, which modify various stats?