ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wraith.arc
Revision: 1.7
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.6: +19 -19 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.7 Object wraith
2     race undead
3     randomitems wraith
4     face wraith.x11
5 root 1.6 anim
6     wraith.x11
7     wraith.x12
8     wraith.x13
9     mina
10 root 1.7 monster 1
11     sleep 1
12     Wis 10
13     no_pick 1
14     alive 1
15     exp 120
16     level 8
17     ac 2
18 root 1.1 hp 40
19     maxhp 40
20 root 1.7 Con 2
21     wc -5
22 root 1.5 dam 30
23 root 1.1 speed 0.16
24     attacktype 528
25 root 1.7 weight 700
26     resist_cold 50
27 root 1.5 resist_fire -100
28 root 1.1 resist_fear 100
29     resist_blind 60
30     undead 1
31     can_see_in_dark 1
32 root 1.7 can_pass_thru 1
33     editable 1
34     color_fg black
35 root 1.5 one_hit 1
36 root 1.1 end