ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/elem_air.arc
Revision: 1.6
Committed: Sat Mar 3 01:15:57 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.6 object air_elemental
2 root 1.5 race air_elemental
3     name air elemental
4     face elem_air.x11
5     color_fg light_blue
6 root 1.4 anim
7     elem_air.x11
8     elem_air.x12
9     mina
10 root 1.5 monster 1
11     alive 1
12     resist_electricity 100
13     resist_blind 100
14     attacktype 8
15     resist_physical -100
16     ac 0
17     wc 8
18     dam 10
19 root 1.3 hp 160
20     maxhp 160
21 root 1.5 speed -0.3
22 root 1.3 exp 250
23 root 1.5 weight 200
24 root 1.3 level 8
25 root 1.5 flying 1
26 root 1.3 editable 1
27 root 1.1 end