ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/giant_bat.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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