1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: skill system -->
<!--X-From-R13: X Q Znjerapr <pynjNhaqre.rate.ftv.pbz> -->
<!--X-Date: Tue, 9 Jun 1998 19:07:33 &#45;0700 -->
<!--X-Message-Id: 199806100136.SAA06484#under,engr.sgi.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: E0yhVEQ&#45;00009Z&#45;00#mail,kanga.nu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: skill system</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:claw#under,engr.sgi.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="msg00925.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00927.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00876.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00936.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00926">Author</A>
&nbsp;|&nbsp;<A HREF="#00926">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00926">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: skill system</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: skill system </LI>
<LI><em>From</em>: J C Lawrence &lt;<A HREF="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</A>&gt;</LI>
<LI><em>Date</em>: Tue, 09 Jun 1998 18:36:11 -0700</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 Thu, 4 Jun 1998 01:18:32 -0700 
John Bertoglio&lt;alexb#internetcds,com&gt; wrote:

&gt; From: J C Lawrence &lt;claw#under,engr.sgi.com&gt; 

&gt;&gt; On Thu, 28 May 1998 08:11:12 -0400 Andrew C M
&gt;&gt; McClintock&lt;andrewm#tiger,hsc.edu&gt; wrote:

&gt;&gt; The following really isn't in response to your post directly, just
&gt;&gt; me maundering about the area and noting things I stumble across:

I seem to be doing this a lot lately.

&gt;&gt; My general view of game features is that they must do one of three
&gt;&gt; things:
&gt;&gt; 
&gt;&gt; 1) Provide a game-world goal for players to achieve.
&gt;&gt; 
&gt;&gt; 2) Provide a game-world problem for players to solve.
&gt;&gt; 
&gt;&gt; 3) Solve a game-world problem for players.
&gt;&gt; 
&gt;&gt; This is based on the definition of a game as being comprised of
&gt;&gt; goals, barriers, and freedoms.

&gt; Before I respond to the post, I think it is necessary to narrow the
&gt; definition of skills and examine the other elements at work
&gt; here. Much of what goes into a world building system is designed to
&gt; answer one simple question: "If I try to do this will I be
&gt; sucessful?". 

Agreed.  This was one of the brunts of my text.  It actually is a
curious form of interface transparency, and utterly vital.  Users
must, at some level, be able to predict the likely effects and results
of their actions.

Too much prediction and you have no game (excess freedom, not enough
barriers).  Too little prediction, and you have no game (excessive
barriers, few freedoms).

&gt; Specific skills are just a part of this equation. I
&gt; would suggest that there are several elements which affect a
&gt; character's ability to accomplish goals in a game world. These are
&gt; often found in paper RPG systems.

Most of what you write following this I have no problem with, or much
comment on.  It is (attributes/talents/skills) however one particular
model among a great many possibilities.  For instance my model is
moderately different: skills/probability/attributes, with my concept
of probability fields only partially mapping to your concept of
talents (FWIW I have no concept or model equivalent to talents,
and instead debase the entire area into what you call attributes).
Curiously enough however my probability fields seem reasonably close
to what you seem to be doing with "quirks and flaws", except that I go 
positive and negative.

&gt; Skills: Skills represent a more formal approach to problem
&gt; solving. I do not have a skill in the C programming language. I have
&gt; the attributes required (I think), I have the talent (I can program
&gt; in other languages and learn new things quickly), I even have
&gt; related skills...but I really couldn't (at this moment) compile a 20
&gt; line program with any chance it would run. No skill. Leave me alone
&gt; in a room with a book and a compiler, I will develop some ability
&gt; with C. I am still not a C programmer. If given the task: "Write a
&gt; program for this embedded controller in C.", I will probably fail at
&gt; this point. If the task was "Write a program which will print 'Hello
&gt; World' to the console", I could probably succeed. Of course, I might
&gt; have been able to guess my way to success as well without any study
&gt; given the ease of the task. Given enough study and practical
&gt; application, I could at some point raise my head up high and say I
&gt; am a C programmer. A some point (in game terms), my skill level
&gt; could reach a point where virtually any task was possible. However,
&gt; doing that would cause my growth in other areas to stop and would
&gt; require resources (cases of Diet Coke).  That is why many people
&gt; with a 456 level C programming skill have a .4 skill level in
&gt; general social behavior. Perhaps leveling off at about 87 would have
&gt; been a better idea.

You appear to be assuming a flat (or at least linear) skill model, as
vs a tree or a web.  Have you read Legend's skill tree document?

Think drops of ink: skills bleed over into other skills whicha re in
turn variations of and reflections of other skills.  Little exists in
isolation.

