1997Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Alright... IF your gonan do DESIESE... -->
<!--X-From-R13: pynjerapNphc.uc.pbz -->
<!--X-Date: from fabius.globecomm.net [207.51.48.6] by in3.ibm.net id 865300487.159444&#45;1 Tue Jun  3 01:14:47 1997 CUT -->
<!--X-Message-Id: 199706030113.SAA12092#xsvr3,cup.hp.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199705311025.DAA10770#user2,inficad.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:clawrenc#cup,hp.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="msg01073.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01075.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00994.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01093.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01074">Author</A>
&nbsp;|&nbsp;<A HREF="#01074">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01074">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</LI>
<LI><em>From</em>: <A HREF="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</A></LI>
<LI><em>Date</em>: Mon, 02 Jun 97 18:04:50 -0700</LI>
<LI><em>Reply-to</em>: <A HREF="mailto:claw#null,net">claw#null,net</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
In &lt;<A HREF="msg00994.html">199705311025.DAA10770#user2,inficad.com</A>&gt;, on 06/01/97 
   at 09:39 AM, Adam Wiggins &lt;nightfall#inficad,com&gt; said: &gt;[Chris L:]

&gt;&gt; The problem with the approach is that it will quickly be used as an
&gt;&gt; excuse to not take risks as a character's "luck" stat suddenly becomes
&gt;&gt; precious.  Tuning is required of the algorithm.  I suspect a simple
&gt;&gt; rubber-band pattern where the greater the luck value's devation from
&gt;&gt; 0, both the more slowly it will increase its deviation, and the more
&gt;&gt; difficult it is to change the deviation.  Then just add a *very* low
&gt;&gt; probability action that reverses the current sign on the luck value,
&gt;&gt; and a slightly higher probability action that significantly alters the
&gt;&gt; current value (+ve or -ve) no matter its current value).

&gt;Okay...I can see how this would work, but will be tricky to balance.
&gt;Done correctly, it should result in players saying things like, 'Man,
&gt;I just can't seem to do anything right today.  I think I'll hold off
&gt;on that trip we were planning to try to take out the mighty dragon.'
&gt;and 'I'm feelin' lucky!  Let's go waste that buff-ass dragon!'

Precisely!  The other main reason for adding it is to provide more of
that random which dashes the hopes of the most diligent and
meticulous.  I'm actually considering adding a couple of things in
support of this:

  1) A unified "luck" field such that at times *everyone* will be more
or less lucky.  The main use of this field would be to spend most of
its time at 0, but to then erratically and unpredictably bop out and
get a significant positive or negative value.

  2) A per character luck field which operates more or less
identically to #1 with the caveat that if the two happen to be of the
same sign (and non-zero) that a re-inforcement factor
extra-strengthens the effect.

&gt;Since then we've gone through so many changes that most of the stat
&gt;system (including DEX, heh) was scrapped.  However, I liked this idea
&gt;so much that we've kept it around.  For one thing, I find it highly
&gt;useful for making rolls on things that I'm not really to sure what to
&gt;based it on; kind of like a generalized saving throw thing for your
&gt;character...roughly. While luck won't make a *dramatic* impact on
&gt;anything you do (not like strength or size, to pick some blatant
&gt;examples), it sure is handy to have around.  This is something that
&gt;could be handy, I think, in any mud, although actually implementation
&gt;might be a bit different.  

Gotcha.  I'm aiming for something a little a similar without the
concept of using the stat to balance out other stat balances.  Part of
what I want to get here is the apparancy that some character or a
whole area is on a good luck roll where nothing at all seems to go
wrong, or visa versa, that an whole area or character is on a bad luck
roll where nothing goes right.

&gt;This gives the effect of certain NPCs 'liking' certain kinds of
&gt;characters better, without being as blantantly obvious as racial or
&gt;alignment likes/dislikes (though those should be there, too), in a
&gt;very simple implementation.

Miro made a couple comments earlier on a theis regarding giving
mobiles very simple goals and then likes and dislike values for each
other.  His idea was that doing that and then just "letting the pot
boil" would get some very interesting dynamics going.  Intriguing
concept.  I've been playing with it for a while now.

I also like this implicit affinity type of computation.  Hurm.  Gotta
do some musing here.

-- 
J C Lawrence                           Internet: claw#null,net
(Contractor)                           Internet: coder#ibm,net
---------------(*)               Internet: clawrenc#cup,hp.com
...Honorary Member Clan McFUD -- Teamer's Avenging Monolith...


</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="01093" HREF="msg01093.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></strong>
<ul compact><li><em>From:</em> Adam Wiggins &lt;nightfall#user1,inficad.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00994" HREF="msg00994.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></STRONG>
<UL><LI><EM>From:</EM> Adam Wiggins &lt;nightfall#inficad,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01073.html">Re: [MUD-Dev] Rooms, 3D arrays, etc.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01075.html">Re: [MUD-Dev] Alright... IF your gonan do DESIESE...</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00994.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01093.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01074"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01074"><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>Reasonable danger [was Alright... IF your gonan do DESIESE...]</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="01014" HREF="msg01014.html">Reasonable danger [was Alright... IF your gonan do DESIESE...]</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Sun 01 Jun 1997, 22:19 GMT
<LI><strong><A NAME="01069" HREF="msg01069.html">Re: [MUD-Dev] Reasonable danger [was Alright... IF your gonan do DESIESE...]</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Tue 03 Jun 1997, 03:58 GMT
</LI>
</LI>
<LI><strong><A NAME="00930" HREF="msg00930.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Thu 29 May 1997, 23:41 GMT
<LI><strong><A NAME="00994" HREF="msg00994.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#inficad,com">nightfall#inficad,com</a>, Thu 01 Jan 1970, 19:34 GMT
<LI><strong><A NAME="01074" HREF="msg01074.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></strong>, 
clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 03 Jun 1997, 08:14 GMT
<LI><strong><A NAME="01093" HREF="msg01093.html">Re: [MUD-Dev]  Alright... IF your gonan do DESIESE...</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Tue 03 Jun 1997, 18:16 GMT
</LI>
</LI>
</LI>
</LI>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00783" HREF="msg00783.html">Re: [MUD-Dev] Life</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lut.ac.uk">K.L.Lo-94#student,lut.ac.uk</a>, Mon 26 May 1997, 01:00 GMT
<UL>
<LI><strong><A NAME="00834" HREF="msg00834.html">Re: [MUD-Dev] Life</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Tue 27 May 1997, 15:48 GMT
<UL>
<LI><strong><A NAME="00880" HREF="msg00880.html">Re: [MUD-Dev] Life</A></strong>, 
Adam Wiggins <a href="mailto:nightfall#user1,inficad.com">nightfall#user1,inficad.com</a>, Wed 28 May 1997, 12:53 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
</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>