ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Dwarf/dwarf_pr.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:06 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 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.3 name dwarf priest
8 root 1.1 race dwarf
9     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.3 pow 9
15     hp 28
16     maxhp 28
17 root 1.1 sp 40
18     maxsp 40
19 root 1.3 exp 5
20     dam 5
21     wc 15
22 root 1.1 ac 10
23     speed 0.06
24 root 1.3 level 15
25 root 1.1 weight 50000
26 root 1.3 randomitems prayer_book
27     alive 1
28     monster 1
29     unaggressive 1
30 root 1.1 can_cast_spell 1
31 root 1.3 color_fg black
32 root 1.1 editable 1
33     end
34 root 1.3