1997Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  UI Issues: Anti&#45;scripting techniques -->
<!--X-From-R13: "Fenivf Qnfrl" <rsvaqryNcbynevf.arg> -->
<!--X-Date: Wed, 08 Oct 1997 17:33:15 +0000 -->
<!--X-Message-Id: 199710081732.NAA13495#polaris,net -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#polaris,net">
</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="msg00069.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00071.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00063.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00071.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00070">Author</A>
&nbsp;|&nbsp;<A HREF="#00070">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00070">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A>&gt;</LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</LI>
<LI><em>From</em>: "Travis Casey" &lt;<A HREF="mailto:efindel#polaris,net">efindel#polaris,net</A>&gt;</LI>
<LI><em>Date</em>: Wed, 8 Oct 1997 13:32:16 -0400</LI>
<LI><em>Reply-To</em>: "Travis Casey" &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Brandon J. Rickman &lt;ashes#pc4,zennet.com&gt; wrote:
&gt;On Sun, 5 Oct 1997, "Travis Casey" &lt;efindel#polaris,net&gt; wrote:
&gt;&gt;Well, one question is in how you divide up skills.  For example, one
&gt;&gt;could simply have a "cooking" skill, or you could divide it up into
&gt;&gt;"short-order cook", "baking", "barbecueing", "haute cuisine", etc.  Thus,
&gt;
&gt;If you talk to someone who has taken a baking class they will tell you
&gt;that baking is an art, cooking is a science.
&gt;
&gt;This was just a one-off reply, but I started thinking about the idea of
&gt;familiarity skills as a refinement to more general skills.  (This is, of
&gt;course, nothing new, but I gotta keep that signal level up.)  Instead
&gt;of having a million skills in bar-b-que, short-order, campfire, &amp;c, these
&gt;could be tracked as "familiarities" instead of skills.  This distinction
&gt;makes more sense if you restrict the possible values of the familiarities,
&gt;like bar-b-que could range from 0 to 7.  Byte-conscious programmers love
&gt;this kind of thing.  The point is to make the general skills more adaptable
&gt;without complicating the skill web.  A master chef with no campfire
&gt;familiarity might have problems keeping ash out of the scrambled eggs,
&gt;but they would taste better than expected.

Familiarities have been used in quite a few paper games, although paper
games usually implement them as a binary distinction -- you're either
familiar with X or you're not.  In this instance, all they really are
is a form of subskill that's ranked differently from "normal" skills.

&gt;This is useful for hard-to-fathom skills like music.  Having a high
&gt;music skill doesn't make one a virtuoso on all instruments.  But a
&gt;good musician can pick up an instrument they have never played and
&gt;quickly make some musical sounds with it.  Because of this fiddling, their
&gt;familiarity with the instrument would go from 0 to 1.

This can also be done via related skills, skill trees, or other similar
mechanisms.

&gt;And, of course, this gives some granularity to combat skills.  In
&gt;Stonekeep (an essentially single player CRPG from 95(?)) this added some
&gt;hidden refinement to combat as your character developed a familiarity
&gt;"skill" with each different weapon used.  Even if your combat skills
&gt;didn't increase you would fight more effectively with the same weapon
&gt;after some time.
&gt;
&gt;Old hat?

Somewhat.  There are a number of paper RPGs with the concept, going back
as far as the late '70's, if I recall correctly.  However, I haven't
seen any muds using it (I'm sure there's one or two out there, though,
so let's not start an "X mud already has that" thread, ok?), so it doesn't
seem to be a common concept in muds yet.

Personally, I prefer to use skill trees, etc. for muds -- the main reason
that familiarities are used in paper RPGs is so there are fewer numbers to
keep track of.  Computers, however, are *very* good at keeping track of
numbers, so that's not a problem on a mud... especially since numbers can
be hidden from the players if we want.
--
      |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
     |,4-  ) )-,_..;\ (  `'-'        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>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00069.html">Re: [MUD-Dev]  Turn-based Combat</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00071.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00063.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00071.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00070"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00070"><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]  Status visualization Was: UI Issues: Anti-scripting techniques</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00684" HREF="msg00684.html">Re: [MUD-Dev]  Status visualization Was: UI Issues: Anti-scripting techniques</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Thu 11 Dec 1997, 05:54 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00056" HREF="msg00056.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Mon 06 Oct 1997, 18:36 GMT
<UL>
<LI><strong><A NAME="00062" HREF="msg00062.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Tue 07 Oct 1997, 05:36 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00063" HREF="msg00063.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Brian Price <a href="mailto:blprice#bedford,net">blprice#bedford,net</a>, Tue 07 Oct 1997, 07:28 GMT
</LI>
<LI><strong><A NAME="00070" HREF="msg00070.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Wed 08 Oct 1997, 17:33 GMT
</LI>
<LI><strong><A NAME="00071" HREF="msg00071.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Wed 08 Oct 1997, 18:03 GMT
</LI>
<LI><strong><A NAME="00074" HREF="msg00074.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Wed 08 Oct 1997, 23:26 GMT
</LI>
<LI><strong><A NAME="00079" HREF="msg00079.html">[MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
Maddy <a href="mailto:maddy#fysh,org">maddy#fysh,org</a>, Thu 09 Oct 1997, 08:00 GMT
<UL>
<LI><strong><A NAME="00103" HREF="msg00103.html">Re: [MUD-Dev]  UI Issues: Anti-scripting techniques</A></strong>, 
coder <a href="mailto:coder#ibm,net">coder#ibm,net</a>, Tue 14 Oct 1997, 18:22 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>