1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Combat  Was Re: Leaving characters in play -->
<!--X-From-R13: "Fenivf E. Qnfrl" <rsvaqryNvb.pbz> -->
<!--X-Date: Wed, 27 May 1998 13:33:42 &#45;0700 -->
<!--X-Message-Id: Pine.BSF.3.96.980527150931.23003A&#45;100000#dillinger,io.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.SGI.3.95.980527095634.25153A&#45;100000#mail,angel.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Combat  Was Re: Leaving characters in play</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#io,com">
</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="msg00843.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00845.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00843.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00845.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00844">Author</A>
&nbsp;|&nbsp;<A HREF="#00844">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00844">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Combat  Was Re: Leaving characters in play</LI>
<LI><em>From</em>: "Travis S. Casey" &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 27 May 1998 15:32:26 -0500 (CDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#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>
On Wed, 27 May 1998, Adam Wiggins wrote:
&gt; On Wed, 27 May 1998, Travis S. Casey wrote:

&gt; &gt; For example, a rapier is much heavier than a dagger, but the character
&gt; &gt; wielding the rapier has a much greater reach.  The dagger-wielder
&gt; &gt; would have to be much faster than the rapier-wielder to attack first,
&gt; &gt; because he/she has to be able to move around the rapier and into
&gt; &gt; striking range.
&gt; 
&gt; Range is handled seperately in our system.  Moving forward and backwards
&gt; are character states just the same way as an attack.  The character can
&gt; either manually move forward or back (via the "press" and "retreat"
&gt; commands), or set an ideal range (via the "range" command).

[details of range system cut]

Sounds very good -- in some ways similar to an abstract melee range system
I used for a paper RPG.  In most cases I didn't bother with it, but it
added a good bit of extra flavor to duels, etc.

&gt; &gt; &gt; -- All blows land unless something is done about it (duck, parry).  Most
&gt; &gt; &gt; blows that land will be fatal or near fatal unless they landed on, say,
&gt; &gt; &gt; your helmet instead of your head.
&gt; &gt; 
&gt; &gt; This is a very interesting aspect, IMHO -- it completely breaks with
&gt; &gt; RPG conventions.  However, I can't say that I'd feel comfortable with
&gt; &gt; it.  I've done a great deal of sparring, fencing, etc., and it simply
&gt; &gt; doesn't fit with my experience.  There are several reasons why attacks
&gt; &gt; miss in combat, even when no attempt to block or dodge is made:
&gt; 
&gt; The above statement is in light of attacking someone who is unconscious or
&gt; otherwise immobile.  If someone is conscious, they will always "do
&gt; something about it".  You can't help it - it's a flinch reaction.  Even
&gt; someone that has never seen a sword before will try to either get out of
&gt; the way, or at the least throw up their arms in order to take the blow on
&gt; a less vital part of their body.

Ah -- I understood it to mean a defender who is not actively trying to get
out of the way.  With that misunderstanding cleared up, I have no
objections.  Indeed, practically every paper RPG includes such a rule.

&gt; &gt; As one gains experience in combat, one becomes less likely to make
&gt; &gt; these mistakes, and thus, more likely to hit the defender.
&gt; 
&gt; Naturally.  But the last thing we wanted was for newbies to be total
&gt; klutzes - fighting someone of an equivilent skill level shouldn't be a
&gt; three-stooges routine.

Yep... and it would be nice if newbies can take on decent foes, instead of
fighting rabbits and squirrels like they do on so many muds...

&gt; A clumsy attack is met by clumsy defences.  If the target is conscious,
&gt; they will almost always make some sort of attempt at defence, except for a
&gt; few extreme cases.  Even if they are not moving or conscious, there is a
&gt; second role for how glancing the attack was.  Thus given a newbie
&gt; attacking a training dummy, their attacks will always land but wil usually
&gt; be glancing or to non-critical locations.  An oldbie would make the same
&gt; number of hits, but they would all be to critical locations with maximum
&gt; force.

Yes... I like systems where increasing skill increases the effectiveness
of one's attacks.  Oddly enough, there seem to be a fiar number of people
out there who don't like that idea.

&gt; &gt; The first edition of the paper RPG Top Secret had an interesting
&gt; &gt; variant on luck points -- each character started with a random number
&gt; &gt; of fortune points.  Spending a fortune point could make any action
&gt; &gt; succeed, or could save a character's life, but fortune points never
&gt; &gt; came back, and the players didn't know how many fortune points their
&gt; &gt; characters had.  Thus, eventually, one's luck would run out -- and you
&gt; &gt; never knew just when that would be.
&gt; 
&gt; Cute - what kind of range was there on starting luck points?

A ten-sided die was used, for an evenly distributed one through ten.
Thus, luck was the kind of thing that one might use once per adventure or
less often.

TS also had another optional rule -- "fame points".  They worked the same
way as fortune points except that they were earned through experience.
Thus, players knew how many fame points their characters had.  I didn't
find them to be as interesting a concept, since many games have similar
things.  An average character might gain one fame point every three to
four adventures, so they weren't something one could effectively build up
to high levels.

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'  Keeper of the rec.games.design FAQ:
     '---''(_/--'  `-'\_)      <A  HREF="http://www.io.com/~efindel/design.html">http://www.io.com/~efindel/design.html</A>




</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00845" HREF="msg00845.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;adam#angel,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00843" HREF="msg00843.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;adam#angel,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00843.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00845.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00843.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00845.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00844"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00844"><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>[MUD-Dev] Off topic! But please help</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00930" HREF="msg00930.html">[MUD-Dev] Off topic! But please help</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Wed 10 Jun 1998, 17:58 GMT
<UL>
<LI><strong><A NAME="00933" HREF="msg00933.html">[MUD-Dev] Re: Off topic! But please help</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Wed 10 Jun 1998, 18:26 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00841" HREF="msg00841.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Wed 27 May 1998, 12:42 GMT
<UL>
<LI><strong><A NAME="00843" HREF="msg00843.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 27 May 1998, 17:35 GMT
<UL>
<LI><strong><A NAME="00844" HREF="msg00844.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Wed 27 May 1998, 20:33 GMT
<UL>
<LI><strong><A NAME="00845" HREF="msg00845.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 27 May 1998, 23:33 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00836" HREF="msg00836.html">[MUD-Dev] BIAP Chat/Chat Pro (fwd)</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Tue 26 May 1998, 20:15 GMT
<UL>
<LI><strong><A NAME="00837" HREF="msg00837.html">[MUD-Dev] Re: BIAP Chat/Chat Pro (fwd)</A></strong>, 
Holly Sommer <a href="mailto:hsommer#micro,ti.com">hsommer#micro,ti.com</a>, Tue 26 May 1998, 20:44 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00831" HREF="msg00831.html">[MUD-Dev] RE: UO's rep system, was: CGDC</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Mon 25 May 1998, 22:24 GMT
</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>