Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I know this is a year late but what I do in my projects is scale the damage based on def instead of just subtracting.

here's the formula for my basic attack: (a.atk*(a.atk/(a.atk+b.def)))