1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Systems you use -->
<!--X-From-R13: Zvat <Y.Z.Zb&#45;94Nfghqrag.yobeb.np.hx> -->
<!--X-Date: Thu, 23 Apr 1998 05:18:44 &#45;0700 -->
<!--X-Message-Id: Pine.SOL.3.96.980423131107.13525A&#45;100000@sun&#45;cc203 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199804221927.MAA199239#under,engr.sgi.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Systems you use</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:K.L.Lo-94#student,lboro.ac.uk">
</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="msg00360.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00378.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00238.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00378.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00369">Author</A>
&nbsp;|&nbsp;<A HREF="#00369">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00369">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] 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] Systems you use</LI>
<LI><em>From</em>: Ling &lt;<A HREF="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</A>&gt;</LI>
<LI><em>Date</em>: Thu, 23 Apr 1998 13:17:52 +0100 (BST)</LI>
<LI><em>Delivery-date</em>: Thu Apr 23 05:18:45 1998</LI>
<LI><em>Delivery-date</em>: Thu, 23 Apr 1998 05:18:45 -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>
Out of interest, what system do people use for their randomness and why?
Here's a list of some of the ones I can immediately remember with short
explanations of how I know they're used.


Linear probability, percentile, 1D100, 1D20:
Self-explanatory, probably the most popular one.  Often conducted as a
'roll higher to succeed'.  Eg: 60% chance of hitting someone, minus their
defensive modifiers, plus attacking modifiers.  Roll over to achieve.
Variants include systems using a float those value hovers between 0 and 1
(simply a finer version) and Palladium games using a 1D20.


Combinational dice, nDm + c (eg: 3D6 + 1):
The usual run of the mill in paper rpgs.  Far too many variants and
systems to list.  Includes AD&amp;D...  :)  Generally looks like a
bell/normal/gaussian/binomial distribution curve with the lumpiness
dependent upon the number of dice used and the range depending upon
size of each die.


Strange multiple D6 only:
Easier to give examples for this one.

For Heavy Gear (DP9): character rolls number of D6's equal to their skill.
Complete 1's result in a fumble.  Result of the roll is equal to the
highest die rolled.  In the event of multiple 6's, additional 6's
contribute a +1 to the roll.  Coz of this, the probability curve is
*highly* non-linear after 7.  Simple, quick.

For Shadowrun (FASA): character rolls number of D6's equal to their skill.
Any 1's result in a fumble, any 6's allow another roll which is added to
that die roll (so rolling the same die and getting two 6's and a 2 will
give a total of 14).  I'll take a bastardized combat example.  A firearms
weapon could inflict 4L2 damage.  A character with firearms skill of 5
(quite high) needs to roll at least one 4 to hit and inflict Light damage,
for every 2 successes, the damage is increased by one notch.  Pretend the
roll was 4, 2, 4, 5, 6+3.  There are 4 successes in that roll so the damage
is increased twice, from Light to Medium to Heavy (which does 3, 6, 9 damage
respectively, all characters and objects have 10 hitpoints).  Regarding
fumbles, I had a houserule that stated any fumbles are countered by a success.
Btw, there's also 


Combat Resolution Table (CRT):
Advocated by Steve Jackson (of SJG fame).  Attacking strength and defensive
strength are turned into a ratio and a single die is rolled to get a list of
potential results.  Eg: Hovercraft Alpha with fires with a strength of 3
at APC Beta with defence of 2, ratio is 3:2.  A table might look something
like:

Ratio		die roll		- miss
	1   2   3   4   5   6		d disabled
2:1     -   -   -   -   -   -		x killed
2:3     -   -   -   -   -   d
1:1     -   -   -   -   d   d
3:2	-   -   -   d   d   x
2:1     -   -   d   d   x   x
3:1     -   d   d   x   x   x 		...etc...


Cards and chits:
Includes Magic: The Gathering (WotC), Awful Green Things from Outer
Space (SGJ), Sword of the Stars (can't remember who?).  Shalln't go into
too much detail into M:TG.  For AGTfOS, weapons/items had unknown effect
on the Awful Green Things until at time of use, a random chit is drawn
to find out - this chit stays with the weapon for the duration of the game.
('Aaargh! Rocket fuel makes them multiply', 'Well you won't do that again!')
In Sword of the Stars, players obtained a number of 'action cards' and
declared their action, assigning each card to the particular action.  Upon
executing the action, the appropriate card was flipped to find out the result.
Characterised by each card containing packets of data instead of being
separate.  (ie: A card might say: Failed action AND this or that side 
effect.)


Other:
Random numbers are dependent upon stats.  Eg: Strength of 200 will allow
rolls of 1-200 or variation of.

When it comes down to it, some of the systems listed can emulate the others
so it is all down to a matter of preference.


  |    Ling Lo of Remora (Top Banana)
_O_O_  Elec Eng Dept, Loughborough University, UK.     kllo#iee,org


-- 
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="00462" HREF="msg00462.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>
<li><strong><A NAME="00458" HREF="msg00458.html">[MUD-Dev] Re: Systems you use</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;adam#angel,com&gt;</li></ul>
<li><strong><A NAME="00431" HREF="msg00431.html">[MUD-Dev] Re: Systems you use</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</li></ul>
<li><strong><A NAME="00378" HREF="msg00378.html">[MUD-Dev] Re: Systems you use</A></strong>
<ul compact><li><em>From:</em> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00238" HREF="msg00238.html">[MUD-Dev] Graphical MUD project (Sea Of Blood)</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00360.html">[MUD-Dev] Re: MUD Development Digest</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00378.html">[MUD-Dev] Re: Systems you use</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00238.html">[MUD-Dev] Graphical MUD project (Sea Of Blood)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00378.html">[MUD-Dev] Re: Systems you use</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00369"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00369"><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="00249" HREF="msg00249.html">[MUD-Dev] (fwd) Sea of Blood Graphical MUD</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 22 Apr 1998, 19:29 GMT
<UL>
<LI><strong><A NAME="00395" HREF="msg00395.html">[MUD-Dev] Teamwork</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Thu 23 Apr 1998, 15:57 GMT
<UL>
<LI><strong><A NAME="00441" HREF="msg00441.html">[MUD-Dev] Re: Teamwork</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 23 Apr 1998, 17:56 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00238" HREF="msg00238.html">[MUD-Dev] Graphical MUD project (Sea Of Blood)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 22 Apr 1998, 19:27 GMT
<UL>
<LI><strong><A NAME="00369" HREF="msg00369.html">[MUD-Dev] Systems you use</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Thu 23 Apr 1998, 12:18 GMT
<UL>
<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
</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>