ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/witch_chaos.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:30 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.5 object chaos_witch
2 root 1.1 name chaos witch
3     race chaos
4 pippijn 1.2 face witch_chaos.x11
5 root 1.1 animation witch_chaos
6 root 1.6 con 10
7     wis 10
8     pow 10
9     hp 1200
10     maxhp 1200
11     sp 50
12     maxsp 100
13     exp 10000
14     dam 30
15     wc -7
16     ac -8
17     speed -0.4
18     attack_movement 3
19     level 20
20     attacktype 262144
21 root 1.1 resist_physical 50
22     resist_magic 50
23     resist_fire 50
24     resist_electricity 50
25     resist_cold 50
26     resist_confusion -100
27     resist_drain -100
28     resist_weaponmagic -100
29 root 1.6 resist_ghosthit 100
30     resist_poison 100
31     resist_fear 100
32     resist_death 100
33     resist_chaos 100
34 root 1.1 weight 900
35 root 1.6 randomitems witch_chaos
36     move_type fly_low
37     alive 1
38     monster 1
39 root 1.1 can_cast_spell 1
40     can_use_skill 1
41     editable 1
42 root 1.7 magicmap blue
43 root 1.1 end
44 root 1.6