ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/fungus.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:45 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +20 -19 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object fungus
2 root 1.4 anim
3     fungus.x11
4     fungus.x12
5     fungus.x13
6     fungus.x14
7     fungus.x15
8     mina
9 root 1.7 name violent fungi
10     race slime
11     other_arch fungus
12     face fungus.x11
13     wis 5
14     hp 5
15     maxhp 5
16     sp 129
17     maxsp 20
18 root 1.5 exp 25
19 root 1.7 dam 2
20     wc 2
21 root 1.5 ac 8
22 root 1.7 speed -0.03
23     level 3
24 root 1.5 attacktype 1024
25 root 1.3 weight 10000
26 root 1.7 alive 1
27     no_pick 1
28     monster 1
29     generator 1
30     sleep 1
31     color_fg light_blue
32 root 1.3 editable 1
33 root 1.1 end
34 root 1.7