ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/c_priest.arc
(Generate patch)

Comparing deliantra/arch/monster/misc/c_priest.arc (file contents):
Revision 1.4 by root, Fri Feb 9 01:52:13 2007 UTC vs.
Revision 1.5 by root, Sat Mar 3 00:50:34 2007 UTC

1object c_minor_priest 1Object c_minor_priest
2name Minor Chaos Priest
3randomitems c_m_priest
4face c_priest.x31
2anim 5anim
3facings 2 6facings 2
4c_priest.x31 7c_priest.x31
5c_priest.x32 8c_priest.x32
6c_priest.x71 9c_priest.x71
7c_priest.x72 10c_priest.x72
8mina 11mina
9name Minor Chaos Priest 12monster 1
10face c_priest.x31
11str 10
12dex 10
13con 10
14wis 10 13Wis 10
15pow 5 14Str 10
16int 20 15Int 20
16Dex 10
17Pow 5
18maxsp 40
19sp 40
20no_pick 1
21alive 1
22exp 1500
23level 8
24ac -1
17hp 100 25hp 100
18maxhp 100 26maxhp 100
19sp 40 27Con 10
20maxsp 40 28wc 1
21exp 1500
22dam 8 29dam 8
23wc 1
24ac -1
25speed 0.15 30speed 0.15
26attack_movement 7
27level 8
28resist_magic 50 31resist_magic 50
29resist_confusion -100 32resist_confusion -100
30resist_weaponmagic -100 33resist_weaponmagic -100
34resist_godpower -100
31resist_chaos 100 35resist_chaos 100
32resist_godpower -100
33weight 75000 36weight 75000
34randomitems c_m_priest 37attack_movement 7
35alive 1
36can_use_shield 1 38can_use_skill 1
37no_pick 1
38monster 1
39can_cast_spell 1 39can_cast_spell 1
40can_use_scroll 1 40can_use_scroll 1
41can_use_wand 1
41can_use_bow 1 42can_use_bow 1
43can_use_ring 1
44can_use_shield 1
42can_use_armour 1 45can_use_armour 1
43can_use_weapon 1 46can_use_weapon 1
44can_use_ring 1 47editable 1
45can_use_skill 1 48body_skill 1
46body_range 1 49body_finger 2
47body_arm 2
48body_torso 1 50body_torso 1
49body_head 1 51body_head 1
50body_skill 1
51body_finger 2
52body_shoulder 1 52body_shoulder 1
53body_foot 2 53body_foot 2
54body_wrist 2
54body_hand 2 55body_hand 2
55body_wrist 2
56body_waist 1 56body_waist 1
57can_use_wand 1 57body_arm 2
58editable 1 58body_range 1
59end 59end
60 60#
61object c_priest 61Object c_priest
62name Chaos Priest
63randomitems c_priest
64face c_priest.x31
62anim 65anim
63facings 2 66facings 2
64c_priest.x31 67c_priest.x31
65c_priest.x32 68c_priest.x32
66c_priest.x71 69c_priest.x71
67c_priest.x72 70c_priest.x72
68mina 71mina
69name Chaos Priest 72monster 1
70face c_priest.x31
71str 13
72dex 13
73con 10
74wis 10 73Wis 10
75pow 25
76int 23 74Int 23
75Pow 25
76Dex 13
77Str 13
78maxsp 200
79sp 200
80no_pick 1
81alive 1
82exp 5000
83level 12
84ac -5
77hp 400 85hp 400
78maxhp 400 86maxhp 400
79sp 200 87Con 10
80maxsp 200 88wc -1
81exp 5000
82dam 16 89dam 16
83wc -1 90color_fg red
84ac -5
85speed 0.2 91speed 0.2
86attack_movement 7
87level 12
88attacktype 1025
89resist_physical 30 92resist_physical 30
90resist_magic 30 93resist_magic 30
91resist_confusion -100 94resist_confusion -100
92resist_weaponmagic -100 95resist_weaponmagic -100
96resist_godpower -100
93resist_fear 100 97resist_fear 100
94resist_chaos 100 98resist_chaos 100
95resist_godpower -100
96weight 75000 99weight 75000
97randomitems c_priest 100attacktype 1025
98alive 1 101attack_movement 7
102can_cast_spell 1
103can_use_skill 1
104can_use_scroll 1
105can_use_wand 1
106can_use_bow 1
107can_use_ring 1
99can_use_shield 1 108can_use_shield 1
100no_pick 1
101monster 1
102can_cast_spell 1
103can_use_scroll 1
104can_use_bow 1
105can_use_armour 1 109can_use_armour 1
106can_use_weapon 1 110can_use_weapon 1
107can_use_ring 1 111editable 1
108can_use_skill 1 112body_skill 1
109body_range 1 113body_finger 2
110body_arm 2
111body_torso 1 114body_torso 1
112body_head 1 115body_head 1
113body_skill 1
114body_finger 2
115body_shoulder 1 116body_shoulder 1
116body_foot 2 117body_foot 2
118body_wrist 2
117body_hand 2 119body_hand 2
118body_wrist 2
119body_waist 1 120body_waist 1
120can_use_wand 1 121body_arm 2
121color_fg red 122body_range 1
122editable 1
123end 123end
124

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines