ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/witch_chaos.arc
Revision: 1.8
Committed: Sun Mar 11 15:36:57 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.7: +18 -0 lines
Log Message:
integrated face information with the .arc files

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 pippijn 1.8 facings 4
7     witch_air.x11
8     witch_air.x12
9     witch_chaos.x12
10     witch_chaos.x11
11     witch_earth.x11
12     witch_earth.x12
13     witch_chaos.x12
14     witch_chaos.x11
15     witch_water.x11
16     witch_water.x12
17     witch_chaos.x12
18     witch_chaos.x11
19     witch_fire.x11
20     witch_fire.x12
21     witch_chaos.x12
22     witch_chaos.x11
23     mina
24 root 1.6 con 10
25     wis 10
26     pow 10
27     hp 1200
28     maxhp 1200
29     sp 50
30     maxsp 100
31     exp 10000
32     dam 30
33     wc -7
34     ac -8
35     speed -0.4
36     attack_movement 3
37     level 20
38     attacktype 262144
39 root 1.1 resist_physical 50
40     resist_magic 50
41     resist_fire 50
42     resist_electricity 50
43     resist_cold 50
44     resist_confusion -100
45     resist_drain -100
46     resist_weaponmagic -100
47 root 1.6 resist_ghosthit 100
48     resist_poison 100
49     resist_fear 100
50     resist_death 100
51     resist_chaos 100
52 root 1.1 weight 900
53 root 1.6 randomitems witch_chaos
54     move_type fly_low
55     alive 1
56     monster 1
57 root 1.1 can_cast_spell 1
58     can_use_skill 1
59     editable 1
60 root 1.7 magicmap blue
61 root 1.1 end
62 root 1.6