ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Dwarf/dwarf_pr.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:07 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

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