1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Combat  Was Re: Leaving characters in play -->
<!--X-From-R13: Oqnz Ivttvaf <nqnzNnatry.pbz> -->
<!--X-Date: Wed, 27 May 1998 10:35:50 &#45;0700 -->
<!--X-Message-Id: Pine.SGI.3.95.980527095634.25153A&#45;100000#mail,angel.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.BSI.3.96.980527074042.1447A&#45;100000#pentagon,io.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:adam#angel,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="msg00842.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00844.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00841.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00844.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00843">Author</A>
&nbsp;|&nbsp;<A HREF="#00843">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00843">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>: Adam Wiggins &lt;<A HREF="mailto:adam#angel,com">adam#angel,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 27 May 1998 10:34:35 -0700 (PDT)</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, Travis S. Casey wrote:
&gt; On Monday, 18 May 98, Orion Henry &lt;orionZ#netcom,com&gt; wrote:
&gt; 
&gt; &gt; -- Action times varry and are reasonable to the weight of the weapon vs.
&gt; &gt; the strength and speed of the attacker... thus an oger with a tree will
&gt; &gt; execute his swings less frequently than an elf with a rapier.
&gt; 
&gt; I'd think that they should also depend on how the weapon is used -- a
&gt; thrusting weapon like a rapier is generally faster to attack with than
&gt; a swinging weapon like a sabre.  Further, the time to make an attack

Yes.

&gt; depends on more than just the time to move the weapon in an attacking
&gt; motion -- the character may have to move into range to make the
&gt; attack.  This can make a considerable difference.
&gt; 
&gt; For example, a rapier is much heavier than a dagger, but the character
&gt; wielding the rapier has a much greater reach.  The dagger-wielder
&gt; would have to be much faster than the rapier-wielder to attack first,
&gt; because he/she has to be able to move around the rapier and into
&gt; striking range.

Range is handled seperately in our system.  Moving forward and backwards
are character states just the same way as an attack.  The character can
either manually move forward or back (via the "press" and "retreat"
commands), or set an ideal range (via the "range" command).
This is useful for a number of things:
- While in state "circling opponent", the two fighters are just outside
each other's ranges.  When they close to attack range they begin a flurry
of blows lasting two to ten RL seconds, before they stumble apart and
begin circling once again.  This provides pacing to the combat without
making it like clockwork.  That is, the players have a large amount of
control over the pacing of combat.  Two berserkers fighting would never be
in the "circle" state.
- If your opponent is wielding a thrusting weapon, pressing is very
dangerous, especially if you press quickly.  Imagine the guy with the
dagger pressing on the guy with the awl-pike; if he's not careful, he'll
get spitted.
- If you are inside your opponent's weapon's effective range, they end up
smacking you on the back with the butt end or hilt of it.  Fights between
different fighting styles thus often focus around the combatants trying to
keep their opponent at their ideal range - think of Bruce Lee vs. Kareem
Abdul Jabar.  Given a guy with a dagger and a gal with a longsword, the
dagger wielder is going to try to get in close where the longsword will be
mostly useless.  The longsword-wielder is going to try to keep the
dagger-wielder at a distance where his dagger will be ineffective.

But in response to the original point, above, range is handled seperately,
and therefore not calculated into speed of attack.  In the example Orion
gave, the elf would spend quite a bit of time trying to get into range of
the ogre to make an attack, since the range of the tree greatly exceeds
that of the rapier.

&gt; &gt; -- All blows land unless something is done about it (duck, parry).  Most
&gt; &gt; blows that land will be fatal or near fatal unless they landed on, say,
&gt; &gt; your helmet instead of your head.
&gt; 
&gt; This is a very interesting aspect, IMHO -- it completely breaks with
&gt; RPG conventions.  However, I can't say that I'd feel comfortable with
&gt; it.  I've done a great deal of sparring, fencing, etc., and it simply
&gt; doesn't fit with my experience.  There are several reasons why attacks
&gt; miss in combat, even when no attempt to block or dodge is made:

The above statement is in light of attacking someone who is unconscious or
otherwise immobile.  If someone is conscious, they will always "do
something about it".  You can't help it - it's a flinch reaction.  Even
someone that has never seen a sword before will try to either get out of
the way, or at the least throw up their arms in order to take the blow on
a less vital part of their body.

&gt; - The attacker may misjudge the distance, resulting in an attack that
&gt;   doesn't make it to the target.

If I'm attacking a corpse or a practice dummy, this ought to almost NEVER
happen, unless I am:
- blind
- the world's worst klutz
- wielding a weapon I can barely lift
- all of the above

At the age of 8 I played tee-ball, and I never had a problem hitting the
~10 cm ball with a bat.  As an adult with fully developed motor skills
wielding that same bat and attempting to hit a target approximately fifty
times larger than that ball, I will be extremely confused and upset if I
miss more than one time in a hundred.

&gt; - The defender may move, not because he/she is trying to defend, but
&gt;   for other reasons -- e.g., as part of the circling for position that
&gt;   often happens in combat, in preparation for an attack, or the
&gt;   "defender" may make an attack at the same time.

As I said, if they are conscious, they will try to defend, regardless of
what state they are in.  (This may involve them flubbing up their current
state, ie an attack or something else.)

&gt; - Bad luck/inattention to the environment.  An attacker may stumble,
&gt;   trip, slip, etc.

