ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/egg_disease.arc
Revision: 1.3
Committed: Tue Feb 6 22:39:58 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: +24 -22 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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