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

File Contents

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