ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/tapeworms.arc
Revision: 1.3
Committed: Tue Feb 6 22:39:59 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +17 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object tapeworms
2 root 1.1 name tapeworms
3 root 1.3 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.1 maxhp 1
10 root 1.3 maxsp 0
11 root 1.1 maxgrace -1
12 root 1.3 exp 100
13 root 1.1 food -1
14 root 1.3 wc 1
15     ac 0
16 root 1.1 speed 0.001
17 root 1.3 level 5
18     type 158
19     attacktype 1
20     invisible 1
21     magic 1
22 root 1.1 last_sp 0
23     last_eat 1
24     end
25 root 1.3