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

File Contents

# User Rev Content
1 root 1.3 object dwarf_priest
2     name dwarf priest
3 root 1.1 race dwarf
4     msg
5     @match *
6     I'm too busy to answer your queries.
7     endmsg
8 pippijn 1.2 face dwarf_pr.x11
9 root 1.3 pow 9
10     hp 28
11     maxhp 28
12 root 1.1 sp 40
13     maxsp 40
14 root 1.3 exp 5
15     dam 5
16     wc 15
17 root 1.1 ac 10
18     speed 0.06
19 root 1.3 level 15
20 root 1.1 weight 50000
21 root 1.3 randomitems prayer_book
22     alive 1
23     monster 1
24     unaggressive 1
25 root 1.1 can_cast_spell 1
26 root 1.3 color_fg black
27 root 1.1 editable 1
28 root 1.3 anim
29     dwarf_pr.x11
30     dwarf_pr.x12
31     dwarf_pr.x13
32     mina
33 root 1.1 end
34 root 1.3