1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: let's call it a spellcraft -->
<!--X-From-R13: "Penaqba X. Dvpxzna" <nfurfNcp4.mraarg.pbz> -->
<!--X-Date: Sun, 27 Sep 1998 20:27:10 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.3.93.980927195303.934B&#45;100000#pc4,zennet.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 8625668A.0057F6AD.00#usmta03,itsc.na.abnamro.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: let's call it a spellcraft</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ashes#pc4,zennet.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="msg01327.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01329.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01223.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01224.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01328">Author</A>
&nbsp;|&nbsp;<A HREF="#01328">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01328">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: let's call it a spellcraft</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: let's call it a spellcraft</LI>
<LI><em>From</em>: "Brandon J. Rickman" &lt;<A HREF="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</A>&gt;</LI>
<LI><em>Date</em>: Sun, 27 Sep 1998 20:26:56 -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 Fri, 25 Sep 1998 Michael.Willey#abnamro,com wrote:
&gt;      ____________________Reply Separator____________________
&gt;      Subject:  [MUD-Dev] Re: let's call it a spellcraft
&gt;      Author:   mud-dev#kanga,nu ("Brandon J. Rickman"
&gt;      &lt;ashes#pc4,zennet.com&gt;)
&gt;      Date:          9/25/98 3:29 AM
&gt; &gt;Is that a design problem, the magic numbers are too
&gt; &gt;low?  (Assume that the magic numbers have been correctly
&gt; &gt;coded as user configurable constants.)  No, someone
&gt; &gt;just needs to raise the numbers, tune the code.
&gt; &gt;The older and popular codebases suck because they can't
&gt; &gt;be tuned, they are badly designed.
&gt; 
&gt; Even with tuning of the magic numbers many systems still
&gt; suffer design flaws.  Take for instance the commonly
&gt; seen percentile skill system.  Each skill is rated on a
&gt; linear scale of 1 to 100, and when an ability is rated
&gt; at 100 it can never be higher.  Joe Player can raise
&gt; his skills to the same levels as the gods.  He can be
&gt; perfect.  Raising the magic number to 200 or even 2000
&gt; slows the process down but doesn't eliminate the underlying
&gt; problem.

I like how percentage systems tend to go up to 200%.  Sometimes this is
done to give more room for things like critical hits, where a crit is a
d100 roll that is under 10% of the skill score, or whatever.  The numbers
keep going up because the players keep getting better, combat becomes
deadlier.  Since there isn't anything else to do other than compete, the
values keep spiraling up to unimaginable ranges.  If only the players
wanted to do something besides max out their stats...

&gt; So I'm trying to develop a game system along completely
&gt; different assumptions.  Allowing characters to begin
&gt; with professional level skills, assuming that players
&gt; may spend 8 or more hours a day for years advancing
&gt; these abilities, and trying to take the focus away from
&gt; the whole "leveling" concept, as starters.

I'm late in replying to all the replies this generated.  Skill levels tend
to even out no matter where you start them - a high starting skill in X is
still a starting value.  A newbie is still a newbie.  Unless you are
really serious about it, and new characters really _can_ kill mold without
ten visits to a healer.

&gt; &gt;because the small values aren't, er, small enough.  The
&gt; &gt;max limit is still within a "usable" range, it is a high-
&gt; &gt;traffic number.
&gt; 
&gt; I agree with you, but don't see any simple solutions to
&gt; the problem.  The number of units between 0 and Maximum
&gt; can be increased forever, but you can't do much to increase
&gt; the number of units between 0 and 1.  The best that you
&gt; can do is decide carefully what constitutes 1 unit.

Yes.  And you can always try to simulate some real-world values: 1 hit
point is the damage done by a bee sting, therefore a cat's scratch it 2
hit points.  Oh, plus special damage types for heat, cold, disease...

Or you could just give everyone 10 hit points and ignore all that trivial
damage.

&gt; &gt;Anyway, I lose interest in a game if the only goal is
&gt; &gt;to max out my skills.  Shouldn't there be fun things to
&gt; &gt;do after I have I a buff character?
&gt; 
&gt; I agree.  For me, character advancement is a means to an
&gt; end, not an end in itself.  I want a world that's fun to
&gt; explore and interact with.  I want the game system to be
&gt; complex and challenging, but not the only goal of the game.
&gt; That's why the DS2 design team's unofficial motto is
&gt; "By Spades, For Spades".  That, or "No Cheese". ;)

You have something against cheese?

- Brandon
ashes#zennet,com



</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="01223" HREF="msg01223.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
<UL><LI><EM>From:</EM> Michael.Willey#abnamro,com</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01327.html">[MUD-Dev] Re: Autogenerated room descriptions</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01329.html">[MUD-Dev] Re: After a long absense, a semi-return (and TFD)</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01223.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01224.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01328"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01328"><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: let's call it a spellcraft</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="01220" HREF="msg01220.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Fri 25 Sep 1998, 14:57 GMT
<UL>
<LI><strong><A NAME="01350" HREF="msg01350.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Tue 29 Sep 1998, 06:10 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01222" HREF="msg01222.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Fri 25 Sep 1998, 15:14 GMT
</LI>
<LI><strong><A NAME="01223" HREF="msg01223.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Michael.Willey <a href="mailto:Michael.Willey#abnamro,com">Michael.Willey#abnamro,com</a>, Fri 25 Sep 1998, 16:06 GMT
<UL>
<LI><strong><A NAME="01328" HREF="msg01328.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Brandon J. Rickman <a href="mailto:ashes#pc4,zennet.com">ashes#pc4,zennet.com</a>, Mon 28 Sep 1998, 03:27 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01224" HREF="msg01224.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
S. Patrick Gallaty <a href="mailto:choke#sirius,com">choke#sirius,com</a>, Fri 25 Sep 1998, 17:55 GMT
<UL>
<LI><strong><A NAME="01227" HREF="msg01227.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Fri 25 Sep 1998, 18:53 GMT
</LI>
<LI><strong><A NAME="01229" HREF="msg01229.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Andy Cink <a href="mailto:ranthor#earthlink,net">ranthor#earthlink,net</a>, Fri 25 Sep 1998, 19:30 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01258" HREF="msg01258.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
quzah [sotfhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Sat 26 Sep 1998, 06:24 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>