1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Systems you use -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Thu, 23 Apr 1998 14:22:56 &#45;0700 -->
<!--X-Message-Id: 199804232122.OAA261179#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.3.93.980423145017.6247B&#45;100000#the486,bradley.edu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Systems you use</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.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="msg00462.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00480.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00462.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00468.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00475">Author</A>
&nbsp;|&nbsp;<A HREF="#00475">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00475">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Systems you use</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: Systems you use </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Thu, 23 Apr 1998 14:22:37 -0700</LI>
<LI><em>Delivery-date</em>: Thu Apr 23 14:22:57 1998</LI>
<LI><em>Delivery-date</em>: Thu, 23 Apr 1998 14:22:57 -0700</LI>
<LI><em>Envelope-to</em>: claw#kanga,nu</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: "Petidomo List Agent,,,," &lt;<A HREF="mailto:petidomo#kanga,nu">petidomo#kanga,nu</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>
On Thu, 23 Apr 1998 15:02:30 -0500 (CDT) 
Katrina McClelan&lt;kitkat#the486,bradley.edu&gt; wrote:

&gt; Not that it's all too different from anything listed, but one thing
&gt; I've devised (and for the record, am not currently using since my
&gt; game is not such) was a system for generating numbers comprable to a
&gt; Final Fantasy type game - and really does require a computer run
&gt; game, although I suppose a calculator would suffice to run it by
&gt; hand, along with some pre-calculation.  Basically a roll has a base,
&gt; a relavent stat, a relavent skill, and a modifier.  The formula.
&gt; The formula is:

&gt; [ (stat + skill) * base ] / 100 + (modifier).

&gt; An example in work: Geofram has a strength of 25, a skill with
&gt; swords of 30, and swings a rapier at an imp.  The rapier has a base
&gt; damage of 50 and a modifier of 1d10.  The damage would be:

...deletia...
&gt; (100+100)*50/100 = 100+1d10 = 101-110 damage for a "master"*
&gt; (10+0)*50/100 = 5+1d10 = 6-15 damage for the "novice"

&gt; * (and of course the notion of master above assumes a max of 100 on
&gt; skills and stats, which is totally arbitrary.)

The thing I explicitly don't like about this, and which was a major
guide line in my own system, is that there is a finite chance that
that above master may be able to inflict 110 units of damage in a
single blow, but is it quite impossible for the novice to ever do
that.

I wanted curves where the base range of pssible values stayed the same 
(moderated slightly by stength and other physical stats), but the
center of the bell curve would then vary across that range.  Thus it
may be reasonable for the master to make that 110damage stroke every
so often, but equally utter novices will (rarely) *ALSO* find
themselves doing 110 damage.

Thus the range of possible value for the sword might be 0 to 100
(we'll ignore physical stats for now), and the probabilities of a 110
damage blow might be:

  For a master swordsman:  5%
  For a novice swordsman:  0.01%

This was part of my implicit balancing to ensure that high level
characters are never safe from low-level.

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of Clan McFud -- Teamer's Avenging Monolith...

-- 
MUD-Dev: Advancing an unrealised future.
</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="00468" HREF="msg00468.html">[MUD-Dev] Re: Systems you use</A></strong>
<ul compact><li><em>From:</em> Katrina McClelan &lt;kitkat#the486,bradley.edu&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00462" HREF="msg00462.html">[MUD-Dev] Re: Systems you use</A></STRONG>
<UL><LI><EM>From:</EM> Katrina McClelan &lt;kitkat#the486,bradley.edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00462.html">[MUD-Dev] Re: Systems you use</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00480.html">[MUD-Dev] (fwd) CODE RELEASE: [client] Jcrossclient - java client to "crossfire"</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00462.html">[MUD-Dev] Re: Systems you use</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00468.html">[MUD-Dev] Re: Systems you use</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00475"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00475"><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: Systems you use</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00378" HREF="msg00378.html">[MUD-Dev] Re: Systems you use</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 23 Apr 1998, 13:36 GMT
</LI>
<LI><strong><A NAME="00431" HREF="msg00431.html">[MUD-Dev] Re: Systems you use</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 23 Apr 1998, 17:40 GMT
</LI>
<LI><strong><A NAME="00458" HREF="msg00458.html">[MUD-Dev] Re: Systems you use</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Thu 23 Apr 1998, 19:57 GMT
</LI>
<LI><strong><A NAME="00462" HREF="msg00462.html">[MUD-Dev] Re: Systems you use</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#the486,bradley.edu">kitkat#the486,bradley.edu</a>, Thu 23 Apr 1998, 21:13 GMT
<UL>
<LI><strong><A NAME="00475" HREF="msg00475.html">[MUD-Dev] Re: Systems you use</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 23 Apr 1998, 21:22 GMT
<UL>
<LI><strong><A NAME="00468" HREF="msg00468.html">[MUD-Dev] Re: Systems you use</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#the486,bradley.edu">kitkat#the486,bradley.edu</a>, Thu 23 Apr 1998, 22:31 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</LI>
<LI><strong><A NAME="00227" HREF="msg00227.html">[MUD-Dev] (fwd) SERVER: Re: New Code Base in VB Started</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 22 Apr 1998, 19:16 GMT
<UL>
<LI><strong><A NAME="00715" HREF="msg00715.html">[MUD-Dev] Re: (fwd) SERVER: Re: New Code Base in VB Started</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Sat 25 Apr 1998, 13:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00412" HREF="msg00412.html">[MUD-Dev] SfD: AI and muds; several approaches</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Tue 21 Apr 1998, 22:12 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>