Questions from the newbie

#2
Damn good question, unfortunately I have to go ahead and say this...regardless of what you might read in other posts, there is NO GOOD way to calculate damage.

I have literally spent 2 solid months tweaking my game (which the player will progress to above level 30 to complete) and I can tell you right now, the damage vs defense makes NO sense whatsoever.

I used weapon and armor stat values from KF1 to base my game on, figuring it was some sort of starting point. ‎  here is an example of stupidity...

Using the dagger stats, a slime will take 8 hits to kill at level one. ‎  Using the Long sword stats it will take 2 hits. ‎  The stats are approximately 15% better than the dagger.

Assume the long sword was (for example's sake) slash 15, chop 15 and stab 15..a total of 45 you would think that another sword (assuming the enemy had 0 defense) with stats slash 0 chop 0 and stab 45 would take the same amount of hits to kill a monster...this is not so. ‎  So there is some exponential damage calculation going on as the numbers increase in any one stat...thats pain in the ass number one, that its not linear.

Now add in elemental (magic damage) which really blows things up. ‎  Take the long sword from above and add a magic stat of 5 earth to it. ‎  The slime now dies in one hit. ‎  Magic damage hits harder than physical damage, and its effect increases even faster than physical damage exponentially.

You may literally find that having a magic attack stat of say fire = 35 might take 5 hits to kill a monster, and if you were increase it to 45 it may one shot that monster. ‎  There is some number (havent found it yet) where damage goes up exponentially for a certain tier.

Its a HUGE shame, borderline broken programming, that they did not include a debug window while in the debug mode of SOM that actually shows how much damage (in numbers) a particular strike did, with its modifiers calculated and on the screen. ‎  What should have been in SOM is a chart, or at least the following output in debug mode.

Attack at 100% swing strength..
You hit monsterA for:
25 slash damage
20 chop damage
20 stab damage
0 fire damage
0 earth damage
5 wind damage
25 water damage
0 light damage
Gross damage output: 95

Enemy defense modifier:
-5 slash
0 chop
0 stab
-2 fire
0 earth
0 water
0 wind
0 light
Total defense modifier: -7 damage

Total damage output: 88 damage dealt to target.

As it stands, the longer your game is the more trouble you are going to have building the proper enemy vs. player vs. gear stats in game.

Its an unfortunate thing :(
- Todd DuFore (DMPDesign)
Site Founder
Reply



Messages In This Thread
Questions from the newbie - by scott - 2009-10-27, 01:30 PM
Re: Questions from the newbie - by dmpdesign - 2009-10-27, 01:55 PM
Re: Questions from the newbie - by scott - 2009-10-27, 02:25 PM
Re: Questions from the newbie - by HolyDiver - 2009-10-27, 11:28 PM
Re: Questions from the newbie - by HolyDiver - 2009-10-27, 11:31 PM



Users browsing this thread:
4 Guest(s)