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

File Contents

# User Rev Content
1 root 1.3 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.3 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.3 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.3 randomitems witch_chaos
36     move_type all
37     alive 1
38     monster 1
39 root 1.1 can_cast_spell 1
40     can_use_skill 1
41 root 1.3 color_fg blue
42 root 1.1 editable 1
43     end
44 root 1.3