ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/zombie.arc
Revision: 1.12
Committed: Fri Mar 19 15:04:38 2010 UTC (14 years, 4 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.11: +1 -0 lines
Log Message:
added zombie death sound. and fixed compilation problem in apply.C. and added my todo items.

File Contents

# Content
1 object zombie
2 anim
3 zombie.x11
4 zombie.x12
5 zombie.x13
6 zombie.x12
7 mina
8 inherit class_undead_monster
9 race undead
10 face zombie.x11
11 magicmap grey
12 wis 10
13 hp 35
14 maxhp 35
15 exp 60
16 dam 5
17 wc 8
18 ac 9
19 speed -0.05
20 level 4
21 attacktype 1
22 resist_cold 50
23 resist_fear 100
24 weight 15000
25 randomitems zombie
26 alive 1
27 no_pick 1
28 monster 1
29 undead 1
30 sleep 1
31 can_see_in_dark 1
32 sound_destroy elmex/zombie
33 end
34