ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/bat.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:44 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +16 -15 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.7 object bat
2 root 1.5 anim
3     bat.x11
4     bat.x12
5     bat.x13
6     mina
7 root 1.8 race animal
8     face bat.x11
9     wis 15
10 root 1.1 hp 2
11     maxhp 2
12     exp 8
13 root 1.8 dam 3
14 root 1.6 wc 12
15 root 1.1 ac 4
16 root 1.8 speed 0.2
17 root 1.1 level 2
18 root 1.8 resist_physical 30
19 root 1.6 weight 20
20 root 1.8 randomitems bat
21     run_away 80
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