ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/leprosy.arc
Revision: 1.6
Committed: Tue Feb 6 23:29:16 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.5: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.5 object leprosy
2 root 1.1 name leprosy
3 root 1.5 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.5 str -1
11     dex -1
12     con -1
13     cha -2
14     hp 1
15 root 1.1 maxhp 1
16 root 1.5 sp 1
17     maxsp 0
18 root 1.1 maxgrace -1
19 root 1.5 exp 1000
20 root 1.1 food -1
21 root 1.5 dam 1
22     wc 10
23     ac 5
24 root 1.1 speed 0.005
25 root 1.5 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.5
34     object leprous_skin
35 root 1.1 name leprous flake of skin
36 pippijn 1.4 face skin.x11
37 root 1.5 food 5
38     type 72
39 root 1.6 materialname organic
40 root 1.1 weight 7
41 scara 1.2 magicmap khaki
42 root 1.1 end
43 root 1.5