ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/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 bat
2 root 1.5 anim
3     bat.x11
4     bat.x12
5     bat.x13
6     mina
7 root 1.4 race animal
8 pippijn 1.3 face bat.x11
9 root 1.4 wis 15
10 root 1.1 hp 2
11     maxhp 2
12     exp 8
13 root 1.4 dam 3
14 root 1.1 wc 12
15     ac 4
16 root 1.4 speed 0.2
17 root 1.1 level 2
18 root 1.4 resist_physical 30
19 root 1.1 weight 20
20 root 1.4 randomitems bat
21     run_away 80
22     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 root 1.1 editable 1
30     end
31 root 1.4