ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/Wolf/dwolf.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: +30 -29 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object dire_wolf
2 root 1.1 name dire wolf
3 root 1.3 race animal
4 pippijn 1.2 face dwolf.x71
5 root 1.3 con 2
6     wis 20
7     pow 5
8     hp 450
9     maxhp 460
10     sp 30
11     maxsp 30
12     exp 6000
13     dam 45
14     wc 1
15     ac -4
16     speed 0.2
17     attack_movement 3
18     level 9
19     attacktype 17
20     resist_fire -25
21     resist_cold 50
22     weight 80000
23 root 1.1 randomitems dwolf
24 root 1.3 run_away 7
25     alive 1
26     no_pick 1
27     monster 1
28     can_cast_spell 1
29     sleep 1
30     can_see_in_dark 1
31     color_fg grey
32     editable 1
33 root 1.1 anim
34 pippijn 1.2 dwolf.x71
35     dwolf.x71
36     dwolf.x72
37     dwolf.x31
38     dwolf.x31
39     dwolf.x32
40 root 1.1 facings 2
41     mina
42     end
43 root 1.3