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

File Contents

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