ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/tapeworms.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:10 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.5: +16 -15 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object tapeworms
2 root 1.1 name tapeworms
3 root 1.6 race *
4     msg
5     You feel more hungry than usual. You also
6     feel an urge to refer to yourself in the
7     plural.
8     endmsg
9 root 1.4 maxhp 1
10 root 1.6 maxsp 0
11 root 1.4 maxgrace -1
12 root 1.6 exp 100
13 root 1.4 food -1
14 root 1.6 wc 1
15     ac 0
16 root 1.4 speed 0.001
17 root 1.6 level 5
18     type 158
19     attacktype 1
20     invisible 1
21     magic 1
22 root 1.4 last_sp 0
23     last_eat 1
24 root 1.1 end
25 root 1.6