ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/crone.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:06 2007 UTC (17 years, 4 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 crone
2 root 1.1 race human
3 pippijn 1.2 face crone.x11
4 root 1.4 sp 40
5     maxsp 40
6     Int 2
7     Pow 2
8     monster 1
9     unaggressive 1
10     alive 1
11     level 1
12     ac 9
13     wc 18
14     dam 1
15 root 1.3 hp 8
16     maxhp 8
17     exp 5
18 root 1.1 speed 0.05
19     weight 50000
20 root 1.4 can_use_skill 1
21 root 1.1 can_cast_spell 1
22 root 1.4 can_use_horn 1
23     can_use_wand 1
24     can_use_rod 1
25 root 1.1 can_use_bow 1
26 root 1.4 can_use_shield 1
27 root 1.1 can_use_armour 1
28     can_use_weapon 1
29 root 1.4 editable 1
30     body_skill 1
31 root 1.1 body_torso 1
32     body_head 1
33     body_shoulder 1
34     body_foot 1
35 root 1.4 body_wrist 1
36 root 1.3 body_hand 2
37 root 1.1 body_waist 1
38 root 1.4 body_arm 2
39     body_range 1
40     randomitems all_spell_skills
41 root 1.1 end