[MUD-Dev] Combat systems

Marc Spoorendonk marc at freud.et.tudelft.nl
Thu Dec 16 21:16:25 CET 1999


I've been writing combat formulae myself last week and I found them very
hard to balance. Things like never hitting a better enemy or doing almost
zero damage are very frustrating. Using the squareroot function in order
to create some curves in the statistics is a good idea. Log and exp
functions are cool too but in my current driver they aren't implemented.

I'm now writing a little tool which can draw graphs (gif output) which
show the damage delt versus the time elapsed. I hope that this will give
me a better insight in how the battles elapse. A problem here is that the
beginning and end of a fight are vague terms. You can hit a victim and
the victim can flee.. maybe the fight continues half an hour later when
you run into the victim again. Logouts, healings, multiple opponents at
once, etc, etc, make this even more complex.

When I've finished it I'll post some screenshots of the result.

Regards,

Marc Spoorendonk

--
Marc Spoorendonk
Department of Electrical Engineering
Delft University of Technology

e-mail			: Marc at freud.et.tudelft.nl
mud			: telnet://freud.et.tudelft.nl:8888
URL			: http://freud.et.tudelft.nl/~marc/index.html




_______________________________________________
MUD-Dev maillist  -  MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list