diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-05-09 15:01:03 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-05-09 15:01:03 +0000 |
commit | 2e035fee36768e3c765b7f5dc10bf0a3b7d2448b (patch) | |
tree | fde606c514a9321cd4bf0d8c075b3b1c22d3a960 /misc | |
parent | 6e7e30b5fd87766566620d48e785072e0b5c52cd (diff) | |
download | libbu++-2e035fee36768e3c765b7f5dc10bf0a3b7d2448b.tar.gz libbu++-2e035fee36768e3c765b7f5dc10bf0a3b7d2448b.tar.bz2 libbu++-2e035fee36768e3c765b7f5dc10bf0a3b7d2448b.tar.xz libbu++-2e035fee36768e3c765b7f5dc10bf0a3b7d2448b.zip |
Minor changes to both the taf and xml readers. I'm thinking I'm going to
archive these for now and resurect/fix the old xml reader, just to have
something working.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/taf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/taf b/misc/taf new file mode 100644 index 0000000..5ffcdcf --- /dev/null +++ b/misc/taf | |||
@@ -0,0 +1,26 @@ | |||
1 | {player: | ||
2 | password = "aoeuaoeuao" | ||
3 | userclass = "implementor" | ||
4 | species = "human" | ||
5 | sex = "male" | ||
6 | active | ||
7 | startroom = "Salourn::Xagafinelle's Room" | ||
8 | {stats: str=14 dex=12 spd=12 enr=7 rea=12 wil=10 int=13 cha=14} | ||
9 | {hp: cur = 100 max = 100} | ||
10 | {en: cur = 100 max = 100} | ||
11 | attackrate = 30 | ||
12 | gold = 0 | ||
13 | {inventory: | ||
14 | {: count=1 id="Salourn::Dark Blade"} | ||
15 | {: count=1 id="Salourn::Dark Suit"} | ||
16 | {: count=3 id="Salourn::Small Fig"} | ||
17 | } | ||
18 | {aliases: | ||
19 | {: key="." value="say"} | ||
20 | {: key="," value="yell"} | ||
21 | {: key="li" value="lightning"} | ||
22 | } | ||
23 | description = """They appear to be rather average looking, not particularly | ||
24 | tall or short, with facial features that are difficult to remember even | ||
25 | seconds after witnessing them.""" | ||
26 | } | ||