1999Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Info about different skill systems -->
<!--X-From-R13: @nguna T Kbfcr <lbfcrNunjnvv.rqh> -->
<!--X-Date: Mon, 4 Jan 1999 12:38:39 &#45;0800 -->
<!--X-Message-Id: Pine.GSO.3.96.990104103655.1577A&#45;100000@uhunix2 -->
<!--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: Info about different skill systems</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:yospe#hawaii,edu">
</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="msg00039.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00041.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00233.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00023.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00040">Author</A>
&nbsp;|&nbsp;<A HREF="#00040">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00040">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Info about different skill systems</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: Mud Design Mailing List &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Info about different skill systems    </LI>
<LI><em>From</em>: Nathan F Yospe &lt;<A HREF="mailto:yospe#hawaii,edu">yospe#hawaii,edu</A>&gt;</LI>
<LI><em>Date</em>: Mon, 4 Jan 1999 10:38:17 -1000</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 Sun, 3 Jan 1999, Emil Eifrem wrote:

:At 09:25 AM 1/3/99 , Nathan F Yospe wrote:
:&gt;As the guy who coined "Skill Web" I ought to answer this one. There will
:&gt;be more info if you cross ref my name on your search, but, for now... it
:&gt;would be unfair to just dangle that in front of you and not add anything
:&gt;new. So... another informational post. 

:Thanks. :) 

:I wanted to cross reference 'skill web' with your name and 'skill tree'
:with Raph Koster (or with JCL since I think the original message about
:skill trees was posted by JCL before Mr Koster joined the list) but the
:lack of boolean operators (that I could find at least) in the search engine
:stopped me. Doing it by hand feels kinda, eh, wasteful of time.

Really? ISTR booleans... did JCL yank that?

:&gt;The primary approach is as follows: I define a set of attributes, with a

&lt;snip&gt;

:Wow. Lots of good information, lots of for me new terminology and lots of
:lack-of-line-breaks. Ok, let's see what I can make of this.

*grin* You should see my usenet posts. I've been known to go for over 60
lines without pausing for breath or a carriage return anywhere but after
the 75th column. It's a terrible addiction...

:&gt;The primary approach is as follows: I define a set of attributes, [snip]
:&gt;attributes link to other attributes, and are documented quite
:&gt;extensively. They should almost never be added. 

:What kind of attributes do you have? It seems to me like you have largely
:avoided broad attributes such as 'Constitution' and 'Dexterity,' and I get
:the image that you have quite a lot of fairly detailed attributes for your
:characters.

Yes. I do have the braod attributes... they are used to compensate where
the model is inadequate, by linking attributes with no obvious definable
connections, but notable practical ones. Examples of this are attention,
which supersets (with feedback) all perceptions, focus, tolerance, basic 
patience, and skills like crafting... not because it fit the prime model 
at the begining, but because it corrected for inconsistancies in several
characters. Carelessness in one thing becomes contagious to others. :) 
But, I do have over 500 attributes defined in my prototype so far... and
that's probably going to get a lot bigger. Plus the attributes that each
skill specifies, which adds at least another 500. Each individual has to 
run on a table of attributes that does a markoff for each skill changed,
to stop any endless loop improvements or decrements to looped attributes
and skills. With the security risk, this computation *has* to be done by
the server. The result? This is my biggest bottleneck, and I need either
to speed it up or compress its memory footprint. The best so far is this
threshhold cascade scheme that keeps updates from propogating until they
hit the arbitrary significance threshhold, at which point they propagate 
for one link. Like that sloped quarters game in casinos and arcades, the
first spillover tends to set off a cascade, hence my name for it.

