1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: RE: [MUD&#45;Dev] Combat systems -->
<!--X-From-R13: "Quevf Zyblq" <pey199Nfbgba.np.hx> -->
<!--X-Date: Sat, 11 Dec 1999 09:17:34 &#45;0800 -->
<!--X-Message-Id: NDBBJCEDELJMKONEKKNMGEBOCAAA.crl199@soton.ac.uk -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E11wkYj&#45;0003kG&#45;00@oracle.clara.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, RE: [MUD-Dev] Combat systems</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:crl199@soton.ac.uk">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00592.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00594.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00632.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00590.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00593">Author</A>
&nbsp;|&nbsp;<A HREF="#00593">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00593">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>RE: [MUD-Dev] Combat systems</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: RE: [MUD-Dev] Combat systems</LI>
<LI><em>From</em>: "Chris Lloyd" &lt;<A HREF="mailto:crl199#soton,ac.uk">crl199#soton,ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Sat, 11 Dec 1999 17:00:52 -0000</LI>
<LI><em>Importance</em>: Normal</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
-----Original Message-----
From: mud-dev-admin#kanga,nu [<A  HREF="mailto:mud-dev-admin#kanga,nu]On">mailto:mud-dev-admin#kanga,nu]On</A> Behalf Of
Neil Edwards
Sent: 11 December 1999 11:19
To: mud-dev#kanga,nu
Subject: [MUD-Dev] Combat systems

&gt;At the moment my to-hit formula uses the profiency of the weapon
&gt;(which can be an infintite number) the dexterity (max of 20) of the
&gt;attacker and the health of the attacker (to add some fatigue factor)
&gt;
&gt;(1-(1/(sqrt(proficiency+1)))*(dexterity/20)*(health/constitution).

Included, I think, should be the relative difficulty of the weapon. Even a
skilled fighter has trouble hitting someone with a badly-weighted piece of
lead pipe...

&gt;My defensive formula uses the defensive proficieny of the defender,
&gt;the dexterity of the defender the armour class of the defender, the
&gt;health of the defender and also the percentage hit chance of the
&gt;attacker. This allows for lucky blows by an attacker to be knocked
&gt;away with someone of a much higer defensive skill.
&gt;
&gt;(1-(1/(sqrt(proficiency+1)))((dexterity/20)(armour/100)
&gt;(health/constituition)(.5)) / (tohit%)

My only comment here is that you might want to chance the armour context. A
heavily armoured knight will be less able to 'dodge' blows than an
unarmoured thief.

IMO it should work out that two characters of the same ability and health
hit (and damage) each other 50% of the time, on average.

&gt;My damage formula is pretty poor (not that the others are any
&gt;good)  and uses the strengths of the attacker and defender and the
&gt;armour class of the defender

&gt;(attacker - defender)*((100-armourClass)/100)

IMO, some relevance to the damage potential of the weapon used should be
included
e.g [*(weapon damage/100)]. Also, the strength of the attacker vs. the
toughness of the defender.

Hope this helps

Chris


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>




_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00591" HREF="msg00591.html">[MUD-Dev] Combat systems</A></STRONG>
<UL><LI><EM>From:</EM> "Neil Edwards" &lt;neiled@clara.net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00592.html">Re: [MUD-Dev] Combat systems</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00594.html">RE: [MUD-Dev] Ideas for dynamic worlds</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00632.html">Re: [MUD-Dev] Combat systems</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00590.html">[MUD-Dev] The GTS Library</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00593"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00593"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] Combat systems</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00592" HREF="msg00592.html">Re: [MUD-Dev] Combat systems</A></strong>, 
Kylotan <a href="mailto:kylotan@kylotan.eidosnet.co.uk">kylotan@kylotan.eidosnet.co.uk</a>, Sat 11 Dec 1999, 16:57 GMT
<UL>
<LI><strong><A NAME="00596" HREF="msg00596.html">Re: [MUD-Dev] Combat systems</A></strong>, 
Kylotan <a href="mailto:kylotan@kylotan.eidosnet.co.uk">kylotan@kylotan.eidosnet.co.uk</a>, Sat 11 Dec 1999, 20:00 GMT
<UL>
<LI><strong><A NAME="00607" HREF="msg00607.html">Re: [MUD-Dev] Combat systems</A></strong>, 
Marc Spoorendonk <a href="mailto:marc@freud.et.tudelft.nl">marc@freud.et.tudelft.nl</a>, Thu 16 Dec 1999, 20:56 GMT
<UL>
<LI><strong><A NAME="00632" HREF="msg00632.html">Re: [MUD-Dev] Combat systems</A></strong>, 
J C Lawrence <a href="mailto:claw@cp.net">claw@cp.net</a>, Fri 17 Dec 1999, 01:24 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00593" HREF="msg00593.html">RE: [MUD-Dev] Combat systems</A></strong>, 
Chris Lloyd <a href="mailto:crl199@soton.ac.uk">crl199@soton.ac.uk</a>, Sat 11 Dec 1999, 17:17 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00590" HREF="msg00590.html">[MUD-Dev] The GTS Library</A></strong>, 
J C Lawrence <a href="mailto:claw@kanga.nu">claw@kanga.nu</a>, Sat 11 Dec 1999, 05:54 GMT
<LI><strong><A NAME="00588" HREF="msg00588.html">[MUD-Dev] Ideas for dynamic worlds</A></strong>, 
Nolan Darilek <a href="mailto:nolan_d@bigfoot.com">nolan_d@bigfoot.com</a>, Sat 11 Dec 1999, 01:03 GMT
<UL>
<LI><strong><A NAME="00594" HREF="msg00594.html">RE: [MUD-Dev] Ideas for dynamic worlds</A></strong>, 
Chimera <a href="mailto:chimera@SoftHome.net">chimera@SoftHome.net</a>, Sat 11 Dec 1999, 19:01 GMT
<UL>
<LI><strong><A NAME="00597" HREF="msg00597.html">Re: [MUD-Dev] Ideas for dynamic worlds</A></strong>, 
Nolan Darilek <a href="mailto:nolan_d@bigfoot.com">nolan_d@bigfoot.com</a>, Sun 12 Dec 1999, 03:16 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>