ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/guildmaste.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: +15 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object guildmaster
2     name guildmaster
3 root 1.1 race human
4     msg
5     @match *
6     I'm too busy to help you.
7     endmsg
8 pippijn 1.2 face guildmaste.x11
9 root 1.3 pow 5
10     hp 50
11     maxhp 50
12 root 1.1 sp 20
13     maxsp 20
14     exp 0
15 root 1.3 dam 1
16     wc 25
17     ac 10
18 root 1.1 speed 0.06
19 root 1.3 level 10
20 root 1.1 weight 50000
21 root 1.3 randomitems random_read
22     pick_up 1
23     alive 1
24     monster 1
25     unaggressive 1
26 root 1.1 can_cast_spell 1
27     editable 1
28     magicmap brown
29     end
30 root 1.3