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

File Contents

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