ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/tapeworms.arc
Revision: 1.8
Committed: Fri Apr 9 02:36:26 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.7: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

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.7 speed -0.001
17 root 1.6 level 5
18 root 1.8 type 107
19 root 1.6 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