:You speak further down about monodirectional weighted links between
:attributes. Could you or someone else elaborate a little more on weighted
:links? Please excuse my ignorance, but I'm afraid I'm not familiar with the
:concept of weighted relationships. I know it's basic and I've seen it
:mentioned quite a few times, but it's nonetheless a blank field in my
:computer vocabulary. :(

A weighted link modifies the other end by a percentage of a modification
made to the feeding end. A bidirectional weighted link means object A is 
proportional to B so B proportional to A. A monodirectional link means A
proportional to B but B not necessarily proportional to A.

:&gt;The character object the
:&gt;characters all inherit from has attributes associated with it, as do the
:&gt;components of its body. 

:Cool. So loosing an arm or a leg will make attributes that depend on that
:bodypart suffer. We have that too, but it's almost hard-coded and not as
:elegant a design.

Somehow, these sort of things seem to just fall out of abstracting basic
properties. A lot of it followed an effort to just "Think Different", as
a certain high-publicity gramatical error says.

:&gt;Skills are defined by requirements (environmental, basic,
:&gt;hosted) and multiple skills may cover a single task (IE, flight is quite
:&gt;different for a Trae'laec or a *Hzzt* Swarm), with requirements adding a
:&gt;filter on the basic list. 

:This confuses me. So the requirements are only a help for the parser -- in
:this case used as a filter to help the parser decide which skill to use?
:Where would simple combat skills such as 'parry' or 'dodge' fit? 'Hunt'?
:What would their requirements be?

Parry would have requirements... efforts to parry without them would get
treated as a typo by the client, unless there were no other obvious ways
to interpret it. Parry, however, is an action. Failing to find *any* way
to parry with current resources would cause a search for other ways that
a character might perform the action... failing that, an attempt to do a
thing you cannot will be performed... This is done both by client and by
server.

:And *who* is coming up with these names? A random-character output program?
:Still, it's no worse than the name of Jon Leonard's mud. :)

They are names for alien races in the world that I created for my first,
Rom based, mud, and will recreate for this new server.

:&gt;All skills attemptable by a species are listed
:&gt;for an individual of that species, and attempts to execute a command for
:&gt;which no listed skill exists will begin checking the primary skills list
:&gt;for the gameworld. This might be changed in the future. I can't see much
:&gt;point in allowing a human to attempt to, say, Fazz in a Humanx universe.

:Ok, so if it doesn't find a neat match in the requirement filtered list of
:skills, it looks in the primary list for the game world. Is your server
:generic, so it can be customizable for different types of worlds. Otherwise
:I don't quite understand the purpose of the gameworld-dependant skills list.

Yeah, it's reasonably generic, though far less than most here.

:I'm not even gonna comment on Fazz and Humanx. ;)

Alan Dean Foster's Flinx and Commonwealth novels. Human and Thranx, with
the fazz sense being a motion detection capacity of Thranx.

:&gt;Likewise, a single skill may cover multiple tasks. As a skill can have a
:&gt;series of derivatives with similar requirements (inheritance model) with
:&gt;other, nonderived skills using the same attributes, skills may be honed,
:&gt;or at least improved, by related activities. 

:Ok, so there's basically no way to grow better at skills. Using a skill
:will only improve one attribute (or more), which in turn will grant you a
:higher value in skills affected by that attribute. Interesting.

Which does make you better at that skill, ultimately.

:&gt;Skills link to verbs, or to exitential verbs.

:What's an exitential verb?

Sitting... essentially, it is something continuously monitored, like the
current set of sensory perception checks running, etc.

:Thanks for the info so far, your system is definitely very different from
:most I've seen. I wish I could compare it with a neural net design and see
:the similarities, but my knowledge and confidence in AI programming in
:general and neural nets in particular is unfortunately shaky at best.

I've removed most of the neural nets from the server. The clientside bit
still uses two big ones...
-- 

Nathan F. Yospe - Born in the year of the tiger, riding it forever after
University of Hawaii at Manoa, Dept of Physics, second year senior (joy)
(On Call) Associate Algorithm Developer, Textron Systems Corp, Maui Ops.
yospe#hawaii.edu <A  HREF="http://www2.hawaii.edu/~yospe">http://www2.hawaii.edu/~yospe</A> Non commercial email only





</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00039.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00041.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00233.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00023.html">[MUD-Dev] New features for ScryMUD (Player-run Shops)</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00040"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00040"><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: Levels versus Skills, who uses them and when.</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00217" HREF="msg00217.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Mon 18 Jan 1999, 19:58 GMT
</LI>
<LI><strong><A NAME="00232" HREF="msg00232.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 20 Jan 1999, 21:05 GMT
<UL>
<LI><strong><A NAME="00240" HREF="msg00240.html">[MUD-Dev] Re: META: List peerage and behaviour</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 21 Jan 1999, 03:49 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00233" HREF="msg00233.html">[MUD-Dev] Re: Levels versus Skills, who uses them and when.</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 20 Jan 1999, 21:07 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00040" HREF="msg00040.html">[MUD-Dev] Re: Info about different skill systems</A></strong>, 
Nathan F Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Mon 04 Jan 1999, 20:38 GMT
<LI><strong><A NAME="00023" HREF="msg00023.html">[MUD-Dev] New features for ScryMUD (Player-run Shops)</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sun 03 Jan 1999, 07:25 GMT
<LI><strong><A NAME="00007" HREF="msg00007.html">[MUD-Dev] ADMIN: Resends and possible duplicates</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sat 02 Jan 1999, 05:38 GMT
<LI><strong><A NAME="00003" HREF="msg00003.html">[MUD-Dev] Info about different skill systems</A></strong>, 
Emil Eifrem <a href="mailto:emil#prophecy,lu">emil#prophecy,lu</a>, Sat 02 Jan 1999, 02:21 GMT
<UL>
<LI><strong><A NAME="00083" HREF="msg00083.html">[MUD-Dev] Intelligent WebGlimpse archive searching at Kanga.Nu (was Re: [MUD-Dev] Info about different skill systems)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 07 Jan 1999, 11:29 GMT
</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>