Skip to main content

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

Please let me know what you think of the current list, and if I am making any mistakes.

I'm not the one to vouch for mistakes, but it looks great. Thanks for the work.

(3 edits)

I did make a mistake.

original
IF CRIT HIGHER 100% DEAL EXTRA DOUBLE DAMAGE

IF CRIT is HIGHER, DOUBLE DAMAGE * 2 (I assume this is what the effect is doing. "Extra" is very vague as to how much more damage.)

It should be.

IF CRIT is HIGHER than 100%, DAMAGE * 2 (I assume this is what the effect is doing. "Extra double damage = DAMAGE * 2")