ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/rabies.arc
Revision: 1.7
Committed: Fri Aug 24 01:28:32 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
spread out disease acting times. otherwise, long-range diseases can easily
drown the server when the next round of infection starts.

it also feels much more natural.

File Contents

# User Rev Content
1 root 1.6 object puddle_of_saliva
2     name puddle of froth and saliva
3     face residue.x11
4     food 2
5     type 72
6     weight 2
7     end
8    
9 root 1.5 object rabies
10 root 1.1 name rabies
11 root 1.6 race *
12     msg
13     You notice everyone is looking at you with
14     evil intent. You must kill them! You begin
15     to salivate.
16     endmsg
17 root 1.1 other_arch puddle_of_saliva
18 root 1.6 str -2
19     dex -2
20     cha -10
21     hp 1
22 root 1.1 maxhp 3
23 root 1.6 sp 1
24     maxsp 2
25 root 1.1 maxgrace -1
26 root 1.6 exp 5000
27 root 1.1 food -1
28 root 1.6 dam 2
29     wc 10
30     ac 2
31 root 1.7 speed -0.01
32 root 1.6 level 12
33     type 158
34     attacktype 1048608
35     invisible 1
36     magic 1
37 root 1.1 last_sp 50
38     last_eat 0
39     end
40 root 1.6