ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/fungus.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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