ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/leprosy.arc
Revision: 1.9
Committed: Sat Mar 3 01:22:08 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.8: +26 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.8 object leprosy
2 root 1.1 name leprosy
3 root 1.9 race *
4     msg
5     Splotches are spreading around your body.
6     You feel disgusted with yourself. A piece
7     of skin flakes off and falls to the ground.
8     endmsg
9 root 1.1 other_arch leprous_skin
10 root 1.9 str -1
11     dex -1
12     con -1
13     cha -2
14     hp 1
15 root 1.1 maxhp 1
16 root 1.9 sp 1
17     maxsp 0
18 root 1.1 maxgrace -1
19 root 1.9 exp 1000
20 root 1.1 food -1
21 root 1.9 dam 1
22     wc 10
23     ac 5
24 root 1.1 speed 0.005
25 root 1.9 level 5
26     type 158
27     attacktype 1048576
28     invisible 1
29     magic 0
30 root 1.1 last_sp 0
31     last_eat 0
32     end
33 root 1.9
34 root 1.8 object leprous_skin
35 root 1.1 name leprous flake of skin
36 pippijn 1.4 face skin.x11
37 root 1.9 food 5
38 root 1.7 type 72
39 root 1.9 materialname organic
40 root 1.1 weight 7
41 scara 1.2 magicmap khaki
42 root 1.1 end
43 root 1.9