ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/anthrax.arc
Revision: 1.3
Committed: Tue Feb 6 22:39:57 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: +22 -21 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object anthrax
2 root 1.1 name anthrax
3 root 1.3 race animal
4     msg
5     You feel feverish. Your muscles spasm
6     oddly.... Breathing is difficult.
7     endmsg
8     str -3
9     dex -3
10     con -4
11     hp 1
12     maxhp 100
13     sp 1
14     maxsp 0
15     maxgrace 23
16     exp 1000
17     food -1
18     dam -5
19     wc 5
20     ac 0
21     speed 0.05
22     level 12
23 root 1.1 type 158
24     attacktype 1048576
25     invisible 1
26     magic 1
27     last_sp 50
28     last_eat 0
29     end
30 root 1.3