Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KMK: Little Inferno Implementation #54

Merged
merged 1 commit into from
Jan 17, 2025
Merged

KMK: Little Inferno Implementation #54

merged 1 commit into from
Jan 17, 2025

Conversation

Sundia1908
Copy link

@Sundia1908 Sundia1908 commented Jan 17, 2025

This implementation assumes you've unlocked every catalog and potentially bought every item at least once. Having achieved all the combos is optional but will help you achieve the challenge faster instead of guessing the hint with the combo's name.

  • DLC adds a new catalog and 51 combos, so I made it an "if else" case. The 8th catalog is available near the start and gradually unlocks new items as you progress with the game. If the DLC is enabled, combos go back and forth between vanilla combos and DLC combos. (so their ID's/index gets moved around, thus opted for a range, more info further down)
  • I made the catalogs pull from a range, so you will have to burn anywhere from 3 to 5 items per catalog challenge.
  • Shopping Spree challenge makes you buy 1 item from each catalog, going in ascending order (1,2,3,4,5,6,7). The 8th catalog is added if the DLC is enabled.
  • Combos are pulled from a range, vanilla goes from 1 to 99, DLC goes from 1 to 150. (The combos in-game display both their number and their name). If curious about their ID's: https://little-inferno.fandom.com/wiki/Combos

There really isn't much to say, as Little Inferno is quite a simple game.
If anyone that has played it wants to bring any modifications or add new things, feel free to!

@nbrochu nbrochu merged commit 5fae930 into SerpentAI:kk Jan 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants