ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/diarrhea.arc
Revision: 1.4
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.3: +19 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object diarrhea
2 root 1.1 name the runs
3 root 1.4 race *
4     msg
5     You can't control your sphincter. You have
6     a messy accident. Yuck!
7     endmsg
8 root 1.1 other_arch disgusting_puddle
9     maxhp 1
10 root 1.4 maxsp 0
11     maxgrace 10
12     exp 100
13 root 1.1 dam 0
14 root 1.4 wc 0
15 root 1.1 speed 0.001
16 root 1.4 level 5
17     type 158
18     attacktype 1
19     invisible 1
20     magic 0
21 root 1.1 last_sp 0
22     last_eat 0
23     end
24 root 1.4
25     object disgusting_puddle
26 root 1.1 name stinking puddle of diarrhea
27 pippijn 1.3 face icor.x11
28 root 1.1 food 1
29 root 1.4 type 72
30 root 1.1 weight 20
31     end
32 root 1.4