ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/witch_air.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:20 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object air_witch
2 root 1.4 anim
3     witch_air.x11
4     witch_air.x12
5     mina
6 root 1.7 name air witch
7     race air_elemental
8     face witch_air.x11
9     con 2
10     wis 10
11     pow 5
12     hp 200
13     maxhp 200
14     sp 50
15     maxsp 70
16     exp 6000
17     dam 15
18     wc 10
19     ac -11
20     speed -0.6
21     attack_movement 1
22     level 15
23     attacktype 9
24     resist_physical 100
25 root 1.5 resist_magic 25
26     resist_electricity 50
27     resist_cold -75
28 root 1.7 resist_poison 100
29 root 1.1 weight 50
30 root 1.7 randomitems witch_air
31     move_type fly_low
32     alive 1
33     monster 1
34 root 1.1 can_cast_spell 1
35     can_use_skill 1
36 root 1.8 magicmap light_blue
37 root 1.1 end
38 root 1.7