ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/warts.arc
Revision: 1.5
Committed: Sat Mar 3 01:22:10 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.4: +15 -14 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.4 object warts
2 root 1.1 name warts
3 root 1.5 race *
4     msg
5     You have warts. They are ugly and annoying.
6     endmsg
7     cha -1
8     maxhp 1
9     maxsp 0
10     maxgrace 50
11     exp 100
12     wc 1
13     ac 0
14     speed 0.001
15     level 5
16 root 1.3 type 158
17 root 1.5 attacktype 1
18 root 1.3 invisible 1
19     magic 1
20 root 1.1 last_sp 0
21     last_eat 0
22     end
23 root 1.5