ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/zombie.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:14 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 zombie
2 root 1.5 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