1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: let's call it a spellcraft -->
<!--X-From-R13: Xnzrf Ivyfba <wjvyfbaNebpurfgre.ee.pbz> -->
<!--X-Date: Thu, 24 Sep 1998 17:15:23 &#45;0700 -->
<!--X-Message-Id: 98092420074502.11569@d185d1e96 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 86256689.0079839A.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:jwilson#rochester,rr.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="msg01202.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01204.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01200.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01208.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01203">Author</A>
&nbsp;|&nbsp;<A HREF="#01203">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01203">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>: James Wilson &lt;<A HREF="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 24 Sep 1998 19:32:03 -0400</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 Thu, 24 Sep 1998, Michael.Willey#abnamro,com wrote:

&gt;The two systems I'm considering both use natural logarithms
&gt;to reduce insane numbers into reasonable values - one
&gt;option allows the numbers on a player's "sheet" to escalate
&gt;rapidly, but takes the LN of that number to get an
&gt;effective value (I'm using a multiple dice vs. target #
&gt;system ala Shadowrun, Vampire, et al.  The effective value
&gt;would become the number of chances to hit the target).
&gt;The other option is to use the effective values as
&gt;statistics, and the difficulty of advancement is based
&gt;on e^(current stat value).  (Of course, if players can't
&gt;see actual numbers on their "sheet", this doesn't matter.)

Perhaps the following is obvious to you, but I had to do
a bit of math to see how different these are:

if the cost of moving from p pips to p+1 pips is about e^p 
experience points, then if you define
p (x) := attribute pips when experience is x
you can get a good simulation of the derivative with
p' (x) = e^(-x)
so 
p (x) = C - e^(-x)
(where C is some constant). As x-&gt;infinity, e^(-x)-&gt;0, so
p(x)-&gt;C. Thus p(x) is asymptotic to the horizontal line C.

Translation: difficulty proportional to e^(current stat) implies
that there is an upper bound on the stat value.

The logarithm approach, on the other hand, does not place
an upper bound on stats, or their effective value (log of the stat).
It simply makes it very hard to advance once one reaches high
levels. (Rather than taking logs to find the 'effective stat',
you could make the cost of advancement proportional to the 
current stat; this makes p (x) logarithmic.) This gives you a bit
more room for super-high stats than taking the logs does:
it's the difference between having log(MAX_INT) possible
effective values and having MAX_INT possible effective values.

James


</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="01200" HREF="msg01200.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="msg01202.html">[MUD-Dev] Re: META: hat are you looking for in this list?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01204.html">[MUD-Dev] FYI: gamora</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01200.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01208.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01203"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01203"><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="01160" HREF="msg01160.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Wed 23 Sep 1998, 21:44 GMT
</LI>
<LI><strong><A NAME="01167" HREF="msg01167.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
quzah [sotfhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Wed 23 Sep 1998, 23:20 GMT
<UL>
<LI><strong><A NAME="01171" HREF="msg01171.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Thu 24 Sep 1998, 00:24 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="01200" HREF="msg01200.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>, Thu 24 Sep 1998, 22:12 GMT
<UL>
<LI><strong><A NAME="01203" HREF="msg01203.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Fri 25 Sep 1998, 00:15 GMT
</LI>
<LI><strong><A NAME="01208" HREF="msg01208.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>, Fri 25 Sep 1998, 03:29 GMT
</LI>
</UL>
</LI>
<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>
</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>