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

File Contents

# User Rev Content
1 root 1.5 object tooth_decay
2 root 1.1 name tooth decay
3 root 1.6 race *
4 root 1.1 msg
5 root 1.2 A tooth wiggles loose and falls to the
6     ground. You should brush more. Have I
7     mentioned that your breath is disgusting,
8 root 1.1 too?
9     endmsg
10 root 1.6 other_arch tooth
11     cha -1
12     maxhp 1
13     maxsp 0
14     maxgrace 24
15     exp 100
16     wc 1
17     ac 0
18 root 1.7 speed -0.005
19 root 1.1 level 5
20 root 1.8 type 107
21 root 1.6 attacktype 1
22     invisible 1
23     magic 1
24     last_sp 0
25     last_eat 0
26 root 1.1 end
27 root 1.6