ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/bat.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +21 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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