Used to write about video games. Now making a game (more details soon... ish)
#GameDev #IndieGame #TTRPGS
Will definitely reach out to you for the next round of testing. You're on the list 🙂
Will definitely reach out to you for the next round of testing. You're on the list 🙂
Tactical gladiator combat with mythological creatures. Bliss.
Tactical gladiator combat with mythological creatures. Bliss.
Wait...
Wait...
Yeah, that isn't going to happen 😅
Yeah, that isn't going to happen 😅
Any thoughts on this? How do you work out damage in your games?
#GameDev #IndieGame
Any thoughts on this? How do you work out damage in your games?
#GameDev #IndieGame
Damage = ((CS * DC) * (1 + Vulnerability)) - Armour Value
#GameDev #IndieGame
Damage = ((CS * DC) * (1 + Vulnerability)) - Armour Value
#GameDev #IndieGame
Damage = ((CS * DC) * (1 - Resistance)) - Armour Value
#GameDev #IndieGame
Damage = ((CS * DC) * (1 - Resistance)) - Armour Value
#GameDev #IndieGame
Damage = (CS * DC) * (1 - Resistance)
#GameDev #IndieGame
Damage = (CS * DC) * (1 - Resistance)
#GameDev #IndieGame