diff options
Diffstat (limited to 'test.taf')
-rw-r--r-- | test.taf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test.taf b/test.taf new file mode 100644 index 0000000..045b042 --- /dev/null +++ b/test.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 | } | ||