1997Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] multiple intelligences -->
<!--X-From-R13: "Fenivf E. Qnfrl" <rsvaqryNvb.pbz> -->
<!--X-Date: Fri, 24 Oct 1997 14:33:39 +0000 -->
<!--X-Message-Id: Pine.BSI.3.96.971024092349.29477C&#45;100000#xanadu,io.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199710212213.PAA03615#pc4,zennet.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] multiple intelligences</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="msg00147.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00149.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00137.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00094.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00148">Author</A>
&nbsp;|&nbsp;<A HREF="#00148">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00148">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] multiple intelligences</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] multiple intelligences</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>: Fri, 24 Oct 1997 09:32:34 -0500 (CDT)</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Tue, 21 Oct 1997, Brandon J. Rickman wrote:
&gt; On Mon, 20 Oct 1997 09:54:09 PST8PDT "Travis Casey"
&gt; &lt;efindel#polaris,net&gt; wrote:

&gt; &gt;I think it should be mentioned that "intelligences" can be factored into
&gt; &gt;other attributes -- for example, in AD&amp;D, spatial and bodily-kinesthetic
&gt; &gt;intelligence should be considered part of dexterity, interpersonal
&gt; &gt;intelligence should be part of charisma, and intrapersonal intelligence
&gt; &gt;should be part of wisdom.  Musical, linguistic, and logical-mathematical
&gt; &gt;seem to be left in the "intelligence" attribute.
&gt; 
&gt; One possible extention of this is that the raw stats (INT, DEX, &amp;c) 
&gt; only indirectly relate to what you have called attributes; dexterity
&gt; (as opposed to DEX) is a weighted average of BODY-INT, DEX, and FOO.
&gt; If you don't like doing the calculations on the fly you can cache
&gt; them (eating up virtual storage but not disk space, eh?).  And,
&gt; to add a little more humor to this post, you could create the
&gt; "your INT is now you DEX" spell, possibly very useful against
&gt; swarming insects or other low-intelligence monsters.

That's definitely a good possibility, and, IMHO, a good thing for a 
mud system.  Similar things have been done in paper RPGs, but trying
to adjust them on the fly is a little too cumbersome for most people.
On a mud, though, the computer can take care of all of it for you.  :-)

&gt; &gt;Another note that should be made is that all of the intelligences seem
&gt; &gt;to correlate very well in the real world -- that is, if you're good at
&gt; &gt;one of them, you're probably good at the others as well.  Thus, it may
&gt; &gt;be more efficient (in the sense of having fewer numbers to keep track of)
&gt; &gt;in a realistic game to keep one intelligence score and allow advantages
&gt; &gt;and disadvantages that change specific intelligences (as GURPS does, for
&gt; &gt;example).
&gt; 
&gt; No, no, no.  The whole point in bringing multiple intelligences up was
&gt; to clearly split the functions of intelligence into _unrelated_ areas,
&gt; where ability in one area has no direct/discernable effect in other
&gt; areas.  Otherwise we might as well say, "Most characters have average
&gt; abilities and they should not be able to excell in any skill beyond a
&gt; standard deviation."  If you treat intelligence as just one big
&gt; number, as most muds do, then "equal" characters will always have
&gt; the same intelligence score.  This is crap.  Any game where my
&gt; character is statistically indistinguiable from any other is simply 
&gt; an optimization game, i.e. I want to take the shortest path to the
&gt; next level because my level is the only thing(*) that distinguishes my
&gt; character from the others.

Um.... I think you're overreacting to what I meant to be a very specific 
statement.  I'm just pointing out that in the real world, all the
intelligences seem to be highly correlated, so if you're building a
mud that you want to strongly resemble the real world, it may be best
to have the default be that all of the intelligences are equal, and 
allow players to individually adjust some of them.

I'd take issue with the statement that "equal" characters will always
have the same intelligence score -- equal in what sense?  In power?
If you mean "equal in average intelligence" then your statement is true,	
but trivial.

Also, if you're trying to build a mud based on the real world (or on
fiction that strongly resembles the real world, like John Le Carre's spy
novels), you may *want* to say that most players can't be more than
a standard deviation from the average in any of their abilities or
skills.  However, that doesn't mean that *all* muds should be built
that way, and I wasn't trying to say or even imply that *all* muds
should have only one intelligence stat -- only that it might be simplest
for a certain type of mud.


</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="00137" HREF="msg00137.html">Re: [MUD-Dev] multiple intelligences</A></STRONG>
<UL><LI><EM>From:</EM> "Brandon J. Rickman" &lt;ashes#pc4,zennet.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00147.html">Re: [MUD-Dev] Something complete different</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00149.html">Re: [MUD-Dev] Something complete different</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00137.html">Re: [MUD-Dev] multiple intelligences</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00094.html">Re: [MUD-Dev]  NPC AI</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00148"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00148"><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><A NAME="00100" HREF="msg00100.html">[MUD-Dev] multiple intelligences</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Tue 14 Oct 1997, 07:58 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00128" HREF="msg00128.html">Re: [MUD-Dev] multiple intelligences</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 19 Oct 1997, 21:10 GMT
<UL>
<LI><strong><A NAME="00140" HREF="msg00140.html">Re: [MUD-Dev] multiple intelligences</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Wed 22 Oct 1997, 06:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00137" HREF="msg00137.html">Re: [MUD-Dev] multiple intelligences</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Tue 21 Oct 1997, 22:58 GMT
<UL>
<LI><strong><A NAME="00148" HREF="msg00148.html">Re: [MUD-Dev] multiple intelligences</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Fri 24 Oct 1997, 14:33 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00094" HREF="msg00094.html">Re: [MUD-Dev]  NPC AI</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sun 12 Oct 1997, 00:56 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00097" HREF="msg00097.html">Re: [MUD-Dev]  NPC AI</A></strong>, 
Brian Price <a href="mailto:blprice#bedford,net">blprice#bedford,net</a>, Sun 12 Oct 1997, 13:09 GMT
</LI>
<LI><strong><A NAME="00123" HREF="msg00123.html">Re: [MUD-Dev]  NPC AI</A></strong>, 
Mike Sellers <a href="mailto:mike#online-alchemy,com">mike#online-alchemy,com</a>, Sun 19 Oct 1997, 00:26 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00093" HREF="msg00093.html">META: File attachments as list postings.</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Sat 11 Oct 1997, 21:02 GMT
</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>