ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/zombie.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:59 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +22 -21 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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