2007-05-08 15:20:59 +00:00
|
|
|
#29000
|
|
|
|
|
crown gold~
|
|
|
|
|
a crown of gold~
|
|
|
|
|
A crown of gold lies forgotten here.~
|
|
|
|
|
~
|
|
|
|
|
8 g 0 0 0 ae 0 0 0 0 0 0 0
|
|
|
|
|
0 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
10 600 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
crown gold~
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
This golden crown looks to be worth its weight in gold...
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
#29001
|
|
|
|
|
claymore~
|
|
|
|
|
a claymore~
|
|
|
|
|
An almost new claymore lies here on the ground.~
|
|
|
|
|
~
|
2012-06-15 03:17:06 +00:00
|
|
|
5 0 0 0 0 an 0 0 0 0 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
0 2 6 11
|
2012-06-15 03:17:06 +00:00
|
|
|
2 110 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
claymore~
|
|
|
|
|
This claymore has a similar shape to a dagger except that the hilt is
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
perpendicular to the blade not parallel.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
18 1
|
|
|
|
|
#29002
|
|
|
|
|
robes lizardman~
|
|
|
|
|
a set of lizardman robes~
|
|
|
|
|
A pile of clothing has been left here. It looks like robes.~
|
|
|
|
|
~
|
|
|
|
|
9 ag 0 0 0 ak 0 0 0 0 0 0 0
|
|
|
|
|
5 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
5 300 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
robes lizardman~
|
|
|
|
|
These robes have intricate designs on them with a flavour towards the
|
Standardize on American spellings.
Full internationalization would be much cooler, but that's never going
to happen. Given that, this will at least prevent folks from constantly
having to look and switch between typing "armor" and "armour", depending
on which zone each item originated in, etc.
I could flip these either way, but a survey of the current state shows
that about 80% of the mixed cases use the American spellings, while 20%
use the British. And, most words *only* exist in this data in their
American forms. So, it seems the majority prefer these spellings.
In case anyone likes trivia:
* The most common mixed words in here were "armour" and "colour", each of
which occured about half as often as "armor" and "color", respectively.
* The most British word in here was "theatre" (including other forms),
which occured about twice as often as "theater".
This stanardizes all of these (and other forms of these same words):
* armour -> armor
* colour -> color
* favour -> favor
* honour -> honor
* civilise -> civilize
* centre -> center
* theatre -> theater
* defence -> defense
* offence -> offense
* realise -> realize
2019-11-24 11:52:22 -05:00
|
|
|
religion of the lizardmen. They are a deep blue color.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
12 10
|
|
|
|
|
A
|
|
|
|
|
1 2
|
|
|
|
|
#29003
|
|
|
|
|
key useless~
|
|
|
|
|
a useless key~
|
|
|
|
|
A completely useless key lies here.~
|
|
|
|
|
~
|
|
|
|
|
18 0 0 0 0 ab 0 0 0 0 0 0 0
|
|
|
|
|
29003 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
1 1 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
key useless~
|
|
|
|
|
This key is completely useless since it cannot be picked up and to get to it,
|
|
|
|
|
the door it unlocks must be unlocked... Hmmmmm, I'm sure that there is some
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
obscure reason for it though...
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
2012-06-15 03:17:06 +00:00
|
|
|
E
|
|
|
|
|
reason~
|
|
|
|
|
There is absolutely no reason for this key except to be an ignorant item that
|
|
|
|
|
no one can get. The bonuses are in case some Id's it and should be ignored
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
since the item cannot be used anyways.
|
2012-06-15 03:17:06 +00:00
|
|
|
~
|
2007-05-08 15:20:59 +00:00
|
|
|
A
|
|
|
|
|
1 3
|
|
|
|
|
#29004
|
|
|
|
|
altar~
|
|
|
|
|
a large altar~
|
|
|
|
|
An astronomically huge altar stands in the middle of the room.~
|
|
|
|
|
~
|
|
|
|
|
9 a 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
|
0 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
0 0 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
2012-06-15 03:17:06 +00:00
|
|
|
altar~
|
|
|
|
|
This altar is really BIG. It has neat little incomprehensible writing all
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
over it.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
E
|
|
|
|
|
twit~
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
It can be worn on your head, you twit!
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
E
|
2012-06-15 03:17:06 +00:00
|
|
|
writing~
|
|
|
|
|
Not to insult your intelligence or anything, but it happens to be completely
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
and utterly incomprehensible.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
14 -30
|
|
|
|
|
A
|
|
|
|
|
13 30
|
|
|
|
|
#29005
|
|
|
|
|
key green~
|
|
|
|
|
a green key for the exit~
|
|
|
|
|
A large green key lies here.~
|
|
|
|
|
~
|
|
|
|
|
18 abg 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
29005 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
1 1 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
key green~
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
This key is to be used for the exit. Nothing else.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
#29006
|
|
|
|
|
scroll magic~
|
|
|
|
|
a magic scroll~
|
|
|
|
|
A magical scroll sits here.~
|
|
|
|
|
~
|
|
|
|
|
2 f 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
17 1 3 35
|
2012-06-15 03:17:06 +00:00
|
|
|
5 200 0 0 0
|
|
|
|
|
E
|
|
|
|
|
magic scroll~
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
This magical scroll has the word 'EEFRTFG' on it.
|
2012-06-15 03:17:06 +00:00
|
|
|
~
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
eefrtfg~
|
|
|
|
|
Actually, I was sort of hoping you knew what it meant... Since I haven't the
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
foggiest.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
14 10
|
|
|
|
|
#29007
|
|
|
|
|
shield~
|
|
|
|
|
a shield~
|
|
|
|
|
A shield is laying here on the ground.~
|
|
|
|
|
~
|
|
|
|
|
9 a 0 0 0 aj 0 0 0 0 0 0 0
|
|
|
|
|
8 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
13 513 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
shield~
|
|
|
|
|
This is a very plain shield as if the creator had gotten extremely annoyed by
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
the time he, she or it got to this point.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
9 -3
|
|
|
|
|
#29008
|
|
|
|
|
lucky~
|
|
|
|
|
a LUCKY~
|
|
|
|
|
A LUCKY is lying here on the ground.~
|
|
|
|
|
~
|
|
|
|
|
18 0 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
29008 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
1 1 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
lucky~
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
Boy are you lucky you found this... IT opens the door in the tunnels.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
#29009
|
|
|
|
|
milk barrel milk~
|
|
|
|
|
a barrel~
|
|
|
|
|
A milk barrel has been left here.~
|
|
|
|
|
~
|
|
|
|
|
17 0 0 0 0 a 0 0 0 0 0 0 0
|
|
|
|
|
50 50 10 0
|
2012-06-15 03:17:06 +00:00
|
|
|
50 60 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
milk barrel~
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
This barrel is a standard Sesame Street milk barrel, normally found in Mr.
|
|
|
|
|
Hooper's Store.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
#29010
|
|
|
|
|
milk cup milk~
|
|
|
|
|
a cup~
|
|
|
|
|
A cup of milk, don't spill it.~
|
|
|
|
|
~
|
|
|
|
|
17 0 0 0 0 a 0 0 0 0 0 0 0
|
|
|
|
|
5 5 10 0
|
2012-06-15 03:17:06 +00:00
|
|
|
10 10 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
#29011
|
|
|
|
|
milk glass milk~
|
|
|
|
|
a glass~
|
|
|
|
|
A milk glass is sitting here waiting for an eager drinker.~
|
|
|
|
|
~
|
|
|
|
|
17 0 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
5 5 10 0
|
2012-06-15 03:17:06 +00:00
|
|
|
6 10 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
milk glass~
|
|
|
|
|
This is an ordinary glass with the Sesame Street emblem engraved on the side.
|
|
|
|
|
|
|
|
|
|
~
|
|
|
|
|
#29012
|
|
|
|
|
cookie choclate chip small~
|
|
|
|
|
a small chocolate chip cookie~
|
|
|
|
|
A small chocolate chip cookie has been left here.~
|
|
|
|
|
~
|
|
|
|
|
19 0 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
6 0 0 0
|
2012-06-15 03:17:06 +00:00
|
|
|
1 7 0 0 0
|
2007-05-08 15:20:59 +00:00
|
|
|
E
|
|
|
|
|
cookie chocolate chip small~
|
|
|
|
|
This is essentially just a small version of the VERY BIG CHOCOLATE CHIP
|
TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.
It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.
This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.
This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 09:53:47 -08:00
|
|
|
COOKIE found elsewhere.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
$~
|