1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] The grass is always greener in the other field -->
<!--X-From-R13: X Q Znjerapr <pynjNxnatn.ah> -->
<!--X-Date: Fri, 17 Dec 1999 21:24:33 &#45;0800 -->
<!--X-Message-Id: E11zCLw&#45;00079u&#45;00@dingo.kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.BSF.4.21.9912161751160.25746&#45;100000@shell9.ba.best.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] The grass is always greener in the other field</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw@kanga.nu">
</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="msg00658.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00663.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00635.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00664.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00662">Author</A>
&nbsp;|&nbsp;<A HREF="#00662">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00662">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] The grass is always greener in the other field</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>: Re: [MUD-Dev] The grass is always greener in the other field </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#kanga,nu">claw#kanga,nu</A>&gt;</LI>
<LI><em>Date</em>: Fri, 17 Dec 1999 21:24:24 -0800</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#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, 16 Dec 1999 18:02:36 -0800 (PST) 
Matthew Mihaly &lt;diablo#best,com&gt; wrote:

&gt; On Thu, 16 Dec 1999, J C Lawrence wrote:
&gt;&gt; On Thu, 16 Dec 1999 14:06:43 -0800 (PST)

&gt;&gt; Consider:
&gt;&gt; 
&gt;&gt; You have 50 handmade short swords.  They all have individual
&gt;&gt; "unique" stats and other qualifiers.  You put them in a pile in
&gt;&gt; the corner of the room covered by a blanket, and then pull out a
&gt;&gt; random sword.
&gt;&gt; 
&gt;&gt; Do you really care that that sword was #438 and that its stats
&gt;&gt; etc are XYZ, or would you be just s happy with a shortsword which
&gt;&gt; had a generated set of stats which fit the basic distribution
&gt;&gt; model?

&gt; Yes, absolutely I care! I care because the players care! 

Do they really?  Will they remember or really be bothered that they
put in a sword of stats X/Y/Z and that not one of the swords they
pulled out *quite* matches that, but that they all come somewhere
close?

&gt; A player is going to be AWFULLY pissed off if he puts his
&gt; collection of kick-ass swords under a blanket, and then pulls out
&gt; an average sword. 

Which is not what I wrote.  The set of 50 swords has a distribution
model which the resulting aggreggate ur-objects can maintain.  There
remains the possibility of putting 49 mediocre swords and one
known-excellent sword into the pile and then pulling out 50
almost-mediocre swords, but that's definitely a corner case that I
suspect your players will overlook, and if not, that can be handled
by your aggregate object observing and refusing to aggregate objects
with non-median values.

&gt; A player expects, reasonably so, that sword #438 will have exactly
&gt; the same stats today as tomorrow. I suspect I may be
&gt; misunderstanding you though, as this seems obvious to me.

I rather doubt that this is true, especially when they are dealing
with 50 swords as versus just a couple.

&gt;&gt; I see little reason that a decay time need define a unique
&gt;&gt; object.  It merely defines an object as a member of a class of
&gt;&gt; objects with similar decay stats.

&gt; Hmm, yes, I see what you are saying, but I'm not sure it is worth
&gt; it. Many of the items in Achaea are differentiated by a number of
&gt; stats (in the case of vials...type of vial...there are 20 types,
&gt; what's in the vial, how much of whatever is in it is left, how
&gt; long efore it decays, what sigils may be attached to that
&gt; individual vial (ie are in that vial's inventory. That's not
&gt; actually stored on the vial itself though. Just a pointer on the
&gt; attached items.), who made the vial, and so on.

Which my first tendency at representation would probably be a base
object which contains an attribute list of modifiers.  The list
would be of various length, and would contain references (pointers
if you wish), to the modifiers to the basic object type (the sigils,
type variations, yada yada).  You can then collapse all reasonably
equivalent vials (same modifier list) to merely being references to
the same base object and modifier list, instantiating only when an
object deviates from the base by more than N (local lists on
references of modifier over-rides).

Of course you'd have to do some statistical profiling of your vial
distribution to see if this would save anything.

-- 
J C Lawrence                                 Home: claw#kanga,nu
----------(*)                              Other: coder#kanga,nu
--=| A man is as sane as he is dangerous to his environment |=--


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</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="00673" HREF="msg00673.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>
<ul compact><li><em>From:</em> "Raph &amp; Kristen Koster" &lt;koster@eden.com&gt;</li></ul>
<li><strong><A NAME="00664" HREF="msg00664.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>
<ul compact><li><em>From:</em> Matthew Mihaly &lt;diablo@best.com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00635" HREF="msg00635.html">Re: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
<UL><LI><EM>From:</EM> Matthew Mihaly &lt;diablo@best.com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00658.html">RE: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00663.html">Re: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00635.html">Re: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00664.html">Re: [MUD-Dev] The grass is always greener in the other field</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00662"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00662"><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>Re: [MUD-Dev] The grass is always greener in the other field</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00606" HREF="msg00606.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Charles Hughes <a href="mailto:charles.hughes@bigfoot.com">charles.hughes@bigfoot.com</a>, Thu 16 Dec 1999, 20:56 GMT
<UL>
<LI><strong><A NAME="00611" HREF="msg00611.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Matthew Mihaly <a href="mailto:diablo@best.com">diablo@best.com</a>, Thu 16 Dec 1999, 22:15 GMT
<UL>
<LI><strong><A NAME="00633" HREF="msg00633.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
J C Lawrence <a href="mailto:claw@cp.net">claw@cp.net</a>, Fri 17 Dec 1999, 01:29 GMT
<UL>
<LI><strong><A NAME="00635" HREF="msg00635.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Matthew Mihaly <a href="mailto:diablo@best.com">diablo@best.com</a>, Fri 17 Dec 1999, 04:04 GMT
<UL>
<LI><strong><A NAME="00662" HREF="msg00662.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
J C Lawrence <a href="mailto:claw@kanga.nu">claw@kanga.nu</a>, Sat 18 Dec 1999, 05:24 GMT
<UL>
<LI><strong><A NAME="00664" HREF="msg00664.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Matthew Mihaly <a href="mailto:diablo@best.com">diablo@best.com</a>, Sat 18 Dec 1999, 05:51 GMT
<UL>
<LI><strong><A NAME="00668" HREF="msg00668.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Quzah <a href="mailto:quzah@hotmail.com">quzah@hotmail.com</a>, Sat 18 Dec 1999, 17:51 GMT
<UL>
<LI><strong><A NAME="00680" HREF="msg00680.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Matthew Mihaly <a href="mailto:diablo@best.com">diablo@best.com</a>, Sat 18 Dec 1999, 23:50 GMT
<LI><strong><A NAME="00683" HREF="msg00683.html">Re: [MUD-Dev] The grass is always greener in the other field</A></strong>, 
Quzah <a href="mailto:quzah@hotmail.com">quzah@hotmail.com</a>, Sun 19 Dec 1999, 00:49 GMT
</LI>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</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>