ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/sage.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:06 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.5 object sage
2 root 1.4 race human
3     randomitems sage
4 root 1.3 name sage
5 root 1.1 msg
6     @match *
7     I'm too busy to answer your queries.
8     endmsg
9 pippijn 1.2 face sage.x11
10 root 1.4 Pow 5
11     Dex 5
12     Int 20
13     Str 5
14     sp 40
15     maxsp 40
16     monster 1
17     unaggressive 1
18     alive 1
19     ac 10
20     wc 25
21     dam 1
22 root 1.3 hp 18
23     maxhp 18
24     exp 0
25 root 1.1 speed 0.06
26 root 1.4 weight 50000
27 root 1.3 level 15
28 root 1.1 can_cast_spell 1
29     can_use_skill 1
30     editable 1
31     magicmap grey
32 root 1.4 body_skill 1
33 root 1.1 end