2007-05-08 15:20:59 +00:00
|
|
|
#4000
|
|
|
|
|
ring yellow green~
|
|
|
|
|
a yellow and green ring~
|
|
|
|
|
A ring is here, with yellow and green ornamentation. It looks very old.~
|
|
|
|
|
~
|
|
|
|
|
9 dhq 0 0 0 ab 0 0 0 0 0 0 0
|
|
|
|
|
0 0 0 0
|
|
|
|
|
1 50 20 0
|
|
|
|
|
E
|
|
|
|
|
ring yellow 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
|
|
|
It feels heavy.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
1 -2
|
|
|
|
|
#4001
|
|
|
|
|
carcass goblin~
|
|
|
|
|
a goblin's carcass~
|
|
|
|
|
A halfway decayed carcass of a goblin is here, giving off a foul odor.~
|
|
|
|
|
~
|
|
|
|
|
15 0 0 0 0 a 0 0 0 0 0 0 0
|
|
|
|
|
1 0 -1 0
|
|
|
|
|
20 1 500 0
|
|
|
|
|
#4002
|
|
|
|
|
coins~
|
|
|
|
|
some coins~
|
|
|
|
|
A small pile of coins is on the ground.~
|
|
|
|
|
~
|
|
|
|
|
20 0 0 0 0 a 0 0 0 0 0 0 0
|
|
|
|
|
500 0 0 0
|
|
|
|
|
1 1 0 0
|
|
|
|
|
#4050
|
|
|
|
|
potion purple~
|
|
|
|
|
a purple potion~
|
|
|
|
|
A purple potion is here.~
|
|
|
|
|
~
|
|
|
|
|
10 0 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
17 14 36 33
|
|
|
|
|
1 355 20 0
|
|
|
|
|
E
|
|
|
|
|
potion purple~
|
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 looks rather strange!
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
#4051
|
|
|
|
|
helmet metal~
|
|
|
|
|
a metal helmet~
|
|
|
|
|
A metal helmet in here.~
|
|
|
|
|
~
|
|
|
|
|
9 g 0 0 0 ae 0 0 0 0 0 0 0
|
|
|
|
|
-5 0 0 0
|
|
|
|
|
4 300 100 0
|
|
|
|
|
E
|
|
|
|
|
helmet metal~
|
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 looks somehow magical!.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
24 -2
|
|
|
|
|
A
|
|
|
|
|
23 -2
|
|
|
|
|
#4052
|
|
|
|
|
mushroom~
|
|
|
|
|
a mushroom~
|
|
|
|
|
A small mushroom is here.~
|
|
|
|
|
~
|
|
|
|
|
19 0 0 0 0 ao 0 0 0 0 0 0 0
|
|
|
|
|
2 0 0 1
|
|
|
|
|
1 9 3 0
|
|
|
|
|
E
|
|
|
|
|
mushroom~
|
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
|
|
|
Let's put it this way - I wouldn't eat it!!
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
#4053
|
|
|
|
|
dirk~
|
|
|
|
|
a thieves' dirk~
|
|
|
|
|
A beautifully crafted dirk is lying here.~
|
|
|
|
|
~
|
|
|
|
|
5 np 0 0 0 an 0 0 0 0 0 0 0
|
|
|
|
|
0 2 4 11
|
|
|
|
|
2 850 500 0
|
|
|
|
|
E
|
|
|
|
|
dirk~
|
2019-11-30 08:27:05 -05:00
|
|
|
It is a medium sized, beautifully crafted dirk made from some grayish alloy.
|
2007-05-08 15:20:59 +00:00
|
|
|
Its blade is double-edged and very thin... This looks like a good thieves'
|
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
|
|
|
weapon.
|
2007-05-08 15:20:59 +00:00
|
|
|
~
|
|
|
|
|
A
|
|
|
|
|
18 1
|
|
|
|
|
A
|
|
|
|
|
19 1
|
|
|
|
|
$~
|