ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wraith.arc
Revision: 1.9
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.8: +18 -18 lines
Log Message:
second normaliser run - dude

File Contents

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