Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Soulash

Soulash is a fantasy roguelike where you play as a forgotten god set on destroying the world. · By Artur Smiarowski

Auto weapon equip

A topic by DeadStack created Jul 14, 2019 Views: 186 Replies: 2
Viewing posts 1 to 3
(1 edit)

During battle when a weapon breaks, another weapon/tool is auto-equipped. I don't like this, often an axe or even a knife is equipped automatically, which i don't notice - thus automatically reducing my damage dealing - and then using up a tool which I would never use in combat anyway. Especially since I have swords and short sword in my inventory.

Not sure what you might do about it ..
* visual cue that my weapon is damaged, while removing auto-equip.
* smarter auto-equip

(1 edit)

Autoequip will try to find an item of the same type that was destroyed and if it can't find it, it will look for something it can replace with starting from the top left going to the right. You can place your weapons in order if you wish specific ones to be replaced first, while the ones you want to save up (tools for example) put at the end of inventory.
There is a message in the log about item being replaced and a sound indicating the autoequip triggered.

Ok, thanks for the info.