ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/ebola.arc
Revision: 1.5
Committed: Sat Mar 3 01:22:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.4: +24 -23 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.4 object ebola
2 root 1.1 name Red Death
3 root 1.5 race *
4     msg
5     Blood leaks out of your eyes and your pores!
6     endmsg
7     str -3
8     dex -2
9     con -4
10     wis -2
11     cha -7
12     int -4
13     hp 1
14 root 1.1 maxhp 5
15 root 1.5 sp 1
16     maxsp 0
17 root 1.1 maxgrace 15
18 root 1.5 exp 10000
19 root 1.1 food -1
20 root 1.5 dam -10
21     wc 30
22     ac 0
23 root 1.1 speed 0.05
24 root 1.5 level 10
25     type 158
26     attacktype 1048576
27     invisible 1
28     magic -1
29 root 1.1 last_sp 50
30 root 1.5 last_grace 5
31 root 1.1 last_eat 0
32     end
33 root 1.5