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

File Contents

# User Rev Content
1 root 1.5 Object ghost
2     race undead
3     face ghost.x11
4     randomitems ghost
5     color_fg white
6 root 1.4 anim
7     ghost.x11
8     ghost.x12
9     mina
10 root 1.5 monster 1
11     sleep 1
12     Wis 10
13     no_pick 1
14     alive 1
15     exp 40
16     level 3
17     ac 10
18 root 1.1 hp 15
19     maxhp 15
20 root 1.5 wc 2
21 root 1.3 dam 14
22 root 1.1 speed 0.14
23     attacktype 528
24 root 1.5 flying 1
25     weight 500
26 root 1.1 resist_cold 50
27     resist_fear 100
28     resist_blind 30
29     undead 1
30 root 1.5 can_pass_thru 1
31 root 1.1 can_see_in_dark 1
32 root 1.5 editable 1
33 root 1.3 one_hit 1
34 root 1.1 end