ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/egg_disease.arc
Revision: 1.4
Committed: Sat Mar 3 00:49:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +22 -24 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.4 Object egg_disease
2 root 1.1 name egg disease
3 root 1.4 type 158
4     invisible 1
5     attacktype 1
6 root 1.1 other_arch chicken_egg
7 root 1.4 wc 0
8     magic 0
9 root 1.1 maxhp 1
10 root 1.4 dam 0
11 root 1.3 maxgrace 5
12 root 1.1 speed 0.001
13     last_sp 0
14 root 1.4 maxsp 0
15 root 1.1 last_eat 0
16 root 1.4 exp 100
17     msg
18     Buck, buck, buck, buck! You lay an EGG!!
19     You feel ridiculous.
20     endmsg
21     race *
22     level 5
23     end
24     Object chicken_egg
25     name egg
26     type 72
27     face ant_egg.x11
28     food 10
29     weight 20
30 root 1.1 end