ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/giant_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: +18 -19 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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