ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/c_priest.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:39 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

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