ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/insanity.arc
Revision: 1.8
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.7: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

File Contents

# User Rev Content
1 root 1.5 object insanity
2 root 1.1 name insanity
3 root 1.6 race *
4     msg
5     You start gibbering incoherently. You
6     forget where you are and what you were doing.
7     endmsg
8     wis -1
9     int -1
10 root 1.1 maxhp 1
11 root 1.6 maxsp 0
12 root 1.1 maxgrace -1
13 root 1.6 exp 10000
14 root 1.1 food -1
15 root 1.6 dam 1
16     wc 10
17     ac 3
18 root 1.7 speed -0.001
19 root 1.6 level 15
20 root 1.8 type 107
21 root 1.6 attacktype 32
22     invisible 1
23     magic 0
24 root 1.1 last_sp 0
25     last_eat 0
26     end
27 root 1.6