whylie33

joined 7 months ago
 

So I'm trying to built a rather complicated generator and although I'm new to perchance I think I've gotten pretty good at it recently. Pretty much learned the basics and working on advanced stuff now.

I'm trying to build a generator for challenges in the game, "Inscryption" (Kaycee's mod specifically)

If you don't know, Inscryption has many different types of challenges and each one has an amount of, "points" that it gives you. To beat each level you will need to play with a certain amount of points (challenges active).

So in short, I want a generator that can infinitely generates challenges and subtracts points from a variable each times it does so, until that variable becomes negative then stop looping and output. Also, I can't have the list return any duplication (consumableList probably)

Does anyone have any ideas how to do this? Is it even possible without delving into the HTML aspect of perchance (everything possible if you do that).

Thanks