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

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.10 speed -0.005
25 root 1.9 level 5
26 root 1.12 type 107
27 root 1.9 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.11 magicmap khaki
38 root 1.9 food 5
39 root 1.7 type 72
40 root 1.9 materialname organic
41 root 1.1 weight 7
42     end
43 root 1.9