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

# Content
1 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 name egg disease
11 race *
12 msg
13 Buck, buck, buck, buck! You lay an EGG!!
14 You feel ridiculous.
15 endmsg
16 other_arch chicken_egg
17 maxhp 1
18 maxsp 0
19 maxgrace 5
20 exp 100
21 dam 0
22 wc 0
23 speed 0.001
24 level 5
25 type 158
26 attacktype 1
27 invisible 1
28 magic 0
29 last_sp 0
30 last_eat 0
31 end
32