ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/ebola.arc
Revision: 1.2
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.1: +25 -24 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.2 object ebola
2 root 1.1 name Red Death
3 root 1.2 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.2 sp 1
16     maxsp 0
17 root 1.1 maxgrace 15
18 root 1.2 exp 10000
19 root 1.1 food -1
20 root 1.2 dam -10
21     wc 30
22     ac 0
23 root 1.1 speed 0.05
24 root 1.2 level 10
25     type 158
26     attacktype 1048576
27     invisible 1
28     magic -1
29 root 1.1 last_sp 50
30 root 1.2 last_grace 5
31 root 1.1 last_eat 0
32     end
33 root 1.2