[MUD-Dev] Re: Introductions and descriptions

Vadim Tkachenko vadimt at 4cs.com
Tue Dec 2 14:41:24 CET 1997


This is a multi-part message in MIME format.
--------------2535A10FC211E8AF7AB59B01
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Derrick Jones wrote:
> 

[skipped]

> But the random seed is also dependant on the character.  So one particular
> mushroom may require an 87 for Bubba, while Boffo only needs a 35...On the
> other hand, the seeding may work out to be on another mushroom, Boffo
> needs the 87 and Bubba the 35.  So Bubba may learn mushroom B easily, but
> not mushroom A, and Boffo can pick up on A, but not B.
> Two solutions readily come to mind.  First you could granulate skills, so
> that going from 13 to 87 in 'survival.shrooms.mushroom_A' can be done
> quite easily, but only raising the more general skills slightly.
> Secondly, remove much of the affect of the individual character on the
> outcome:  Perhaps taking two seeded randoms (one with character one
> without) and coming up with a weighted average to find out what skill
> level is required.  You would of course still have the differences due
> to character stats(perception, intelligence, etc). That way the difficulty
> in identifying a particular mushroom won't be 'as random' from plater to
> player.

I may miss a point (just started to read this list and don't know is
there an archive), but I believe I see what's going, so -

- First, a question - I see a mention about
skill.subskill.specialized_skill notation which resembles me an idea
which fell on me a couple of years ago, did I just invent the bicycle
again or was it somebody was really reading my stuff? The name is
Gradient MUD project, the most current information is at
http://206.139.13.23/~vt/gradient, and the section about granulated
skills (properties in my terms) is Concept/Basics

- Then, if even I really did invent the bicycle, I'd like to hear your
opinion about those ideas - I'm just tired to put them in a message for
100th time - please, look at the project pages.

[inserted from above]

> > I'll see if I can find the old posts.  I really like discussion of
> > pseudo-random skill checks.  But how could a character "learn" something,
> > like how to identify a very specific species of mushroom?

'you learn as you do'. Every time you try to do something, your
experience in doing that increases, as does your skill. And, it may
increase even if you fail, not to the same extent, though.

> If it requires an 87 on a scale of 100, this should mean it is a very
> difficult mushroom to identify.  Thus only a highly trained survivalist
> would be able to tell that particular mushroom apart from the three other
> species of nearly identical-looking, but completely harmless, 'shrooms.

Why limit? Let's say that it just has the value 87, and you may
calculate some factors to find out if you can
identify/recognize/notice/whatever that exact object. If you're talking
about ranges (x out of y), you set yourself for limitations.

--
Still alive and smile stays on,
Vadim Tkachenko <VadimT at 4CS.Com>
--
UNIX _is_ user friendly, he's just very picky about who his friends are
--------------2535A10FC211E8AF7AB59B01
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Vadim Tkachenko
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Vadim Tkachenko
n:              Tkachenko;Vadim
org:            4C Solutions, Inc.
email;internet: vadimt at 4cs.com
title:          Web Developer
x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard


--------------2535A10FC211E8AF7AB59B01--




More information about the mud-dev-archive mailing list