ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/giant_bat.arc
Revision: 1.8
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.7: +18 -17 lines
Log Message:
second normaliser run - dude

File Contents

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