Essentially a critical fumble.  Should happen, but not often, especially
to an experienced fighter.  Otherwise the game is just frustrating.

&gt; - Tension.  An inexperienced combatant tends to tense up, or even to
&gt;   become shaky.  Adrenalin changes the speed of one's reflexes and
&gt;   makes one stronger, able to move the weapon around faster.
&gt;   Unfortunately, since a new combatant isn't used to these effects,
&gt;   he/she can't compensate for them, and may miss even an easy target.

Also modeled seperately.  This is the same set of variables that will
cause you to go into a berserker rage, or 'lock up' under stress, or any
number of effects.  In other words, stuff JC hates. &lt;wink&gt;

&gt; - In anything more than a one-on-one duel, things are even worse.  An
&gt;   attacker can be accidentally bumped by someone else or distracted or
&gt;   startled by something happening nearby.

Also modeled seperately.  Multi-person meleees are, in our system, total
freakin' chaos, unless you have an extremely well coordinated team going
after a single target, and even then things get confused quickly.

&gt; As one gains experience in combat, one becomes less likely to make
&gt; these mistakes, and thus, more likely to hit the defender.

Naturally.  But the last thing we wanted was for newbies to be total
klutzes - fighting someone of an equivilent skill level shouldn't be a
three-stooges routine.

% attack newbie
You swing your dagger at the newbie.
Dang it!  You tripped!
You pick yourself up off the ground.
The newbie dives at you, but misses completely and lands in a heap on the
ground.
You swing your dagger at the newbie.
Butterfingers!  The dagger flies from your grasp and sticks into a nearby
tree!

Very frustrating, and IMO not that believable.  Given two non-fighters,
they should be able to at least land a blow here and there, even if it's
not too impressive:

% attack newbie
You make a clumsy attack at the newbie, which he blocks just in time with
his shortsword.
The newbie swings his shortsword at your leg, but you jump out of the way.

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

&gt; For missile combat, though, it doesn't work.  Even a small variation
&gt; in aim can cause a miss, and even under the best conditions, a gust of
&gt; wind can spoil everything.

Yes.  Missile combat is very different, and we purposely made a thousand
possible means of disrupting the attack, ie the wind you mention, just for
playability's sake.
Once again, the simple act of hitting a target with a missile is not
difficult.  Give Junior one of those kid's bows and some arrows and he'll
be hitting 1 meter targets at 15 meters in no time.  (I know, cause I had
one of those bows as a kid :))
But hitting a bale of hay in an open field when you can take your time is
a bit different from aiming at a moving target through a probably not-open
space in a small period of time (ie, the period of time between when they
start running at you, screaming with sword raised, and when they reach
you) is much more difficult.

&gt; &gt; -- Most fights will last 15 - 20 seconds like this with the exception of
&gt; &gt; the rare meeting of the two masters who could make a display of flashing
&gt; &gt; blades and whitty one liners until one or the other drops from exhaustion.
&gt; 
&gt; Or if someone who's much better than his/her opponent *wants* combat
&gt; to last a long time.

Nods.  Even if you suck you can actually draw it out by continualy
retreating if you so desire, although this doesn't gain you much except
maybe time to talk ("Wait!  I can explain...")

&gt; &gt; -- ( It was joked about that if one was good enough he or she could execute
&gt; &gt; combat actions at priority menial, so one could chomp on an apple and read
&gt; &gt; a book while parrying the thrusts and swings of one's adversary ;-) 
&gt; 
&gt; There's a scene in Zelazny's first Amber series where a swordsman
&gt; shows off how much better he is than his opponent by cutting the
&gt; buttons off the opponent's jacket, one by one.  Oddly enough, he loses
&gt; the fight -- but I'll let you read it yourselves to find out how.  :-)

This seems to be a popular showing-off maneuver.  Other places it shows up
are the Scarlet Pimpernell and Inigo vs. the six-fingered man in Princess
Bride.  I suppose we'll have to implement buttons now...

&gt; &gt; -- Luck will rebuild itself with rest, warm food, spicy mead, and some
&gt; &gt; music down at the pub to soothe ones rattled bones.
&gt; 
&gt; &gt; -- Pushing ones luck too far might damage it for good. "I shall not come
&gt; &gt; with you Frodo, I am old and I feel my luck is running out...." -B. Baggins
&gt; 
&gt; The first edition of the paper RPG Top Secret had an interesting
&gt; variant on luck points -- each character started with a random number
&gt; of fortune points.  Spending a fortune point could make any action
&gt; succeed, or could save a character's life, but fortune points never
&gt; came back, and the players didn't know how many fortune points their
&gt; characters had.  Thus, eventually, one's luck would run out -- and you
&gt; never knew just when that would be.

Cute - what kind of range was there on starting luck points?

Adam




</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="00844" HREF="msg00844.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></strong>
<ul compact><li><em>From:</em> "Travis S. Casey" &lt;efindel#io,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00841" HREF="msg00841.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
<UL><LI><EM>From:</EM> "Travis S. Casey" &lt;efindel#io,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00842.html">[MUD-Dev] Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00844.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00841.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00844.html">[MUD-Dev] Re: Combat  Was Re: Leaving characters in play</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00843"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00843"><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] Re: skill system</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00865" HREF="msg00865.html">[MUD-Dev] Re: skill system</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 03 Jun 1998, 03:38 GMT
<UL>
<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>
</LI>
</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>
</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>