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

File Contents

# User Rev Content
1 root 1.3 object tooth_decay
2 root 1.1 name tooth decay
3 root 1.3 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.3 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     speed 0.005
19 root 1.1 level 5
20 root 1.3 type 158
21     attacktype 1
22     invisible 1
23     magic 1
24     last_sp 0
25     last_eat 0
26 root 1.1 end
27 root 1.3