ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/bat.arc
Revision: 1.6
Committed: Sat Mar 3 00:50:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +16 -17 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.6 Object bat
2     face bat.x11
3     randomitems bat
4     race animal
5 root 1.5 anim
6     bat.x11
7     bat.x12
8     bat.x13
9     mina
10 root 1.6 monster 1
11     sleep 1
12     Wis 15
13     no_pick 1
14     alive 1
15     see_invisible 1
16     speed 0.2
17 root 1.1 hp 2
18     maxhp 2
19 root 1.6 run_away 80
20 root 1.1 exp 8
21 root 1.6 wc 12
22 root 1.4 dam 3
23 root 1.1 ac 4
24     level 2
25 root 1.6 flying 1
26     weight 20
27 root 1.4 resist_physical 30
28 root 1.6 editable 1
29 root 1.4 color_fg black
30 root 1.1 end