ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/plague.arc
Revision: 1.7
Committed: Fri Apr 9 02:36:26 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.6: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

File Contents

# User Rev Content
1 root 1.4 object bubonic_plague
2 root 1.1 name Black Death
3 root 1.5 race human,goblin,giant,troll,animal,insect
4     msg
5     You have aches and fever, and you feel nauseous.
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 10
16     exp 10000
17     food -1
18     dam -11
19     wc 10
20     ac 0
21 root 1.6 speed -0.05
22 root 1.5 level 15
23 root 1.7 type 107
24 root 1.3 attacktype 1048576
25     invisible 1
26     magic -1
27 root 1.5 last_sp 50
28 root 1.3 last_grace 1
29 root 1.1 last_eat 0
30     end
31 root 1.5