ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/giant_bat.arc
Revision: 1.4
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.3: +21 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object giant_bat
2 root 1.1 name giant bat
3     race animal
4 pippijn 1.3 face giant_bat.x11
5 root 1.4 wis 15
6     hp 30
7     maxhp 30
8     exp 100
9     dam 13
10     wc 10
11     ac 2
12     speed 0.3
13     attack_movement 3
14     level 4
15     weight 5000
16 root 1.1 randomitems giant_bat
17 root 1.4 move_type all
18     alive 1
19     no_pick 1
20     monster 1
21     see_invisible 1
22     sleep 1
23     color_fg black
24     editable 1
25 root 1.1 anim
26 pippijn 1.3 giant_bat.x11
27     giant_bat.x12
28     giant_bat.x13
29 root 1.1 mina
30     end
31 root 1.4