ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/c_sage.arc
Revision: 1.6
Committed: Sat Mar 3 01:23:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +16 -16 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object c_sage
2 root 1.1 name sage
3     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.6 str 5
10     dex 5
11     pow 5
12     int 25
13     hp 18
14     maxhp 18
15 root 1.4 sp 40
16     maxsp 40
17 root 1.6 exp 0
18     dam 1
19     wc 25
20 root 1.4 ac 10
21 root 1.1 speed 0.06
22 root 1.6 level 15
23 root 1.4 weight 50000
24 root 1.6 randomitems jail
25     alive 1
26     monster 1
27     unaggressive 1
28 root 1.1 can_cast_spell 1
29     can_use_skill 1
30     body_skill 1
31 root 1.6 editable 1
32 root 1.1 end
33 root 1.6