&gt;&gt; Skill webs primarily provide problems for players, especially as
&gt;&gt; contrssted to their prior simplistic model of levels where skills
&gt;&gt; came automatically with level progress.
&gt;&gt; 
&gt;&gt; The primary problem is in gaining the necessary skills, a possible
&gt;&gt; secondary problem is in maintaining the required skill sets for a
&gt;&gt; particular play style.  A presumably unintentional secondary
&gt;&gt; problem is in determining what skills sets are required for a
&gt;&gt; particular problem or play style.

&gt; The creation of player archtypes which can be controlled by new and
&gt; old players will give enough insight into the process. The skill set
&gt; possesed by the npc character is exposed to its controler. Note that
&gt; the specific numbers for success are not exposed. You take a skilled
&gt; fencer into battle.  You discover this guy kick butt with multiple,
&gt; lightly armored opponents.  You examine his STR and DEX, see he has
&gt; a talent in Combat Arts. You notice he has a minor talent in
&gt; Acrobatics and Athletics. You see basic combat skills, light armor
&gt; wearing and a mastery of the foil and eppe...etc. Now, you know from
&gt; running this guy that he is a good fighter. You don't know how well
&gt; he would do trying to brew a vat of beer, since you don't see any
&gt; grounding in specific skills or talents. If you try, you will
&gt; probably fail.

Interesting idea, but one which requires exposing both the fact of,
and the structure of the skill system.  I'm rather well convinced that
that is a Bad Idea for the reasons I dicussed later.

&gt;&gt; This last point seems the nastiest, and comes in two flavours:
&gt;&gt; 
&gt;&gt; 1) Should the fact of, or the structure of the skill web be exposed
&gt;&gt; to players?

&gt; If the nature of the skill web is stored in a mathmatical matrix in
&gt; the server, it will become common knowledge whether directly exposed
&gt; or not.  

True.  However we are all well familiar with the spread of myths and
contorted understandings on MUDs.  Players come up with the most
curious concepts for how things work or accomplished internally
(something that should be encouraged?).

&gt; There are all kinds of cool things you can do to mask it,
&gt; however. Example: Everybody "knows" that the monastary on the
&gt; mountain will take one character at a time to train as a Quack-Foo
&gt; fighter (a partically potent form of martial arts). Everybody
&gt; "knows" the character *must* have a grounding in the basic Foo
&gt; fighting skill (which is rare but still easier to come by). What
&gt; nobody "knows" except the server is that once in a while a person
&gt; fitting the right attribute/talent profile will be invited to
&gt; study. This might be controled by the phases of the moon, the
&gt; calendar of feast days, a lack of a current student or just dumb
&gt; luck.

Precisely.

&gt;&gt; 2) If it is exposed, how do players determine what skills are
&gt;&gt; required?

&gt; Again, the word will get out. Some things are obvious. If the
&gt; command [SEARCH FOR WATER] is understood, players will try it. If
&gt; the skill of Water Witching is learnable, one would assume this
&gt; would make ones chances of finding a suitable well higher.

You are assuming that a player has an ability to train in a stated
skill or skill area.  I'm not.  I map skill improvements directly to
use, observation, and education.  There is no equivalent of a TRAIN
command, or a LEARN SKILL command.  Education is by side-effect, and
is opaque to the users.  If they read a book and see text on their
screen describing, say, water dowsing, I bump up with water dowsing
skills and possibly their water probability fields,  Similarly if they 
go about dowsing, or watch others going about dowsing.  I have no
concept for "tell my character to go learn about XXX".

&gt;&gt; Making the answers to #A vague (large granularity) dones't solve
&gt;&gt; the problem, it mrely makes the answers unreliable and largely
&gt;&gt; useless.

&gt; Make them accurate but only within the players ability to
&gt; perceive. This mean that, in general, by the time a fighter can
&gt; accurately assess his opponents, he won't need to in most
&gt; cases. Opponent identification is an action. It is governed by
&gt; attributes, talents and specific skills. An ace swordman might
&gt; notice a potential opponent had the moves of an expert swordsman (I
&gt; don't know how, ask a swordsman) so would be reported an estimate of
&gt; the sword skill. Most people would have a reasonable estimate of a
&gt; persons strength, but would miss the knuckle scarring of an expert
&gt; brawler...etc.

I statistics reports relatively, but for yourself (ie your character), 
and for the other characters you query.  Loosely, any statistic is
relative to a weighted average of all the other instances of that
statistic you have met in the recent past, with a heavier weight given 
to exceptional values in the more distant past.  The cannonical joke
of which is:

  &gt; stats
  Strength: 150
  &gt; l
  Bubba picks up a huge boulder with one hand and crushes it to 
  sand on his head.
  &gt; stats
  Strength: 25
  &gt; l
  A leaf flutters off the tree above and smashes Boffo to the ground.
  Boffo is stuck under the leaf and can't move.
  &gt; stats
  Strength: 65

Nothing changed except for his perception of strength.

The attempt is to model a form of self-image as weighted against
perception.  Most delightfully stat reports react to illusions as if
they were real.  The leaf above may well have been illusory, or Boffo
may well have been play-acting to purposefully delude your
perceptions. 

&gt;&gt; q) What are my chances of being able to accomplish XXX?

