1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Spell components, chemistry, and the like... -->
<!--X-From-R13: "dhmnu Mfbgsubzr]" <dhmnuNfbsgubzr.arg> -->
<!--X-Date: Tue, 10 Nov 1998 14:34:23 &#45;0800 -->
<!--X-Message-Id: 002e01be0cf9$57fc5fe0$6a066520@k6 -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Spell components, chemistry, and the like...</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:quzah#softhome,net">
</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="msg00808.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00810.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00816.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00812.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00809">Author</A>
&nbsp;|&nbsp;<A HREF="#00809">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00809">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Spell components, chemistry, and the like...</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Spell components, chemistry, and the like...</LI>
<LI><em>From</em>: "quzah [sotfhome]" &lt;<A HREF="mailto:quzah#softhome,net">quzah#softhome,net</A>&gt;</LI>
<LI><em>Date</em>: Tue, 10 Nov 1998 14:27:20 -0800</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>

-----Original Message-----
From: David Bennett &lt;ddt#discworld,imaginary.com&gt;
Date: Tuesday, November 10, 1998 1:19 PM
Subject: Re: [MUD-Dev] Re: Spell components, chemistry, and the like...


[recieved via email to me, but I thought I'd reply to the
 list due to the additional questions it raises]


&gt;Gas would be steam I think you will find.  Are you going to deal with
&gt;elements that sublimate?  Like co2, goes straight from dry ice to gas and
&gt;has no intervening liquid state.
&gt;


Or would it be "fog", or "mist", that's the reason I didn't put its
name in there. I wasn't sure what of the three forms to call it. Any
ideas on how to handle more than one name for the same state? This is
a bit of a problem, due to the fact that "fog" and "mist" are generally
colder than its solidifying temperature, where as "steam" is at its
evaporating point or higher. I was hoping to keep it simple this
way -- I could modify it so that it checks for its state under
the "water" component, and if it needs its gas form, it is then
forewarded to another component, where its pieces are made up of
"fog","mist","steam". Though, this means adding another three variables,
since we would no longer be asuming that the first state is always a
solid, the next a liquid and the third always a gas...

And what of "snow", or "hail". I guess this would be just different
size solid forms, so that isn't really a problem - sort of. Back to
the drawing board.


&gt;&gt;Next, temperature:
&gt;&gt;We only need to keep its freezing/solidifying temperature (which I
&gt;&gt;*THINK* is always lower than its liquid form, at least that's how
&gt;&gt;I'm doing it), and its vapor/solid-to-gas temperature. Everything
&gt;&gt;else is solid. (Yeah, I know that water both freezes and melts at
&gt;&gt;the same temperature, but we're going to say it freezes at one, and
&gt;&gt;melts at one higher.)
&gt;
&gt;Depends on pressure too :)
&gt;
&gt;What about other properties of the solid?  If you strike gunpower it will
&gt;explode.  Yet the elements apart do not explode.  So you need to handle
&gt;reactivity of mixing as well...
&gt;
&gt;Wombling down the path to success,
&gt;David.


I'm not sure how I'll handle this. Compounds I haven't fully explored
yet. I may just make a "gunpowder" component, and handle its component
attributes in the "mix" or "make" command (ie: make gunpowder)... yet
I don't like the sound of that, so I think I'll end up changing the
component_table/component_struct thing to be something like this:

{
"name1","name2","name3", ... ... ... and so on ...,
madeof[MAX_SUB_PIECES]   &lt;-- a list of its components
}

Shrug. Anyway, I'll run this around in my head today and see what
I can pull off.



</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="00812" HREF="msg00812.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>
<ul compact><li><em>From:</em> Hal Black &lt;hal#moos,ml.org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00808.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00810.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00816.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00812.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00809"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00809"><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="00805" HREF="msg00805.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 10 Nov 1998, 07:12 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00806" HREF="msg00806.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
JavaAl <a href="mailto:JavaAl#aol,com">JavaAl#aol,com</a>, Tue 10 Nov 1998, 07:16 GMT
</LI>
<LI><strong><A NAME="00807" HREF="msg00807.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
quzah [sotfhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Tue 10 Nov 1998, 13:02 GMT
<UL>
<LI><strong><A NAME="00816" HREF="msg00816.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Wed 11 Nov 1998, 02:14 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00809" HREF="msg00809.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
quzah [sotfhome] <a href="mailto:quzah#softhome,net">quzah#softhome,net</a>, Tue 10 Nov 1998, 22:34 GMT
<UL>
<LI><strong><A NAME="00812" HREF="msg00812.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
Hal Black <a href="mailto:hal#moos,ml.org">hal#moos,ml.org</a>, Wed 11 Nov 1998, 00:00 GMT
<UL>
<LI><strong><A NAME="00817" HREF="msg00817.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
Ling <a href="mailto:K.L.Lo-94#student,lboro.ac.uk">K.L.Lo-94#student,lboro.ac.uk</a>, Wed 11 Nov 1998, 13:27 GMT
<UL>
<LI><strong><A NAME="00821" HREF="msg00821.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Thu 12 Nov 1998, 02:32 GMT
<UL>
<LI><strong><A NAME="00822" HREF="msg00822.html">[MUD-Dev] Re: Spell components, chemistry, and the like...</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 12 Nov 1998, 04:52 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</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>