[MUD-Dev] injury-based combat

Matthew Mihaly diablo at best.com
Thu Jul 22 14:57:42 CEST 1999


On Thu, 22 Jul 1999, Brian Carter wrote:

> 
> I am currently working on a system that encapsulates both. Give the player
> hit points and assign them to body parts then aim the combat at various
> limbs, i.e legs, arms, body etc.. If a limb recieves a certain amount of
> damage then it is inoperable. This has a nice side effect for dual wielding
> players should one arm fall off, and you should see a player trying to flee
> with a leg missing !!
> 
> I am also adding in the chance of a critical hit, which would render the
> limb completely useless if not severed. The only way to regain the lost
> limbs after combat is to visit the surgeon and have them replaced at cost.
> Obviously critical hits to the head, i.e severed, result in instant death so
> the percentage chance of that happening is very small. Just my 2 cents ...

Our system works somewhat like this. Limbs, head, and torso can all take
damage. When a limb reaches "damage level 1", it breaks. When it reaches
"damage level 2" it breaks, and cannot be healed until a salve of
restoration is applied. Torso damage causes massive internal bleeding, and
head damage eventually causes a concussion (which is the nastiest
affliction that Achaea has).

However, that's just a small part of the system. A system that simply says
"X body part has sustained X amount of damage" is pretty limited though.
For instance, we have a whole range of mental afflictions (from
agoraphobia, to claustrophobia, to confusion, dizziness, etc) that work
independently of body part damage. You could just map each affliction to X
amount of damage, but that is too predictable.

What we do generally is make it impossible to kill anyone who is any good
and paying any sort of attention by doing just straight damage. You have
to incapacitate the person's ability to heal by giving him/her various
afflictions, and then start pouring on the damage.
--matt




_______________________________________________
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