ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/pneumonic_plague.arc
Revision: 1.5
Committed: Sat Mar 3 01:22:09 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.4: +22 -21 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.4 object pneumonic_plague
2 root 1.1 name pneumonic plague
3 root 1.5 race *
4     msg
5     You cough up some nasty green phlegm.
6     endmsg
7     str -3
8     dex -3
9     con -4
10     cha -4
11     hp 1
12     maxhp 7
13     sp 1
14     maxsp 0
15     maxgrace 15
16     exp 10000
17     food -1
18     dam -11
19     wc 20
20     ac 0
21     speed 0.05
22     level 15
23 root 1.3 type 158
24     attacktype 1048576
25     invisible 1
26     magic 4
27 root 1.1 last_sp 50
28 root 1.5 last_grace 1
29 root 1.1 last_eat 0
30     end
31 root 1.5