1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: let's call it a spellcraft -->
<!--X-From-R13: Fenivf Qnfrl <rsvaqryNcbynevf.arg> -->
<!--X-Date: Sat, 26 Sep 1998 12:22:02 &#45;0700 -->
<!--X-Message-Id: 17637.980926#io,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199809260447.AAA29072#crystal,palace.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: let's call it a spellcraft</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#polaris,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="msg01272.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01274.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg01255.html">Previous</a>
&nbsp;|&nbsp;<a href="msg01296.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#01273">Author</A>
&nbsp;|&nbsp;<A HREF="#01273">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#01273">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: let's call it a spellcraft</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: let's call it a spellcraft</LI>
<LI><em>From</em>: Travis Casey &lt;<A HREF="mailto:efindel#polaris,net">efindel#polaris,net</A>&gt;</LI>
<LI><em>Date</em>: Sat, 26 Sep 1998 15:18:40 -0400</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>
On 26 September 1998, Matthew R. Sheahan wrote:

&gt; pretty much everything i see around that's intended to be an "advanced
&gt; magic system" amounts to a spell programming language with magicians as
&gt; mana hackers.  it occurs to me that this is really laying the bones of
&gt; the system pretty bare to the players, and is dissonant with many fantasy
&gt; themes (ones where magicians are, knowledge-wise, children with candles
&gt; in a very big, very dark room -- as opposed to technically super-competent
&gt; magickal engineers a la Zelazny's Lords of Chaos).

Well, I'd say that the SDL version of magic is just the one that's
getting discussed the most on the list... probably because many of us
are programmers and, therefore, see how such a system might work and
some of the potentials in it quite well.

One of my posts discussed a couple of other methods, but no one has
replied to it... it's the one that talks about the system in TORG's
Aysle.

&gt; where the injury really comes in here, though, is that is turns magickal
&gt; R&amp;D into all D, no R.  there's no room for creating an effect that no one
&gt; even knew was possible before.  and how cool is _that_?

I'm not sure that that's true... have you ever seen a program do
something that you didn't think was possible in the language being
used?  I have, so I can see the possibility with an SDL as well.

There are other ways it could be done with an SDL as well... nothing
says that the SDL has to be fully documented to the players, for
example... there might be "hidden commands" that mages today don't
know about, and rumors of ancient spells that did "impossible" things.
Characters could then try to research ways to do those (via trial and
error) or try to find some of those ancient spells and reverse
engineer them.

Remember, since we're simulating a world, the SDL isn't something that
was invented, it's just something that *is*.  To some extent, it's
like someone finding a compiler for a computer language they don't
know, with a guide to creating a "hello, world"-type program and some
sample programs... you don't really know what it's capable of doing
until you try.

&gt; so what i'm kinda thinking of is something where maybe you have a set of
&gt; tokens that can be permuted in a very large number of ways.  say, a set
&gt; of symbols that can be given different colors, sizes, spatial relationships,
&gt; accompanying incantations/gestures/items, what-have-you.  easy to make the
&gt; final result set here very large.  if want, you can keep everyone from
&gt; using every effect by restricting access to a given symbol, color, etc.
&gt; then you distribute some basic spells in the form of instructions, but
&gt; let people play with the system all they want.  (that's research.)

This is the same sort of system that was recently being discussed in
rec.games.design ... I don't remember the subject of the thread now,
but I do remember that people were talking about using runes as the
symbols, so you could do a search on DejaNews with that.

Also, look for the "waving hands" spellcasting game... it's a game
where you build spells by using a series of hand positions, revealing
them at a rate of one per turn... but the players can see each others
hand positions, and some of the spells are counterspells.  Thus, you
can start building one spell, see that your opponent is doing spell Y,
then decide to switch to spell Z, which happens to start with the last
couple of gestures you were just doing...

&gt; one thing i like here is that it's possible for research to be dangerous
&gt; in a non-contrived way -- just because you might not be sure that that
&gt; symbol set you've put together doesn't mean "extra-heavy fireball, maximum
&gt; range 1 foot".  ;)

You could also combine this approach with a spell programming
approach... the juxtapositions of symbols are the "lines" of spell
code.

When you get down to it, the basics of spell programming are the
basics of any programming:

 - You have a set of commands which can be used.
 - Programming allows you to sequence these commands, saying that
   first one should be done, then the other.
 - Programming languages often (but not always) have constructs that
   allow for looping and branching.

That's it.  Any spell system which has those things can be considered
a spell programming language... it doesn't have to be well-documented,
use commands that are made up of words, or do anything else in the way
that you'd expect a "normal" programming language to.

Remember, as I said before, a spell programming language is something
that's either basic to the design of the universe or was implemented
by some power on the order of a god.  There's no reason why it has to
be orthogonal, context-insensitive, etc... those are just properties of
computer programming languages that people try to put in to make them
easy to use.

A spell programming language might resemble machine code more than a
high-level language... hard to read, very detailed, and with strange
dependencies that you won't notice until you're deep into it.

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'
     '---''(_/--'  `-'\_)




</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="01296" HREF="msg01296.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>
<ul compact><li><em>From:</em> Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="01252" HREF="msg01252.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
<UL><LI><EM>From:</EM> "Matthew R. Sheahan" &lt;chaos#crystal,palace.net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg01272.html">[MUD-Dev] Re: Ugh, IS Diablo a mud?</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg01274.html">[MUD-Dev] Re: Ugh, IS Diablo a mud?</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg01255.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg01296.html">[MUD-Dev] Re: let's call it a spellcraft</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#01273"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#01273"><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: let's call it a spellcraft</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="01251" HREF="msg01251.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Sat 26 Sep 1998, 04:39 GMT
</LI>
<LI><strong><A NAME="01252" HREF="msg01252.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Matthew R. Sheahan <a href="mailto:chaos#crystal,palace.net">chaos#crystal,palace.net</a>, Sat 26 Sep 1998, 04:47 GMT
<UL>
<LI><strong><A NAME="01254" HREF="msg01254.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sat 26 Sep 1998, 05:45 GMT
</LI>
<LI><strong><A NAME="01255" HREF="msg01255.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sat 26 Sep 1998, 05:59 GMT
</LI>
<LI><strong><A NAME="01273" HREF="msg01273.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Travis Casey <a href="mailto:efindel#polaris,net">efindel#polaris,net</a>, Sat 26 Sep 1998, 19:22 GMT
<UL>
<LI><strong><A NAME="01296" HREF="msg01296.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sun 27 Sep 1998, 07:12 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="01253" HREF="msg01253.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sat 26 Sep 1998, 04:58 GMT
<UL>
<LI><strong><A NAME="01268" HREF="msg01268.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Adam J. Thornton <a href="mailto:adam#phoenix,Princeton.EDU">adam#phoenix,Princeton.EDU</a>, Sat 26 Sep 1998, 17:13 GMT
<UL>
<LI><strong><A NAME="01287" HREF="msg01287.html">[MUD-Dev] Re: let's call it a spellcraft</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sat 26 Sep 1998, 23:04 GMT
</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>