ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wraith.arc
Revision: 1.6
Committed: Fri Feb 9 01:52:18 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.5: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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