ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Dwarf/dwarf_pr.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:45 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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 root 1.11 int 16
17 root 1.7 hp 28
18     maxhp 28
19 root 1.5 sp 40
20     maxsp 40
21 root 1.7 exp 5
22     dam 5
23     wc 15
24 root 1.5 ac 10
25 root 1.1 speed 0.06
26 root 1.7 level 15
27 root 1.5 weight 50000
28 root 1.7 randomitems prayer_book
29     alive 1
30     monster 1
31     unaggressive 1
32 root 1.1 can_cast_spell 1
33     end
34 root 1.7