ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/zombie.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +17 -18 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.5 Object zombie
2     race undead
3     face zombie.x11
4     randomitems zombie
5 root 1.4 anim
6     zombie.x11
7     zombie.x12
8     zombie.x13
9     zombie.x12
10     mina
11 root 1.5 color_fg grey
12     monster 1
13     sleep 1
14     Wis 10
15     undead 1
16     no_pick 1
17     alive 1
18     ac 9
19     wc 8
20     dam 5
21 root 1.1 hp 35
22     maxhp 35
23 root 1.5 level 4
24     speed -0.05
25 root 1.3 exp 60
26 root 1.5 weight 15000
27 root 1.1 attacktype 1
28     resist_cold 50
29     resist_fear 100
30     can_see_in_dark 1
31     editable 1
32     end