Look at stuff!

1 min read

Deviation Actions

SergeTheEchidna's avatar
Published:
1.1K Views
I haven't uploaded anything in a long while, so I thought I'd best do that. It's nothing particularly big, but I think the damage formula was quite a thing to do, and I want to show people my fancy numbers bouncing.

It's not big enough to post on *here*, so I'm putting it in my sta.sh.

But you can view it here!: sta.sh/015dr8f1u6yt

For those of you interested, the damage formula is this:

Damage = (Strength - (EnemyDefence / 1.5)) * (Strength / 5) + ((Level * 5) / (EnemyLevel + EnemyDefence)) + random(Strength) - (7 + ((EnemyDefence * EnemyDefence) / 20)) + (Level * 1.5)

A bit complex, but I like my formulas that way! I still have to add multipliers from elemental resistances, berserk, criticals and etc, but that is far easier to do than *that*. I will also have to decide how I want some weapon based bonuses to work... But we'll get to that later!

Also, don't forget to look at this every day!: fav.me/d52p060
© 2012 - 2024 SergeTheEchidna
Comments1
Join the community to add your comment. Already a deviant? Log In
MrGameZone's avatar
Good work, fine sir.