ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/c_knight.arc
Revision: 1.8
Committed: Tue Nov 3 09:49:29 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object c_knight
2 root 1.4 anim
3     c_knight.x11
4     c_knight.x12
5     mina
6 root 1.7 name Chaos Knight
7     face c_knight.x11
8     str 25
9     dex 20
10     con 10
11     wis 10
12     int 17
13 root 1.1 hp 200
14     maxhp 200
15 root 1.7 exp 500
16     dam 12
17 root 1.5 wc -1
18 root 1.7 ac -7
19 root 1.1 speed 0.15
20 root 1.7 level 10
21 root 1.1 attacktype 1025
22 root 1.7 resist_physical 30
23 root 1.1 resist_magic 50
24     resist_fear 100
25     resist_chaos 100
26     weight 75000
27 root 1.7 randomitems c_knight
28     alive 1
29     can_use_shield 1
30     no_pick 1
31     monster 1
32 root 1.1 can_use_scroll 1
33     can_use_bow 1
34     can_use_armour 1
35     can_use_weapon 1
36 root 1.7 can_use_ring 1
37     can_use_skill 1
38     body_range 1
39     body_arm 2
40     body_torso 1
41     body_head 1
42 root 1.5 body_skill 1
43     body_finger 2
44 root 1.1 body_shoulder 1
45     body_foot 2
46 root 1.7 body_hand 2
47 root 1.5 body_wrist 2
48 root 1.1 body_waist 1
49 root 1.7 can_use_wand 1
50 root 1.1 end
51 root 1.7