&gt; You guess or ask. As before, by the time the answer the world gives
&gt; you is accurate, you will already know the answer because of
&gt; experience.

BTW:  This was SHADE's approach.  As you gained levels, various
actions succeeded more often.  All actions were possible by all levels 
however (they added newbie exclusions later).  Example:

  All players could SUMMON other players, however the probability of
your SUMMON command succeeding was a function of your level.  A newbie 
character might hit success one time in 30.  A higher level might
succeed at 70% of his summons.

That was the only exposure of the level gains (other than increased HP
and strength).  

&gt;&gt; IV) What are the impacts on my game play and game style for
&gt;&gt; maintaining those skills at those levels (eg spend 90% of time
&gt;&gt; maintaing skill sets for 10% "play" time)?

&gt; Skill mainntence should not be an major issue. Skill improvement
&gt; should be.  Finding ways (and places and teachers and situations )
&gt; to improve skills should be important.

This of course assumes that there are always skills that can be
improved in a character (with presumably minimal loss or effect in
other skills), and that the fact of other available skills, or even
what skills the character does or does not have is exposed.

-- 
J C Lawrence                               Internet: claw#null,net
(Contractor)                               Internet: coder#ibm,net
---------(*)                     Internet: claw#under,engr.sgi.com
...Honourary Member of 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="00936" HREF="msg00936.html">[MUD-Dev] Re: skill system</A></strong>
<ul compact><li><em>From:</em> s001gmu#nova,wright.edu</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00876" HREF="msg00876.html">[MUD-Dev] Re: skill system</A></STRONG>
<UL><LI><EM>From:</EM> "John Bertoglio" &lt;alexb#internetcds,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00925.html">[MUD-Dev] Re: Mud websites</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00927.html">[MUD-Dev] Re:(fwd) Re: Multiple currencies</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00876.html">[MUD-Dev] Re: skill system</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00936.html">[MUD-Dev] Re: skill system</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00926"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00926"><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="00884" HREF="msg00884.html">[MUD-Dev] OT: ICQ hacks and exploits</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Fri 05 Jun 1998, 16:26 GMT
<UL>
<LI><strong><A NAME="00885" HREF="msg00885.html">[MUD-Dev] Re: OT: ICQ hacks and exploits</A></strong>, 
Mike Sellers <a href="mailto:mike#bignetwork,com">mike#bignetwork,com</a>, Fri 05 Jun 1998, 17:22 GMT
<UL>
<LI><strong><A NAME="00891" HREF="msg00891.html">[MUD-Dev] Re: OT: ICQ hacks and exploits</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Sat 06 Jun 1998, 01:18 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
<LI><strong><A NAME="00876" HREF="msg00876.html">[MUD-Dev] Re: skill system</A></strong>, 
John Bertoglio <a href="mailto:alexb#internetcds,com">alexb#internetcds,com</a>, Thu 04 Jun 1998, 08:18 GMT
<UL>
<LI><strong><A NAME="00926" HREF="msg00926.html">[MUD-Dev] Re: skill system</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 10 Jun 1998, 02:07 GMT
<UL>
<LI><strong><A NAME="00936" HREF="msg00936.html">[MUD-Dev] Re: skill system</A></strong>, 
s001gmu <a href="mailto:s001gmu#nova,wright.edu">s001gmu#nova,wright.edu</a>, Wed 10 Jun 1998, 14:29 GMT
<UL>
<LI><strong><A NAME="00941" HREF="msg00941.html">[MUD-Dev] Re: skill system</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Wed 10 Jun 1998, 20:15 GMT
<UL>
<LI><strong><A NAME="00947" HREF="msg00947.html">[MUD-Dev] Re: skill system</A></strong>, 
Katrina McClelan <a href="mailto:kitkat#the486,bradley.edu">kitkat#the486,bradley.edu</a>, Wed 10 Jun 1998, 22:55 GMT
<UL>
<LI><strong><A NAME="00951" HREF="msg00951.html">[MUD-Dev] Re: skill system</A></strong>, 
Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Wed 10 Jun 1998, 23:43 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>