ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/insanity.arc
Revision: 1.3
Committed: Tue Feb 6 22:39:59 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object insanity
2 root 1.1 name insanity
3 root 1.3 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.3 maxsp 0
12 root 1.1 maxgrace -1
13 root 1.3 exp 10000
14 root 1.1 food -1
15 root 1.3 dam 1
16     wc 10
17     ac 3
18 root 1.1 speed 0.001
19 root 1.3 level 15
20     type 158
21     attacktype 32
22     invisible 1
23     magic 0
24 root 1.1 last_sp 0
25     last_eat 0
26     end
27 root 1.3