ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/plague.arc
Revision: 1.3
Committed: Sat Mar 3 00:49:34 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.2: +22 -23 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.3 Object bubonic_plague
2 root 1.1 name Black Death
3 root 1.3 type 158
4     attacktype 1048576
5     invisible 1
6     wc 10
7     magic -1
8     last_grace 1
9     Str -3
10     Con -4
11     Dex -3
12     Cha -4
13 root 1.2 maxhp 7
14 root 1.3 dam -11
15 root 1.2 maxgrace 10
16     food -1
17     speed 0.05
18     last_sp 50
19 root 1.3 maxsp 0
20     ac 0
21 root 1.1 last_eat 0
22 root 1.3 exp 10000
23     hp 1
24     sp 1
25     msg
26     You have aches and fever, and you feel nauseous.
27     endmsg
28     race human,goblin,giant,troll,animal,insect
29     level 15
30 root 1.1 end