<!-- MHonArc v2.4.4 --> <!--X-Subject: Re: [MUD-Dev] Character evolution --> <!--X-From-R13: Oqnz Ivttvaf <avtugsnyyNhfre2.vasvpnq.pbz> --> <!--X-Date: Mon, 18 Aug 1997 01:02:04 +0000 --> <!--X-Message-Id: 199708180110.SAA25431#user2,inficad.com --> <!--X-Content-Type: text/plain --> <!--X-Reference: 33F6A84F.55E8#dial,pipex.com --> <!--X-Head-End--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>MUD-Dev message, Re: [MUD-Dev] Character evolution</title> <!-- meta name="robots" content="noindex,nofollow" --> <link rev="made" href="mailto:nightfall#user2,inficad.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> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] <br clear=all><hr> <!--X-Body-Begin--> <!--X-User-Header--> <!--X-User-Header-End--> <!--X-TopPNI--> Date: [ <a href="msg00648.html">Previous</a> | <a href="msg00650.html">Next</a> ] Thread: [ <a href="msg00646.html">Previous</a> | <a href="msg00655.html">Next</a> ] Index: [ <A HREF="author.html#00649">Author</A> | <A HREF="#00649">Date</A> | <A HREF="thread.html#00649">Thread</A> ] <!--X-TopPNI-End--> <!--X-MsgBody--> <!--X-Subject-Header-Begin--> <H1>Re: [MUD-Dev] Character evolution</H1> <HR> <!--X-Subject-Header-End--> <!--X-Head-of-Message--> <UL> <LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI> <LI><em>Subject</em>: Re: [MUD-Dev] Character evolution</LI> <LI><em>From</em>: Adam Wiggins <<A HREF="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</A>></LI> <LI><em>Date</em>: Sun, 17 Aug 1997 18:10:31 -0700 (MST)</LI> <LI><em>Reply-To</em>: <A HREF="mailto:nightfall#inficad,com">nightfall#inficad,com</A></LI> </UL> <!--X-Head-of-Message-End--> <!--X-Head-Body-Sep-Begin--> <HR> <!--X-Head-Body-Sep-End--> <!--X-Body-of-Message--> <PRE> > Okay we've talked about the world evolving, but what about players? > I have often thought about coding it so that players hair/nails slowly > grow, causing them social/combat problems unless they do something > about it. Players would therefore have to trim their nails every so > often, and get their hair cut (unless they wanted it long, in which > case they would need to tie it back). Shaving would be another option. We have hair growth and cleanliness factors. No nails, as I couldn't think of anything interesting about those. It's all very race dependant - we even have one race of completely hairless humanoids. Many races don't have facial hair (hobbits and elves). The way we work it to keep it from being annoying to players is that you get an automatic bath/shave whenever you stay at an inn, unless you've specifically set an option for your character's appearance like 'grow a goatee'. Result is that people who always sleep out in the wilderness start to look grubby and unkempt, while those who sleep in inns every night tend to look a bit more presentable. Naturally this would be pretty boring if it weren't for the actual *effects* these things have. Here's a few: - Different people react to your appearance different ways. Surface elves will hardly even talk to you if you stink; cave goblins can't stand anyone without a 'natural aroma'. - Lack of cleaniless increases likelyhood of carry (communicable) diseases. Smart players don't hang around with grubby folks a lot for fear of getting some strange disease passed onto their characters. Goblins are, of course, immune to most all disease. - Recognition (that is, 'Bob' vs 'a bearded man') is based on how the person last saw you. So if you know the infamous criminal Boffo as having long hair and a full beard, he could shave and cut his hair to reduce chances of being recognized. By the same token, he could get his hands on a fake beard or a wig, or walk with a limp, or get a good disguise-artist to draw a nasty scar on his face. > In addition, what about eating and drinking? I think I have heard > before the suggestion about players who eat pies all day should get > fat...but has anyone actually coded anything like this? You could > in theory even code some sort of 'energy' system for players, so that > players who don't eat enough - or just eat junk food - would get > exhausted faster. Chocolate would be great for a quick energy boost, > but if you did it all the time your teeth would rot and you would > start getting very fat. Thus different food types could have different > advantages and disadvantages. Note also that chocolate is mildly > addictive. We have something like this, as well as 'tastes' - ogres think raw human flesh is tasty, dwarves do not. Our goal was to make food a factor without making it annoying; you really only need to eat about once per mud-day, which is about 3 hours long at the moment. So while starving to death is a danger, you don't need to stuff your face every ten minutes. In fact, this would be quite counter-productive. > Age is another factor that could be taken into consideration. As your > character got older, your hair would go grey - maybe fall out - and > your skin would wrinkle. You would start losing attributes and maybe > pick up some mental conditions. Eventually you would die of old age. Again we have this as well, although our time scale is so large that it would take something like 6 RL years for a character to age to death. The only exception would be if the player choose to be very old at the outset, or is playing a short-lived race. One think we considered but discarded was making the time scale incredibly short - characters would live and die within a two week (RL) period. This makes time a very real factor in a character's life - they can't ever learn everything because they simply don't have enough *time*. We decided that this wouldn't fit into our set-up too well, but it is something I think could work on some mud somewhere. > This is one of the reasons I am thinking of using my mudsex/pregnancy/ > birth code for - so that players can 'prepare' their child (thus passing > on their skills and knowledge) for when they themselves die. This would > effectively allow you to 'live forever' in theory, even though you > would be living through several different people. It would, however, > require some planning by the player. We are still pondering players being able to create family names (which they could potentially share with other players) in order to give continuity and make death a little less aggrevating. There was a pretty good thread about this stuff about six weeks ago. > There are other things that could be added also, although I wouldn't > go so far as to code toiletries....as amusing as it would be to watch > players 'nip off behind the bushes' before a fight, or wet themselves > in combat if they didn't (and had recently drank a lot). Hum...I can't see any real advantage to this, to be honest. I don't really like things unless there's a pretty clear set of effects that are worthwhile. </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="00655" HREF="msg00655.html">Re: [MUD-Dev] Character evolution</A></strong> <ul compact><li><em>From:</em> Marian Griffith <gryphon#iaehv,nl></li></ul> </UL></LI></UL> <!--X-Follow-Ups-End--> <!--X-References--> <UL><LI><STRONG>References</STRONG>: <UL> <LI><STRONG><A NAME="00626" HREF="msg00626.html">Character evolution</A></STRONG> <UL><LI><EM>From:</EM> Richard Woolcock <KaVir#dial,pipex.com></LI></UL></LI> </UL></LI></UL> <!--X-References-End--> <!--X-BotPNI--> <UL> <LI>Prev by Date: <STRONG><A HREF="msg00648.html">Re: [MUD-Dev] Fuzion - Game System</A></STRONG> </LI> <LI>Next by Date: <STRONG><A HREF="msg00650.html">Re: [MUD-Dev] Fuzion - Game System</A></STRONG> </LI> <LI>Prev by thread: <STRONG><A HREF="msg00646.html">Re: [MUD-Dev] Character evolution</A></STRONG> </LI> <LI>Next by thread: <STRONG><A HREF="msg00655.html">Re: [MUD-Dev] Character evolution</A></STRONG> </LI> <LI>Index(es): <UL> <LI><A HREF="index.html#00649"><STRONG>Date</STRONG></A></LI> <LI><A HREF="thread.html#00649"><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>Re: [MUD-Dev] Character evolution</STRONG>, <EM>(continued)</EM> <ul compact> <ul compact> <LI><strong><A NAME="00637" HREF="msg00637.html">Re: [MUD-Dev] Character evolution</A></strong>, Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sun 17 Aug 1997, 15:09 GMT <UL> <LI><strong><A NAME="00638" HREF="msg00638.html">Re: [MUD-Dev] Character evolution</A></strong>, Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Sun 17 Aug 1997, 15:42 GMT </LI> <LI><strong><A NAME="00642" HREF="msg00642.html">Re: [MUD-Dev] Character evolution</A></strong>, Richard Woolcock <a href="mailto:KaVir#dial,pipex.com">KaVir#dial,pipex.com</a>, Sun 17 Aug 1997, 17:47 GMT <UL> <LI><strong><A NAME="00646" HREF="msg00646.html">Re: [MUD-Dev] Character evolution</A></strong>, Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Sun 17 Aug 1997, 19:43 GMT </LI> </UL> </LI> </UL> </LI> </ul> <LI><strong><A NAME="00649" HREF="msg00649.html">Re: [MUD-Dev] Character evolution</A></strong>, Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Mon 18 Aug 1997, 01:02 GMT <UL> <LI><strong><A NAME="00655" HREF="msg00655.html">Re: [MUD-Dev] Character evolution</A></strong>, Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Mon 18 Aug 1997, 17:00 GMT <UL> <LI><strong><A NAME="00666" HREF="msg00666.html">Re: [MUD-Dev] Character evolution</A></strong>, Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Tue 19 Aug 1997, 02:59 GMT </LI> <LI><strong><A NAME="00670" HREF="msg00670.html">Re: [MUD-Dev] Character evolution</A></strong>, Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Tue 19 Aug 1997, 06:26 GMT </LI> </UL> </LI> </UL> </LI> <LI><strong><A NAME="00662" HREF="msg00662.html">Re: [MUD-Dev] Character evolution</A></strong>, clawrenc <a href="mailto:clawrenc#cup,hp.com">clawrenc#cup,hp.com</a>, Tue 19 Aug 1997, 01:17 GMT </LI> </ul> </LI> </UL></BLOCKQUOTE> </ul> <hr> <center> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] </center> <hr> </body> </html>