Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+2)

Can someone explain please what is this mean? I think first is - regular pick up, second is - pick up after boss fight. But what is the others?



Oops, sorry for leaving that part so cryptic!  The whole loot/gating logic was kind of a work-in-progress, so I didn't really get to polishing it up.

You're right about the first two: the major treasure for the area, and the post-boss treasure.  The remaining four are all locks.

The third one is "ability needed to navigate this area", and it doesn't have any actual implementation on the overall map.  It's more of a suggestion, but it basically boils down to "whatever you got from the previous boss".

The fourth one is "ability needed to access boss", and is responsible for the various locks that lead deeper into an area, particularly those around the area boss.  This one is usually the big treasure in an area, though sometimes it requires you venture into a later area a bit and double back.

Next is "ability needed to access area".  These are the locks in the inter-area passages.  They're the simple ability check before progressing to a new area.

The final one is "ability needed for challenge paths".  Occasionally an area will contain optional one-directional paths, usually with some loot hidden inside them.  They're supposed to be more dangerous technical challenges.  This icon shows which ability you'll need to navigate these paths, which is usually one you'll gain from a later area.

Hope that helps!

Thank you very much! I puzzled over these icons for about a month before I decided to ask the question =) Thank you for such an interesting tool. A lot of work has been done