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

File Contents

# User Rev Content
1 root 1.4 object arthritis
2 root 1.1 name arthritis
3 root 1.5 race *
4     msg
5     Your joints are swollen. You feel weak and
6     less dextrous.
7     endmsg
8     str -1
9     dex -2
10 root 1.1 maxhp 1
11 root 1.5 maxsp 0
12 root 1.1 maxgrace -1
13 root 1.5 exp 10000
14 root 1.1 food -1
15 root 1.5 wc 5
16     ac 1
17 root 1.6 speed -0.001
18 root 1.5 level 7
19 root 1.7 type 107
20 root 1.5 attacktype 1048576
21     invisible 1
22     magic 0
23 root 1.1 last_sp 0
24     last_eat 0
25     end
26 root 1.5