ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/zombie.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:35 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +17 -16 lines
Log Message:
second normaliser run - dude

File Contents

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