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

File Contents

# User Rev Content
1 root 1.3 object wolf
2     race animal
3 pippijn 1.2 face wolf.x71
4 root 1.3 con 2
5     wis 20
6     hp 150
7     maxhp 160
8     exp 500
9     dam 25
10     wc 1
11     ac 1
12     speed -0.2
13     attack_movement 3
14     level 5
15     attacktype 1
16     weight 55000
17 root 1.1 randomitems wolf
18 root 1.3 run_away 15
19     alive 1
20     monster 1
21     sleep 1
22     can_see_in_dark 1
23     color_fg grey
24     editable 1
25 root 1.1 anim
26 pippijn 1.2 wolf.x71
27     wolf.x71
28     wolf.x72
29     wolf.x31
30     wolf.x31
31     wolf.x32
32 root 1.1 facings 2
33     mina
34     end
35 root 1.3